Skip to content

Commit

Permalink
Update a comment for SubtractBackgroundTask
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed May 4, 2016
1 parent df30282 commit 3ea3a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/base/noiseReplacer.py
Expand Up @@ -280,7 +280,7 @@ def getNoiseGenerator(self, exposure, noiseImage, noiseMeanVar, exposureId=None)
if noiseSource == 'meta':
# check the exposure metadata
meta = exposure.getMetadata()
# this key name correspond to estimateBackground() in detection.py
# this key name correspond to SubtractBackgroundTask() in meas_algorithms
try:
bgMean = meta.getAsDouble('BGMEAN')
# We would have to adjust for GAIN if ip_isr didn't make it 1.0
Expand Down

0 comments on commit 3ea3a93

Please sign in to comment.