IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2013, 1:42:38 PM (13 years ago)
Author:
bills
Message:

in bgtool -chip accept exp_name and exp_id as selectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/bgtool.c

    r34932 r35121  
    694694    PXOPT_COPY_S64(config->args, where, "-chip_bg_id",    "chipBackgroundRun.chip_bg_id", "==");
    695695    PXOPT_COPY_S64(config->args, where, "-chip_id",    "chipBackgroundRun.chip_id", "==");
     696    PXOPT_COPY_S64(config->args, where, "-exp_id",    "rawExp.exp_id", "==");
     697    PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "==");
    696698    PXOPT_COPY_STR(config->args, where, "-class_id", "chipBackgroundImfile.class_id", "==");
    697699    pxAddLabelSearchArgs(config, where, "-label",   "chipBackgroundRun.label", "LIKE");
Note: See TracChangeset for help on using the changeset viewer.