Changeset 21208 for branches/cnb_branch_20090113/ppSub/src/ppSubArguments.c
- Timestamp:
- Jan 28, 2009, 1:36:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090113/ppSub/src/ppSubArguments.c
r20568 r21208 244 244 psMetadataAddS32(arguments, PS_LIST_TAIL, "-bin2", 0, "Binning factor for second level", 0); 245 245 psMetadataAddStr(arguments, PS_LIST_TAIL, "-dumpconfig", 0, "file to dump configuration to", NULL); 246 psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "Show diagnostic plots", NULL); 246 247 247 248 if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 4) { … … 357 358 } 358 359 360 if (psMetadataLookupBool(NULL, arguments, "-visual")) { 361 pmSubtractionSetVisual(true); 362 } 363 359 364 // Translate the kernel type 360 365 psString type = psMetadataLookupStr(NULL, arguments, "-type"); // Name of kernel type
Note:
See TracChangeset
for help on using the changeset viewer.
