Changeset 33089 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Jan 11, 2012, 10:16:48 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r32996 r33089 133 133 // Construct an initial model for each object, set the radius to fitRadius, set circular 134 134 // fit mask. NOTE: only applied to sources without guess models 135 psphotGuessModels (config, view, filerule); // pass 1 135 // pass 1 136 if (!psphotGuessModels (config, view, filerule)) { 137 psLogMsg ("psphot", 3, "failure to Guess Model - pass 1"); 138 return psphotReadoutCleanup (config, view, filerule); 139 } 136 140 137 141 // linear PSF fit to source peaks, subtract the models from the image (in PSF mask) … … 155 159 // non-linear PSF and EXT fit to brighter sources 156 160 // replace model flux, adjust mask as needed, fit, subtract the models (full stamp) 161 // XXX: can leave faulted job in done queue 157 162 psphotBlendFit (config, view, filerule); // pass 1 (detections->allSources) 158 163
Note:
See TracChangeset
for help on using the changeset viewer.
