Skip to content

Commit

Permalink
Merge pull request #219 from lsst/tickets/DM-44619
Browse files Browse the repository at this point in the history
DM-44619: Remove x/y columns from an empty forced sources dataframe
  • Loading branch information
andy-slac authored May 31, 2024
2 parents ec90978 + 1d4de19 commit a85a1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/association/diaPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def run(self,
# alertPackager needs correct columns
diaForcedSources = pd.DataFrame(columns=[
"diaForcedSourceId", "diaObjectID", "ccdVisitID", "psfFlux", "psfFluxErr",
"ra", "dec", "x", "y", "midpointMjdTai", "band",
"ra", "dec", "midpointMjdTai", "band",
])

# Store DiaSources, updated DiaObjects, and DiaForcedSources in the
Expand Down

0 comments on commit a85a1fa

Please sign in to comment.