IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36602


Ignore:
Timestamp:
Mar 19, 2014, 4:39:14 PM (12 years ago)
Author:
bills
Message:

fix incorrect information in parameter list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/ippTools/src/staticskytool.c

    r35960 r36602  
    10451045    PXOPT_COPY_STR(config->args, whereMD, "-select_skycell_id",    "stackRun.skycell_id",       "==");
    10461046    PXOPT_COPY_STR(config->args, whereMD, "-select_tess_id",       "stackRun.tess_id",          "==");
     1047    pxAddLabelSearchArgs(config, whereMD, "-select_filter",        "stackRun.filter",           "LIKE");
    10471048    PXOPT_COPY_F32(config->args, whereMD, "-select_good_frac_min", "stackSumSkyfile.good_frac", ">=");
    10481049    pxAddLabelSearchArgs(config, whereMD, "-select_label",         "staticskyRun.label",            "LIKE");
    10491050    pxAddLabelSearchArgs(config, whereMD, "-select_data_group",    "staticskyRun.data_group",       "LIKE");
    1050     pxAddLabelSearchArgs(config, whereMD, "-select_filter",        "stackRun.filter",           "LIKE");
    10511051    if (!pxskycellAddWhere(config, whereMD)) {
    10521052        psError(PXTOOLS_ERR_CONFIG, false, "failed to add skycell search arguments");
Note: See TracChangeset for help on using the changeset viewer.