Changeset 11306
- Timestamp:
- Jan 25, 2007, 6:50:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r11263 r11306 67 67 if (!psfTrendMask) { 68 68 psError(PSPHOT_ERR_PSF, true, "Unable to construct polynomial from PSF.TREND.MASK in the recipe"); 69 return false;69 return NULL; 70 70 } 71 71 } … … 141 141 // use the best model: 142 142 if (bestN < 0) { 143 psError (PSPHOT_ERR_PSF, false, "Failed to fit any models when choosing PSF");143 psError (PSPHOT_ERR_DATA, false, "Failed to fit any models when choosing PSF"); 144 144 psFree (models); 145 145 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
