Changeset 24562
- Timestamp:
- Jun 25, 2009, 3:02:22 PM (17 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 8 edited
-
camtool.c (modified) (1 diff)
-
camtoolConfig.c (modified) (1 diff)
-
chiptool.c (modified) (1 diff)
-
chiptoolConfig.c (modified) (1 diff)
-
faketool.c (modified) (1 diff)
-
faketoolConfig.c (modified) (1 diff)
-
warptool.c (modified) (2 diffs)
-
warptoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r24182 r24562 766 766 pxcamGetSearchArgs (config, where); 767 767 PXOPT_COPY_S64(config->args, where, "-cam_id", "camRun.cam_id", "=="); 768 PXOPT_COPY_STR(config->args, where, "-label", "camRun.label","==");768 pxAddLabelSearchArgs (config, where, "-label", "camRun.label", "=="); 769 769 PXOPT_COPY_STR(config->args, where, "-reduction", "camRun.reduction", "=="); 770 770 PXOPT_COPY_S16(config->args, where, "-fault", "camProcessedExp.fault", "=="); -
trunk/ippTools/src/camtoolConfig.c
r23920 r24562 187 187 pxcamSetSearchArgs(revertprocessedexpArgs); 188 188 psMetadataAddS64(revertprocessedexpArgs, PS_LIST_TAIL, "-cam_id", 0, "search by cam_id", 0); 189 psMetadataAddStr(revertprocessedexpArgs, PS_LIST_TAIL, "-label", 0,"search by camRun label", NULL);189 psMetadataAddStr(revertprocessedexpArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by camRun label", NULL); 190 190 psMetadataAddStr(revertprocessedexpArgs, PS_LIST_TAIL, "-reduction",0, "search by camRun reduction class", NULL); 191 191 psMetadataAddS16(revertprocessedexpArgs, PS_LIST_TAIL, "-code", 0, "search by fault code", 0); -
trunk/ippTools/src/chiptool.c
r24552 r24562 676 676 PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "=="); 677 677 PXOPT_COPY_STR(config->args, where, "-class_id", "chipProcessedImfile.class_id", "=="); 678 // require a single label 679 PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "=="); 678 pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "=="); 680 679 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 681 680 PXOPT_COPY_S16(config->args, where, "-fault", "chipProcessedImfile.fault", "=="); -
trunk/ippTools/src/chiptoolConfig.c
r23919 r24562 169 169 psMetadataAddStr(revertprocessedimfileArgs, PS_LIST_TAIL, "-class_id", 0, "search by class ID", NULL); 170 170 psMetadataAddStr(revertprocessedimfileArgs, PS_LIST_TAIL, "-reduction", 0, "search by reduction class", NULL); 171 psMetadataAddStr(revertprocessedimfileArgs, PS_LIST_TAIL, "-label", 0, "search by chipRun label (LIKE comparison)", NULL);171 psMetadataAddStr(revertprocessedimfileArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by chipRun label (LIKE comparison)", NULL); 172 172 pxchipSetSearchArgs(revertprocessedimfileArgs); 173 173 psMetadataAddBool(revertprocessedimfileArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); -
trunk/ippTools/src/faketool.c
r24487 r24562 632 632 633 633 psMetadata *where = psMetadataAlloc(); 634 pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "=="); 634 635 PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "=="); 635 PXOPT_COPY_STR(config->args, where, "-label", "fakeRun.label", "==");636 636 PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "=="); 637 637 PXOPT_COPY_STR(config->args, where, "-exp_name", "exp_name", "=="); -
trunk/ippTools/src/faketoolConfig.c
r23921 r24562 198 198 psMetadata *revertprocessedimfileArgs = psMetadataAlloc(); 199 199 psMetadataAddS64(revertprocessedimfileArgs, PS_LIST_TAIL, "-fake_id", 0, "search by fake ID", 0); 200 psMetadataAddStr(revertprocessedimfileArgs, PS_LIST_TAIL, "-label", 0, "search by label", NULL);200 psMetadataAddStr(revertprocessedimfileArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by label", NULL); 201 201 psMetadataAddS64(revertprocessedimfileArgs, PS_LIST_TAIL, "-exp_id", 0, "search by exp_id", 0); 202 202 psMetadataAddStr(revertprocessedimfileArgs, PS_LIST_TAIL, "-exp_name", 0, "search by exp_name", NULL); -
trunk/ippTools/src/warptool.c
r24552 r24562 680 680 PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpSkyCellMap.skycell_id", "=="); 681 681 PXOPT_COPY_STR(config->args, where, "-tess_id", "warpSkyCellMap.tess_id", "=="); 682 PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 682 // PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 683 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 683 684 PXOPT_COPY_S16(config->args, where, "-fault", "warpSkyCellMap.fault", "=="); 684 685 … … 1269 1270 PXOPT_COPY_STR(config->args, where, "-tess_id", "warpSkyfile.tess_id", "=="); 1270 1271 PXOPT_COPY_STR(config->args, where, "-reduction", "rawExp.reduction", "=="); 1271 PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 1272 // PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 1273 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 1272 1274 PXOPT_COPY_S16(config->args, where, "-fault", "warpSkyfile.fault", "=="); 1273 1275 -
trunk/ippTools/src/warptoolConfig.c
r24487 r24562 164 164 psMetadataAddStr(revertoverlapArgs, PS_LIST_TAIL, "-skycell_id", 0, "search by skycell ID", NULL); 165 165 psMetadataAddStr(revertoverlapArgs, PS_LIST_TAIL, "-tess_id", 0, "search by tessellation ID", NULL); 166 psMetadataAddStr(revertoverlapArgs, PS_LIST_TAIL, "-label", 0,"search by warpRun label", NULL);166 psMetadataAddStr(revertoverlapArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by warpRun label", NULL); 167 167 psMetadataAddS16(revertoverlapArgs, PS_LIST_TAIL, "-fault", 0, "search by fault code", 0); 168 168 psMetadataAddBool(revertoverlapArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); … … 227 227 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-tess_id", 0, "search by tessellation ID", NULL); 228 228 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-reduction", 0, "search by warpRun reduction class", NULL); 229 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-label", 0,"search by warpRun label", NULL);229 psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by warpRun label", NULL); 230 230 psMetadataAddS16(revertwarpedArgs, PS_LIST_TAIL, "-fault", 0, "search by fault code", 0); 231 231 psMetadataAddBool(revertwarpedArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false);
Note:
See TracChangeset
for help on using the changeset viewer.
