Skip to content

Commit

Permalink
Merge pull request #930 from lsst/tickets/DM-44268
Browse files Browse the repository at this point in the history
DM-44268: Add ra/dec error columns to characterizeImage output
  • Loading branch information
mfisherlevine committed May 11, 2024
2 parents 124d44c + 244d581 commit 1ca68d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/characterizeImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def __init__(self, schema=None, **kwargs):
self._initialFrame = getDebugFrame(self._display, "frame") or 1
self._frame = self._initialFrame
self.schema.checkUnits(parse_strict=self.config.checkUnitsParseStrict)
afwTable.CoordKey.addErrorFields(self.schema)
self.outputSchema = afwTable.SourceCatalog(self.schema)

def runQuantum(self, butlerQC, inputRefs, outputRefs):
Expand Down

0 comments on commit 1ca68d4

Please sign in to comment.