Changeset 25913 for trunk/ippTools/src/flatcorr.c
- Timestamp:
- Oct 21, 2009, 3:26:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/flatcorr.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/flatcorr.c
r25835 r25913 133 133 PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false); 134 134 PXOPT_LOOKUP_STR(region, config->args, "-set_region", false, false); 135 PXOPT_LOOKUP_BOOL(make_correction, config->args, "-make_correction", false); 135 136 PXOPT_LOOKUP_STR(note, config->args, "-set_note", false, false); 136 137 … … 203 204 filter, 204 205 "reg", // state 206 make_correction, 205 207 workdir, 206 208 label, … … 294 296 PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false); 295 297 PXOPT_LOOKUP_STR(region, config->args, "-set_region", false, false); 298 PXOPT_LOOKUP_BOOL(make_correction, config->args, "-make_correction", false); 296 299 // XXX probably should make the region in -set_region match ra_min, ra_max, etc 297 300 … … 315 318 filter, 316 319 "reg", // state 320 make_correction, 317 321 workdir, 318 322 label,
Note:
See TracChangeset
for help on using the changeset viewer.
