Changeset 19255
- Timestamp:
- Aug 27, 2008, 5:56:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxcam.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxcam.c
r19218 r19255 40 40 psMetadataAddStr(md, PS_LIST_TAIL, "-exp_tag", 0, "search by exp_tag", NULL); 41 41 psMetadataAddStr(md, PS_LIST_TAIL, "-exp_type", 0, "search by exp_type", NULL); 42 psMetadataAddStr(md, PS_LIST_TAIL, "-label", 0, "search by label", NULL); 42 43 psMetadataAddStr(md, PS_LIST_TAIL, "-filelevel", 0, "search by filelevel", NULL); 43 44 psMetadataAddStr(md, PS_LIST_TAIL, "-reduction", 0, "search by reduction class", NULL); … … 85 86 PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "=="); 86 87 PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "=="); 88 PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "=="); 87 89 PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "=="); 88 90 PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "==");
Note:
See TracChangeset
for help on using the changeset viewer.
