IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 1:23:42 PM (18 years ago)
Author:
bills
Message:

in lookup modes allow selecting by exp_name

File:
1 edited

Legend:

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

    r18975 r18976  
    914914    PXOPT_COPY_STR(config->args, where, "-tess_id",    "warpSkyfile.tess_id", "==");
    915915    PXOPT_COPY_S64(config->args, where, "-exp_id",     "rawExp.exp_id", "==");
     916    PXOPT_COPY_STR(config->args, where, "-exp_name",   "rawExp.exp_name", "==");
    916917    PXOPT_COPY_S64(config->args, where, "-fake_id",    "fakeRun.fake_id", "==");
    917918
Note: See TracChangeset for help on using the changeset viewer.