Changeset 33842
- Timestamp:
- May 1, 2012, 11:56:50 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadoutMinimal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadoutMinimal.c
r32996 r33842 64 64 // Construct an initial model for each object, set the radius to fitRadius, set circular 65 65 // fit mask. NOTE: only applied to sources without guess models 66 psphotGuessModels (config, view, filerule); 66 if (!psphotGuessModels (config, view, filerule)) { 67 psLogMsg ("psphot", 3, "failure to Guess Model"); 68 return psphotReadoutCleanup (config, view, filerule); 69 } 67 70 68 71 // linear PSF fit to source peaks
Note:
See TracChangeset
for help on using the changeset viewer.
