Changeset 12024 for trunk/ippTools/src/camtoolConfig.c
- Timestamp:
- Feb 23, 2007, 3:41:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtoolConfig.c
r11997 r12024 48 48 psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-exp_tag", 0, 49 49 "search by exposure ID", NULL); 50 psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "- p2_version", 0,51 "search for exposures with this p2version", -1);52 psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "- p3_version", 0,53 "search for exposures with this p3version", -1);50 psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-chip_version", 0, 51 "search for exposures with this chip version", -1); 52 psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-cam_version", 0, 53 "search for exposures with this cam version", -1); 54 54 psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit", 0, 55 55 "limit result set to N items", 0); … … 107 107 psMetadataAddStr(processedexpArgs, PS_LIST_TAIL, "-exp_tag", 0, 108 108 "search by exposure ID", NULL); 109 psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "- p2_version", 0,110 "search for exposures with this p2version", -1);111 psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "- p3_version", 0,112 "search for exposures with this p3version", -1);109 psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-chip_version", 0, 110 "search for exposures with this chip version", -1); 111 psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-cam_version", 0, 112 "search for exposures with this cam version", -1); 113 113 psMetadataAddU64(processedexpArgs, PS_LIST_TAIL, "-limit", 0, 114 114 "limit result set to N items", 0);
Note:
See TracChangeset
for help on using the changeset viewer.
