- Timestamp:
- Feb 4, 2010, 6:40:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120/src/psphotReadoutFindPSF.c
r26748 r26772 26 26 } 27 27 28 // construct sources and measure basic stats (moments, local sky)28 // construct detections->newSources and measure basic stats (moments, local sky) 29 29 if (!psphotSourceStats(config, view, true)) { 30 30 psError(PSPHOT_ERR_UNKNOWN, false, "failure to generate sources"); … … 60 60 // construct an initial model for each object, set the radius to fitRadius, set circular fit mask 61 61 psphotGuessModels (config, view); 62 # endif 62 63 64 // merge the newly selected sources into the existing list 65 // NOTE: merge OLD and NEW 66 psphotMergeSources (config, view); 67 68 # if 0 63 69 // measure aperture photometry corrections 64 70 if (!psphotApResid (config, view)) {
Note:
See TracChangeset
for help on using the changeset viewer.
