Changeset 36663
- Timestamp:
- Apr 15, 2014, 10:27:50 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFullForceReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFullForceReadout.c
r36633 r36663 78 78 psphotMergeSources (config, view, filerule); 79 79 80 81 80 // generate a psf model for any readouts which need one 82 81 // psphotFullForcePSF (config, view, filerule); … … 84 83 // sources; we should mark with a flag bit the ones we actually want to use as PSF 85 84 // stars (this means we need to supply this info in the load). 86 psphotChoosePSF (config, view, filerule, false); 85 if (!psphotChoosePSF (config, view, filerule, false)) { 86 // PSPHOT_ERR_DATA causes this program to exit gracefully 87 psError (PSPHOT_ERR_DATA, false, "failed to construct psf model"); 88 return psphotReadoutCleanup (config, view, filerule); 89 } 87 90 88 91 // Construct an initial model for each object, set the radius to fitRadius, set circular
Note:
See TracChangeset
for help on using the changeset viewer.
