Changeset 23920 for trunk/ippTools/src/camtool.c
- Timestamp:
- Apr 17, 2009, 4:41:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r23873 r23920 109 109 psMetadata *where = psMetadataAlloc(); 110 110 pxcamGetSearchArgs (config, where); 111 PXOPT_COPY_STR(config->args, where, "-label", "camRun.label","==");111 pxAddLabelSearchArgs (config, where, "-label", "camRun.label", "=="); 112 112 PXOPT_COPY_STR(config->args, where, "-reduction", "camRun.reduction", "=="); 113 113 … … 296 296 pxcamGetSearchArgs (config, where); 297 297 PXOPT_COPY_S64(config->args, where, "-cam_id", "camRun.cam_id", "=="); 298 PXOPT_COPY_STR(config->args, where, "-label","camRun.label", "==");298 pxAddLabelSearchArgs (config, where, "-label", "camRun.label", "=="); 299 299 PXOPT_COPY_STR(config->args, where, "-reduction", "camRun.reduction", "=="); 300 300 … … 360 360 pxcamGetSearchArgs (config, where); 361 361 PXOPT_COPY_S64(config->args, where, "-cam_id", "camRun.cam_id", "=="); 362 PXOPT_COPY_STR(config->args, where, "-label","camRun.label", "==");362 pxAddLabelSearchArgs (config, where, "-label", "camRun.label", "=="); 363 363 PXOPT_COPY_STR(config->args, where, "-reduction", "camRun.reduction", "=="); 364 364 PXOPT_COPY_S64(config->args, where, "-chip_id", "camRun.chip_id", "=="); … … 677 677 pxcamGetSearchArgs (config, where); 678 678 PXOPT_COPY_S64(config->args, where, "-cam_id", "camRun.cam_id", "=="); 679 PXOPT_COPY_STR(config->args, where, "-label","camRun.label", "==");679 pxAddLabelSearchArgs (config, where, "-label", "camRun.label", "=="); 680 680 PXOPT_COPY_STR(config->args, where, "-reduction", "camRun.reduction", "=="); 681 681 … … 953 953 954 954 psMetadata *where = psMetadataAlloc(); 955 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");955 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 956 956 957 957 psString query = pxDataGet("camtool_pendingcleanuprun.sql"); … … 1018 1018 PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "=="); 1019 1019 } 1020 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");1020 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1021 1021 1022 1022 psString query = pxDataGet("camtool_pendingcleanupexp.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
