Changeset 5986 for trunk/psphot/src/psphotChoosePSF.c
- Timestamp:
- Jan 13, 2006, 9:03:34 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r5828 r5986 12 12 13 13 psTimerStart ("psphot"); 14 15 // examine PSF sources in S/N order (brightest first) 16 sources = psArraySort (sources, psphotSortBySN); 14 17 15 18 // array to store candidate PSF stars … … 88 91 psLogMsg ("psphot.pspsf", 3, "selected psf model %s, ApResid: %f +/- %f\n", modelName, psf->ApResid, psf->dApResid); 89 92 93 char *breakPt = psMetadataLookupPtr (&status, config, "BREAK_POINT"); 94 if (!strcasecmp (breakPt, "PSFFIT")) exit (0); 95 90 96 return (psf); 91 97 }
Note:
See TracChangeset
for help on using the changeset viewer.
