Changeset 29232
- Timestamp:
- Sep 24, 2010, 3:31:39 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/ippTools/src
- Files:
-
- 2 edited
-
camtool.c (modified) (1 diff)
-
camtoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ippTools/src/camtool.c
r28370 r29232 111 111 pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "=="); // define using chipRun label 112 112 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 113 PXOPT_COPY_STR(config->args, where, "-data_group", "chipRun.data_group", "=="); 113 114 114 115 if (!psListLength(where->list) && -
branches/eam_branches/ipp-20100823/ippTools/src/camtoolConfig.c
r28370 r29232 54 54 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by chipRun label", NULL); 55 55 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-reduction", 0, "search by chipRun reduction class", NULL); 56 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-data_group", 0, "search by chipRun data_group", NULL); 56 57 57 58 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-set_workdir", 0, "define workdir", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
