Changeset 10266
- Timestamp:
- Nov 28, 2006, 5:02:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r10205 r10266 30 30 } 31 31 32 if (!strcasecmp (breakPt, "NOTHING")) { 33 if (!psphotReadoutCleanup (config, readout, recipe, NULL, NULL)) return false; 34 return true; 35 } 36 32 37 // generate a background model (median, smoothed image) 33 38 psphotImageMedian (config, view); 39 40 if (!strcasecmp (breakPt, "BACKMDL")) { 41 if (!psphotReadoutCleanup (config, readout, recipe, NULL, NULL)) return false; 42 return true; 43 } 34 44 35 45 pmReadout *background = psphotSelectBackground (config, view);
Note:
See TracChangeset
for help on using the changeset viewer.
