IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31249


Ignore:
Timestamp:
Apr 8, 2011, 6:01:33 PM (15 years ago)
Author:
watersc1
Message:

Allow definebyquery to select skycell_id using a LIKE operator. This allows defining by projection cell.

File:
1 edited

Legend:

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

    r30945 r31249  
    243243    PXOPT_COPY_STR(config->args,  where, "-select_exp_type",           "rawExp.exp_type", "==");
    244244    PXOPT_COPY_F32(config->args,  where, "-select_good_frac_min",      "warpSkyfile.good_frac", ">=");
    245     PXOPT_COPY_STR(config->args,  where, "-select_skycell_id",         "warpSkyfile.skycell_id", "==");
     245    PXOPT_COPY_STR(config->args,  where, "-select_skycell_id",         "warpSkyfile.skycell_id", "LIKE");
    246246    PXOPT_COPY_STR(config->args,  where, "-select_data_group",         "warpRun.data_group", "==");
    247247    pxAddLabelSearchArgs (config, where, "-select_label",              "warpRun.label", "LIKE"); // define using warp label
Note: See TracChangeset for help on using the changeset viewer.