Changeset 19293
- Timestamp:
- Aug 29, 2008, 2:26:39 PM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
warptool.c (modified) (1 diff)
-
warptoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r19203 r19293 1151 1151 1152 1152 PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "=="); 1153 PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 1153 1154 PXOPT_COPY_STR(config->args, where, "-inst", "rawExp.camera", "=="); 1154 1155 PXOPT_COPY_STR(config->args, where, "-telescope", "rawExp.telescope", "=="); -
trunk/ippTools/src/warptoolConfig.c
r19160 r19293 258 258 psMetadataAddS64(revertwarpedArgs, PS_LIST_TAIL, "-exp_id", 0, "search by exp_id", 0); 259 259 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-exp_name", 0, "search by exp_name", NULL); 260 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-label", 0, "search by label", NULL); 260 261 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-inst", 0, "search for camera", NULL); 261 262 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-telescope", 0, "search for telescope", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
