Changeset 36211
- Timestamp:
- Oct 13, 2013, 1:33:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotFullForceReadout.c
r36164 r36211 49 49 } 50 50 51 // include externally-supplied sources 51 // include externally-supplied sources (loaded onto detections->newSources) 52 52 psphotLoadExtSources (config, view, filerule); 53 53 54 // merge the newly selected sources into the existing list 54 // merge the newly selected sources into the existing list (detections->allSources) 55 55 // NOTE: merge OLD and NEW 56 56 psphotMergeSources (config, view, filerule); 57 57 58 // construct sources and measure moments and other basic stats (saved on detections-> newSources)58 // construct sources and measure moments and other basic stats (saved on detections->allSources) 59 59 // all sources use the auto-scaled window appropriate to a PSF, except for the saturated 60 60 // stars : these use a larger window (3x the basic window) 61 if (!psphot SourceStats (config, view, filerule, true)) { // pass 161 if (!psphotFullForceSourceStats (config, view, filerule, true)) { // pass 1 62 62 psError(PSPHOT_ERR_UNKNOWN, false, "failure to generate sources"); 63 63 return psphotReadoutCleanup (config, view, filerule);
Note:
See TracChangeset
for help on using the changeset viewer.
