IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27501


Ignore:
Timestamp:
Mar 28, 2010, 4:25:46 PM (16 years ago)
Author:
eugene
Message:

break on MOMENTS only after IQ measurement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20100225/psphot/src/psphotReadout.c

    r26894 r27501  
    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.