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 Oct 18, 2017
1 parent 3789c89 commit 150813d
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 150813d

Please sign in to comment.