IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2009, 6:25:14 AM (17 years ago)
Author:
bills
Message:

in -warped mode allow selection by label

File:
1 edited

Legend:

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

    r25689 r25703  
    12001200    PXOPT_COPY_TIME(config->args, where, "-dateobs_begin", "rawExp.dateobs",  ">=");
    12011201    PXOPT_COPY_TIME(config->args, where, "-dateobs_end",   "rawExp.dateobs",  "<=");
    1202     PXOPT_COPY_STR(config->args, where, "-filter",     "rawExp.filter", "==");
     1202    PXOPT_COPY_STR(config->args, where, "-filter",    "rawExp.filter", "==");
    12031203    PXOPT_COPY_S64(config->args, where, "-magicked", "warpSkyfile.magicked", "==");
     1204    pxAddLabelSearchArgs (config, where, "-label",   "warpRun.label", "LIKE");
    12041205
    12051206    PXOPT_LOOKUP_U64(magicked, config->args, "-magicked", false, false);
Note: See TracChangeset for help on using the changeset viewer.