- Timestamp:
- Sep 2, 2012, 1:10:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/psphot/src/psphotReadout.c
r34368 r34378 143 143 } 144 144 145 // find blended neighbors of very saturated stars (detections->newSources)145 // find and subtract radial profile models for saturated stars (XXX change name eventually) 146 146 if (!psphotDeblendSatstars (config, view, filerule)) { 147 147 psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis"); … … 221 221 // NOTE: this block performs the 2nd pass low-significance PSF detection stage 222 222 { 223 // add noise for subtracted objects 223 // add noise for subtracted objects & subtracted saturated stars 224 224 psphotAddNoise (config, view, filerule); // pass 1 (detections->allSources) 225 225 … … 253 253 // merge the newly selected sources into the existing list 254 254 // NOTE: merge OLD and NEW 255 // XXX check on free of sources...256 255 psphotMergeSources (config, view, filerule); // (detections->newSources + detections->allSources -> detections->allSources) 257 256 … … 294 293 // merge the newly selected sources into the existing list 295 294 // NOTE: merge OLD and NEW 296 // XXX check on free of sources...297 295 psphotMergeSources (config, view, filerule); // (detections->newSources + detections->allSources -> detections->allSources) 298 296
Note:
See TracChangeset
for help on using the changeset viewer.
