Changeset 11862 for trunk/dvoTools/src/dvoApplyCorrLoop.c
- Timestamp:
- Feb 16, 2007, 1:46:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dvoTools/src/dvoApplyCorrLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvoTools/src/dvoApplyCorrLoop.c
r11804 r11862 14 14 // psMetadata *recipe = psMetadataLookupMetadata(&status, config->recipes, RECIPE_NAME); 15 15 16 pmFPAfile *input = psMetadataLookupPtr(&status, config->files, "DVO CORR.INPUT");16 pmFPAfile *input = psMetadataLookupPtr(&status, config->files, "DVOFLAT.INPUT"); 17 17 if (!status) { 18 18 psErrorStackPrint(stderr, "Can't find input data!\n"); … … 58 58 if (!readout->data_exists) continue; 59 59 60 // XXX put the function here which unbins the input image 60 // XXX put the function here which multiplies the input image and the correction image 61 dvoApplyCorrReadout (config, view, "DVOFLAT.INPUT", "DVOFLAT.CORR"); 61 62 62 63 if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) {
Note:
See TracChangeset
for help on using the changeset viewer.
