Changeset 15828 for trunk/ippTools/src/dettoolConfig.c
- Timestamp:
- Dec 14, 2007, 1:35:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettoolConfig.c
r15783 r15828 274 274 psMetadataAddStr(makecorrectionArgs, PS_LIST_TAIL, "-det_id", 0, 275 275 "det ID to be corrected (required)", NULL); 276 psMetadataAddBool(makecorrectionArgs, PS_LIST_TAIL, "-simple", 0, 277 "use the simple output format", false); 278 279 // -tocorrectexp 280 psMetadata *tocorrectexpArgs = psMetadataAlloc(); 281 psMetadataAddU64(tocorrectexpArgs, PS_LIST_TAIL, "-limit", 0, 282 "limit result set to N items", 0); 283 psMetadataAddBool(tocorrectexpArgs, PS_LIST_TAIL, "-simple", 0, 284 "use the simple output format", false); 285 286 // -tocorrectimfile 287 psMetadata *tocorrectimfileArgs = psMetadataAlloc(); 288 psMetadataAddStr(tocorrectimfileArgs, PS_LIST_TAIL, "-det_id", 0, 289 "search for detrend ID", NULL); 290 psMetadataAddU64(tocorrectimfileArgs, PS_LIST_TAIL, "-limit", 0, 291 "limit result set to N items", 0); 292 psMetadataAddBool(tocorrectimfileArgs, PS_LIST_TAIL, "-simple", 0, 293 "use the simple output format", false); 276 294 277 295 // -runs … … 1070 1088 PXTOOL_ADD_MODE("-definebydetrun", "", DETTOOL_MODE_DEFINEBYDETRUN, definebydetrunArgs); 1071 1089 PXTOOL_ADD_MODE("-makecorrection", "", DETTOOL_MODE_MAKECORRECTION, makecorrectionArgs); 1090 PXTOOL_ADD_MODE("-tocorrectexp", "", DETTOOL_MODE_TOCORRECTEXP, tocorrectexpArgs); 1091 PXTOOL_ADD_MODE("-tocorrectimfile", "", DETTOOL_MODE_TOCORRECTIMFILE, tocorrectimfileArgs); 1072 1092 PXTOOL_ADD_MODE("-raw", "", DETTOOL_MODE_RAW, rawArgs); 1073 1093 PXTOOL_ADD_MODE("-runs", "", DETTOOL_MODE_RUNS, runsArgs);
Note:
See TracChangeset
for help on using the changeset viewer.
