Changeset 6379 for trunk/psphot/src/psphotImageLoop.c
- Timestamp:
- Feb 7, 2006, 8:52:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageLoop.c
r6311 r6379 32 32 if (! chip->process) { continue; } 33 33 34 if (imageLoadDepth == PP_LOAD_CHIP) {34 if (imageLoadDepth == PP_LOAD_CHIP) { 35 35 psTrace(__func__, 1, "Loading pixels for chip %d...\n", i); 36 36 ppImageLoadPixels(file, config->database, i, -1); … … 47 47 ppImageLoadPixels(file, config->database, i, j); 48 48 } 49 49 50 50 // XXX optional mask and weight input image should be loaded here? 51 51 // this sets the weight map and basic mask applying CELL.BAD and CELL.SATURATION … … 61 61 // run a single-model test if desired 62 62 psphotModelTest (readout, config->arguments, config->recipe); 63 64 63 psphotReadout (readout, config->recipe); 65 64 psphotOutput (readout, config->arguments);
Note:
See TracChangeset
for help on using the changeset viewer.
