Changeset 33915
- Timestamp:
- May 25, 2012, 11:03:23 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r33890 r33915 185 185 // remove noise for subtracted objects (ie, return to normal noise level) 186 186 // NOTE: this needs to operate only on the OLD sources 187 bool footprint sUseUnsubtracted = psMetadataLookupBool(NULL, recipe, "FOOTPRINT_USE_UNSUBTRACTED");188 // if footprintsUseUnsubtracted is true the noise was already subtracted in psphotFindDetections()189 if (!footprint sUseUnsubtracted) {187 bool footprintUseUnsubtracted = psMetadataLookupBool(NULL, recipe, "FOOTPRINT_USE_UNSUBTRACTED"); 188 // Note: if footprintUseUnsubtracted is true the noise was already subtracted in psphotFindDetections() 189 if (!footprintUseUnsubtracted) { 190 190 psphotSubNoise (config, view, filerule); // pass 1 (detections->allSources) 191 191 }
Note:
See TracChangeset
for help on using the changeset viewer.
