- Timestamp:
- May 29, 2012, 5:16:09 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120405/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/psphot
- Property svn:mergeinfo changed
/trunk/psphot (added) merged: 33731,33761,33837,33839-33842,33877,33879,33881,33883,33889-33890,33894,33910,33913-33915,33917,33935
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120405/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src (added) merged: 33731,33761,33837,33839-33842,33877,33879,33881,33883,33889-33890,33894,33910,33913-33915,33917,33935
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120405/psphot/src/psphotReadout.c
r33089 r33953 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 footprintUseUnsubtracted = psMetadataLookupBool(NULL, recipe, "FOOTPRINT_USE_UNSUBTRACTED"); 188 // Note: if footprintUseUnsubtracted is true the noise was already subtracted in psphotFindDetections() 189 if (!footprintUseUnsubtracted) { 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.
