IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2006, 9:03:34 PM (21 years ago)
Author:
eugene
Message:

file cleanups, function renames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChoosePSF.c

    r5828 r5986  
    1212
    1313    psTimerStart ("psphot");
     14
     15    // examine PSF sources in S/N order (brightest first)
     16    sources = psArraySort (sources, psphotSortBySN);
    1417
    1518    // array to store candidate PSF stars
     
    8891    psLogMsg ("psphot.pspsf", 3, "selected psf model %s, ApResid: %f +/- %f\n", modelName, psf->ApResid, psf->dApResid);
    8992
     93    char *breakPt = psMetadataLookupPtr (&status, config, "BREAK_POINT");
     94    if (!strcasecmp (breakPt, "PSFFIT")) exit (0);
     95
    9096    return (psf);
    9197}
Note: See TracChangeset for help on using the changeset viewer.