IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2019, 5:23:45 PM (7 years ago)
Author:
cclin33
Message:

temporary fix filter queuing problem in addtool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipponly-20191108/ippTools/src/addtool.c

    r41211 r41212  
    155155      pxAddLabelSearchArgs (config, where,      "-label",      "camRun.label", "=="); // define using camRun label
    156156      pxAddLabelSearchArgs (config, where, "-data_group", "camRun.data_group", "=="); // define using camRun label
     157      pxAddLabelSearchArgs (config, where,     "-filter",   "rawExp.filter", "LIKE"); // define using camRun label
    157158      PXOPT_COPY_STR(config->args,  where,  "-reduction",  "camRun.reduction", "==");
    158159    }
Note: See TracChangeset for help on using the changeset viewer.