Skip to content

Commit

Permalink
add variance measurement to forced coadd measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPrice committed Nov 7, 2017
1 parent 099eb53 commit c2f11c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/base/forcedPhotCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def setDefaults(self):
self.measurement.copyColumns["id"] = "id"
self.measurement.copyColumns["parent"] = "parent"
self.references.removePatchOverlaps = False # see validate() for why
self.measurement.plugins.names |= ['base_InputCount']
self.measurement.plugins.names |= ['base_InputCount', 'base_Variance']

def validate(self):
ForcedPhotImageTask.ConfigClass.validate(self)
Expand Down

0 comments on commit c2f11c2

Please sign in to comment.