Changeset 8421 for trunk/ippTools/src/dettoolConfig.c
- Timestamp:
- Aug 17, 2006, 7:13:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettoolConfig.c
r8406 r8421 301 301 psMetadataAddBool(residimfileArgs, PS_LIST_TAIL, "-simple", 0, 302 302 "use the simple output format", false); 303 303 304 304 // -addresidexp 305 305 psMetadata *addresidexpArgs = psMetadataAlloc(); … … 312 312 psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-recip", 0, 313 313 "define recipe (required)", NULL); 314 psMetadataAddBool(addresidexpArgs, PS_LIST_TAIL, "-accept", 0, 315 "define as having acceptable residuals", false); 314 psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-jpeg1", 0, 315 "define jpeg 1 (required)", NULL); 316 psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-jpeg2", 0, 317 "define jpeg 2 (required)", NULL); 318 psMetadataAddF32(addresidexpArgs, PS_LIST_TAIL, "-stats", 0, 319 "define stats (required)", NULL); 320 psMetadataAddBool(addresidexpArgs, PS_LIST_TAIL, "-reject", 0, 321 "exposure is not to be stacked in the next iteration", false); 316 322 317 323 // -residexp
Note:
See TracChangeset
for help on using the changeset viewer.
