- Timestamp:
- May 17, 2012, 4:27:19 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r33089 r33890 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 psphotSubNoise (config, view, filerule); // pass 1 (detections->allSources) 187 bool footprintsUseUnsubtracted = psMetadataLookupBool(NULL, recipe, "FOOTPRINT_USE_UNSUBTRACTED"); 188 // if footprintsUseUnsubtracted is true the noise was already subtracted in psphotFindDetections() 189 if (!footprintsUseUnsubtracted) { 190 psphotSubNoise (config, view, filerule); // pass 1 (detections->allSources) 191 } 188 192 189 193 // define new sources based on only the new peaks & measure moments
Note:
See TracChangeset
for help on using the changeset viewer.
