IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2012, 10:56:21 AM (14 years ago)
Author:
bills
Message:

Accept -state as a selector in stacktool -sumskyfile mode

File:
1 edited

Legend:

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

    r34500 r34586  
    11151115    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "==");
    11161116    PXOPT_COPY_STR(config->args, where, "-filter", "stackRun.filter", "LIKE");
     1117    PXOPT_COPY_STR(config->args, where, "-state", "stackRun.state", "==");
    11171118    pxAddLabelSearchArgs(config, where, "-label", "stackRun.label", "LIKE");
    11181119    pxAddLabelSearchArgs(config, where, "-data_group", "stackRun.data_group", "LIKE");
Note: See TracChangeset for help on using the changeset viewer.