Changeset 36633 for trunk/psphot/src/psphotFullForceReadout.c
- Timestamp:
- Apr 2, 2014, 10:50:14 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotFullForceReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/tags/ipp-20140114 merged: 36557,36559-36560,36584-36588,36597-36602,36607-36609
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/tags/ipp-20140114/psphot/src merged: 36588,36599,36607
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotFullForceReadout.c
r36630 r36633 52 52 psphotLoadExtSources (config, view, filerule); 53 53 54 #ifdef notmoved 55 // XXX: moved down below 54 56 // merge the newly selected sources into the existing list (detections->allSources) 55 57 // NOTE: merge OLD and NEW 56 58 psphotMergeSources (config, view, filerule); 59 #endif 57 60 58 61 // construct sources and measure moments and other basic stats (saved on detections->allSources) … … 63 66 return psphotReadoutCleanup (config, view, filerule); 64 67 } 68 69 // classify sources based on moments, brightness. if a PSF model has been loaded, the PSF 70 // clump defined for it is used not measured (detections->newSources) 71 if (!psphotRoughClass (config, view, filerule)) { // pass 1 72 psError (PSPHOT_ERR_UNKNOWN, false, "failed to determine rough classifications"); 73 return psphotReadoutCleanup (config, view, filerule); 74 } 75 76 // merge the newly selected sources into the existing list (detections->allSources) 77 // NOTE: merge OLD and NEW 78 psphotMergeSources (config, view, filerule); 79 65 80 66 81 // generate a psf model for any readouts which need one
Note:
See TracChangeset
for help on using the changeset viewer.
