Skip to content

Commit

Permalink
Fixup for conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Jan 25, 2019
1 parent a539761 commit 7812595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,10 @@ def adaptArgsAndRun(self, inputData, inputDataIds, outputDataIds, butler):
if self.config.doWriteMatches and results.astromMatches is not None:
normalizedMatches = afwTable.packMatches(results.astromMatches)
normalizedMatches.table.setMetadata(results.matchMeta)
results.astromMatches = normalizedMatches
if self.config.doWriteMatchesDenormalized:
denormMatches = denormalizeMatches(results.astromMatches, results.matchMeta)
results.denormMatches = denormMatches
results.astromMatches = normalizedMatches
return results

def run(self, exposure, exposureIdInfo=None, background=None,
Expand Down

0 comments on commit 7812595

Please sign in to comment.