Changeset 34404 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Sep 5, 2012, 4:19:30 PM (14 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120805/psphot (added) merged: 34360,34368-34369,34377-34378,34380,34392,34399
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120805/psphot/src (added) merged: 34360,34368-34369,34377-34378,34380,34392,34399
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotReadout.c
r34317 r34404 128 128 } 129 129 130 // find blended neighbors of very saturated stars (detections->newSources)131 // if (!psphotDeblendSatstars (config, view, filerule)) {132 // psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");133 // return psphotReadoutCleanup (config, view, filerule);134 // }135 136 130 // mark blended peaks PS_SOURCE_BLEND (detections->newSources) 137 131 // XXX I've deactivated this because it was preventing galaxies close to stars from being … … 149 143 } 150 144 145 // find and subtract radial profile models for saturated stars (XXX change name eventually) 146 if (!psphotDeblendSatstars (config, view, filerule)) { 147 psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis"); 148 return psphotReadoutCleanup (config, view, filerule); 149 } 150 151 151 // if we were not supplied a PSF model, determine the IQ stats here (detections->newSources) 152 152 if (!psphotImageQuality (config, view, filerule)) { // pass 1 … … 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.
