Changeset 16660 for trunk/ippTools/src/flatcorrConfig.c
- Timestamp:
- Feb 26, 2008, 1:09:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/flatcorrConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/flatcorrConfig.c
r16621 r16660 146 146 "use the simple output format", false); 147 147 148 // -addexp 149 psMetadata *addexpArgs = psMetadataAlloc(); 150 148 151 // -pending 149 152 psMetadata *pendingArgs = psMetadataAlloc(); … … 176 179 PXOPT_ADD_MODE("-newrun", "start a new flat correction run", 177 180 FLATCORR_MODE_NEWRUN, newrunArgs); 181 PXOPT_ADD_MODE("-addexp", "add an exp to a flat correction run", 182 FLATCORR_MODE_ADDEXP, addexpArgs); 178 183 PXOPT_ADD_MODE("-pending", "show flat correction runs needing to be processed", 179 184 FLATCORR_MODE_PENDING, pendingArgs);
Note:
See TracChangeset
for help on using the changeset viewer.
