IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2010, 4:07:34 AM (16 years ago)
Author:
bills
Message:

in warptool -warped allow searching by data_group

File:
1 edited

Legend:

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

    r26567 r26676  
    11931193    PXOPT_COPY_TIME(config->args, where, "-dateobs_begin", "rawExp.dateobs",  ">=");
    11941194    PXOPT_COPY_TIME(config->args, where, "-dateobs_end",   "rawExp.dateobs",  "<=");
    1195     PXOPT_COPY_STR(config->args, where, "-filter",    "rawExp.filter", "==");
     1195    PXOPT_COPY_STR(config->args, where, "-filter",    "rawExp.filter", "LIKE");
    11961196    PXOPT_COPY_S64(config->args, where, "-magicked", "warpSkyfile.magicked", "==");
    11971197    pxAddLabelSearchArgs (config, where, "-label",   "warpRun.label", "LIKE");
     1198    pxAddLabelSearchArgs (config, where, "-data_group",   "warpRun.data_group", "LIKE");
    11981199
    11991200    PXOPT_LOOKUP_BOOL(all, config->args, "-all", false);
Note: See TracChangeset for help on using the changeset viewer.