IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2012, 4:47:35 PM (14 years ago)
Author:
bills
Message:

in stacktool -sumskyfile allow -data_group and -label to be given multiple times

File:
1 edited

Legend:

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

    r34081 r34296  
    11091109    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "==");
    11101110    PXOPT_COPY_STR(config->args, where, "-filter", "stackRun.filter", "LIKE");
    1111     PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "==");
    1112     PXOPT_COPY_STR(config->args, where, "-data_group", "stackRun.data_group", "LIKE");
     1111    pxAddLabelSearchArgs(config, where, "-label", "stackRun.label", "LIKE");
     1112    pxAddLabelSearchArgs(config, where, "-data_group", "stackRun.data_group", "LIKE");
    11131113    PXOPT_COPY_S16(config->args, where, "-fault", "stackSumSkyfile.fault", "==");
    11141114    PXOPT_COPY_F64(config->args, where, "-mjd_obs_begin", "stackSumSkyfile.mjd_obs", ">=");
Note: See TracChangeset for help on using the changeset viewer.