Changeset 13834
- Timestamp:
- Jun 14, 2007, 2:46:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r13804 r13834 4 4 pmPSF *psphotChoosePSF (pmReadout *readout, psArray *sources, psMetadata *recipe) { 5 5 6 bool status;6 bool status; 7 7 8 8 psTimerStart ("psphot"); … … 64 64 65 65 if (stars->n == 0) { 66 psError(PSPHOT_ERR_PSF, true, "Failed to find any PSF candidates"); 66 psLogMsg ("psphot.choosePSF", PS_LOG_WARN, "Failed to find any PSF candidates"); 67 psFree (stars); 68 psFree (psfTrendMask); 67 69 return NULL; 68 70 }
Note:
See TracChangeset
for help on using the changeset viewer.
