Changeset 30870
- Timestamp:
- Mar 10, 2011, 5:30:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotReadout.c
r30784 r30870 14 14 static int npass = 0; 15 15 char filename[64]; 16 17 return true; 16 18 17 19 bool status = true; … … 145 147 146 148 // find blended neighbors of very saturated stars (detections->newSources) 147 if (!psphotDeblendSatstars (config, view, filerule)) {148 psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");149 return psphotReadoutCleanup (config, view, filerule);150 }149 // if (!psphotDeblendSatstars (config, view, filerule)) { 150 // psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis"); 151 // return psphotReadoutCleanup (config, view, filerule); 152 // } 151 153 152 154 // mark blended peaks PS_SOURCE_BLEND (detections->newSources)
Note:
See TracChangeset
for help on using the changeset viewer.
