Changeset 17938 for branches/faketool/ippTools/src/warptoolConfig.c
- Timestamp:
- Jun 5, 2008, 10:31:08 AM (18 years ago)
- File:
-
- 1 edited
-
branches/faketool/ippTools/src/warptoolConfig.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/faketool/ippTools/src/warptoolConfig.c
r17791 r17938 49 49 // -definerun 50 50 psMetadata *definerunArgs = psMetadataAlloc(); 51 psMetadataAddStr(definerunArgs, PS_LIST_TAIL, "- cam_id", 0,51 psMetadataAddStr(definerunArgs, PS_LIST_TAIL, "-fake_id", 0, 52 52 "define camtool ID (required)", NULL); 53 53 psMetadataAddStr(definerunArgs, PS_LIST_TAIL, "-mode", 0, … … 72 72 // -updaterun 73 73 psMetadata *updaterunArgs = psMetadataAlloc(); 74 // XXX need to allow multiple cam_ids74 // XXX need to allow multiple fake_ids 75 75 psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-warp_id", 0, 76 76 "search by warptool ID", NULL); 77 // XXX need to allow multiple cam_ids78 psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "- cam_id", 0,79 "search by cam_id", NULL);77 // XXX need to allow multiple fake_ids 78 psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-fake_id", 0, 79 "search by fake_id", NULL); 80 80 // XXX need to allow multiple chip_ids 81 81 psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-chip_id", 0, … … 176 176 psMetadataAddStr(expArgs, PS_LIST_TAIL, "-warp_id", 0, 177 177 "search by warptool ID", NULL); 178 psMetadataAddStr(expArgs, PS_LIST_TAIL, "- cam_id", 0,178 psMetadataAddStr(expArgs, PS_LIST_TAIL, "-fake_id", 0, 179 179 "search by camtool ID", NULL); 180 180 psMetadataAddU64(expArgs, PS_LIST_TAIL, "-limit", 0, … … 187 187 psMetadataAddStr(imfileArgs, PS_LIST_TAIL, "-warp_id", 0, 188 188 "search by warptool ID", NULL); 189 psMetadataAddStr(imfileArgs, PS_LIST_TAIL, "- cam_id", 0,189 psMetadataAddStr(imfileArgs, PS_LIST_TAIL, "-fake_id", 0, 190 190 "search by camtool ID", NULL); 191 191 psMetadataAddU64(imfileArgs, PS_LIST_TAIL, "-limit", 0, … … 279 279 psMetadataAddStr(warpedArgs, PS_LIST_TAIL, "-exp_id", 0, 280 280 "define exposure tag", NULL); 281 psMetadataAddStr(warpedArgs, PS_LIST_TAIL, "- cam_id", 0,281 psMetadataAddStr(warpedArgs, PS_LIST_TAIL, "-fake_id", 0, 282 282 "define phase 3 version of exposure tag", NULL); 283 283 psMetadataAddU64(warpedArgs, PS_LIST_TAIL, "-limit", 0, … … 288 288 // -revertwarped 289 289 psMetadata *revertwarpedArgs = psMetadataAlloc(); 290 // XXX need to allow multiple cam_ids290 // XXX need to allow multiple fake_ids 291 291 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-warp_id", 0, 292 292 "search by warptool ID", NULL); … … 295 295 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-tess_id", 0, 296 296 "searcy by tessellation ID", NULL); 297 // XXX need to allow multiple cam_ids298 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "- cam_id", 0,299 "search by cam_id", NULL);297 // XXX need to allow multiple fake_ids 298 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-fake_id", 0, 299 "search by fake_id", NULL); 300 300 // XXX need to allow multiple chip_ids 301 301 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-chip_id", 0,
Note:
See TracChangeset
for help on using the changeset viewer.
