IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2010, 1:33:47 PM (16 years ago)
Author:
eugene
Message:

some API re-work to support psphotForced and detection efficiency measurements; better visualization; CR masking (optional); better source size analysis; some motion towards stack photometry

File:
1 edited

Legend:

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

    r26894 r27532  
    9191        return psphotReadoutCleanup (config, view);
    9292    }
    93     if (!strcasecmp (breakPt, "MOMENTS")) {
    94         return psphotReadoutCleanup(config, view);
    95     }
    96 
    9793    // if we were not supplied a PSF model, determine the IQ stats here (detections->newSources)
    9894    if (!psphotImageQuality (config, view)) { // pass 1
    9995        psError (PSPHOT_ERR_UNKNOWN, false, "failed to measure image quality");
     96        return psphotReadoutCleanup(config, view);
     97    }
     98    if (!strcasecmp (breakPt, "MOMENTS")) {
    10099        return psphotReadoutCleanup(config, view);
    101100    }
Note: See TracChangeset for help on using the changeset viewer.