Changeset 6823
- Timestamp:
- Apr 9, 2006, 9:02:23 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageConfig.c
r6817 r6823 31 31 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "FRINGE", "-fringe", "-fringelist"); 32 32 33 // other command-line options34 // XXX not sure how these are to be used at the moment35 // psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-key", 0, "exposure ID", "");36 // psMetadataAddS32(config->arguments, PS_LIST_TAIL, "-chip", 0, "Chip number to process (if positive)", -1);37 38 33 // the input file is a required argument; if not found, we will exit 39 34 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list"); … … 62 57 return config; 63 58 } 59 60 // other command-line options 61 // XXX not sure how these are to be used at the moment 62 // psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-key", 0, "exposure ID", ""); 63 // psMetadataAddS32(config->arguments, PS_LIST_TAIL, "-chip", 0, "Chip number to process (if positive)", -1); 64
Note:
See TracChangeset
for help on using the changeset viewer.
