IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 5:02:59 PM (20 years ago)
Author:
eugene
Message:

added test break points (probably temporary)

File:
1 edited

Legend:

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

    r10205 r10266  
    3030    }
    3131
     32    if (!strcasecmp (breakPt, "NOTHING")) {
     33        if (!psphotReadoutCleanup (config, readout, recipe, NULL, NULL)) return false;
     34        return true;
     35    }
     36
    3237    // generate a background model (median, smoothed image)
    3338    psphotImageMedian (config, view);
     39
     40    if (!strcasecmp (breakPt, "BACKMDL")) {
     41        if (!psphotReadoutCleanup (config, readout, recipe, NULL, NULL)) return false;
     42        return true;
     43    }
    3444
    3545    pmReadout *background = psphotSelectBackground (config, view);
Note: See TracChangeset for help on using the changeset viewer.