IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2019, 4:09:51 PM (6 years ago)
Author:
eugene
Message:

make stacktool -sumskyfile -skycell_id option use a LIKE comparison

File:
1 edited

Legend:

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

    r39926 r41145  
    12111211    PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "==");
    12121212    PXOPT_COPY_STR(config->args, where, "-tess_id", "stackRun.tess_id", "LIKE");
    1213     PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "==");
     1213    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
    12141214    PXOPT_COPY_STR(config->args, where, "-filter", "stackRun.filter", "LIKE");
    12151215    PXOPT_COPY_STR(config->args, where, "-state", "stackRun.state", "==");
Note: See TracChangeset for help on using the changeset viewer.