IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2012, 10:28:00 AM (14 years ago)
Author:
bills
Message:

Accept -tess_id as a selector for chiptool -listrun

File:
1 edited

Legend:

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

    r34081 r34501  
    20662066    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
    20672067    PXOPT_COPY_STR(config->args, where, "-state", "chipRun.state", "==");
     2068    PXOPT_COPY_STR(config->args, where, "-tess_id", "chipRun.tess_id", "LIKE");
    20682069    pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "LIKE");
    20692070    pxAddLabelSearchArgs (config, where, "-data_group", "chipRun.data_group", "LIKE");
Note: See TracChangeset for help on using the changeset viewer.