Changeset 8437
- Timestamp:
- Aug 21, 2006, 4:56:17 AM (20 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 3 edited
-
psphotChoosePSF.c (modified) (1 diff)
-
psphotErrorCodes.dat (modified) (1 diff)
-
psphotRoughClass.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r8139 r8437 36 36 } 37 37 psLogMsg ("psphot.pspsf", 4, "selected candidate %d PSF objects\n", stars->n); 38 39 if (stars->n == 0) { 40 psError(PSPHOT_ERR_PSF, true, "Failed to find any PSF candidates"); 41 return NULL; 42 } 38 43 39 44 // get the fixed PSF fit radius -
trunk/psphot/src/psphotErrorCodes.dat
r7504 r8437 10 10 FITS_WCS Error interpreting FITS WCS information 11 11 PHOTOM Problem in photometry 12 PSF Problem in PSF -
trunk/psphot/src/psphotRoughClass.c
r7758 r8437 11 11 12 12 // did we find a valid psfClump? 13 if (!psfClump.X || !psfClump.Y) return false; 13 if (!psfClump.X || !psfClump.Y) { 14 psError(PSPHOT_ERR_PSF, true, "Failed to find a valid PSF clump"); 15 return false; 16 } 14 17 15 18 // group into STAR, COSMIC, EXTENDED, SATURATED, etc.
Note:
See TracChangeset
for help on using the changeset viewer.
