Changeset 9780
- Timestamp:
- Oct 29, 2006, 5:13:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r9771 r9780 68 68 // use bright stellar objects to measure PSF 69 69 pmPSF *psf = psphotChoosePSF (readout, sources, recipe); 70 if (psf == NULL) { 71 psError(PSPHOT_ERR_UNKNOWN, false, "failure to construct a psf model"); 72 return false; 73 } 74 70 75 if (!strcasecmp (breakPt, "PSFMODEL")) { 71 76 if (!psphotReadoutCleanup (config, readout, recipe, psf, sources)) return false;
Note:
See TracChangeset
for help on using the changeset viewer.
