IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24660


Ignore:
Timestamp:
Jul 3, 2009, 10:32:55 AM (17 years ago)
Author:
eugene
Message:

added LIKE and MULTI to -select_label

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r24659 r24660  
    142142    PXOPT_COPY_F32(config->args,  where, "-select_good_frac_min",      "warpSkyfile.good_frac", ">=");
    143143    PXOPT_COPY_STR(config->args,  where, "-select_skycell_id",         "warpSkyfile.skycell_id", "==");
    144     PXOPT_COPY_STR(config->args,  where, "-select_label",              "warpRun.label", "==");
     144    pxAddLabelSearchArgs (config, where, "-select_label",              "warpRun.label", "LIKE");
    145145
    146146    // these are used to build the HAVING restriction
  • trunk/ippTools/src/stacktoolConfig.c

    r24659 r24660  
    5555    psMetadataAddF32(definebyqueryArgs, PS_LIST_TAIL, "-select_good_frac_min", 0, "define min good_frac", 0.0);
    5656    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_exp_type", 0, "search for exp_type", "object");
    57     psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_label", 0, "search for label", NULL);
     57    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_label", PS_META_DUPLICATE_OK, "search by warpRun label (LIKE comparison, multiple OK)", NULL);
    5858    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_inst", 0, "search for camera", NULL);
    5959    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_telescope", 0, "search for telescope", NULL);
Note: See TracChangeset for help on using the changeset viewer.