- Timestamp:
- Aug 30, 2012, 6:10:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/psphot/src/psphotReadout.c
r34360 r34368 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 … … 147 141 psError (PSPHOT_ERR_UNKNOWN, false, "failed to determine rough classifications"); 148 142 return psphotReadoutCleanup (config, view, filerule); 143 } 144 145 // find blended neighbors of very saturated stars (detections->newSources) 146 if (!psphotDeblendSatstars (config, view, filerule)) { 147 psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis"); 148 return psphotReadoutCleanup (config, view, filerule); 149 149 } 150 150
Note:
See TracChangeset
for help on using the changeset viewer.
