IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2009, 3:02:22 PM (17 years ago)
Author:
eugene
Message:

adding feature to allow multiple labels for revert operations

File:
1 edited

Legend:

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

    r24182 r24562  
    766766    pxcamGetSearchArgs (config, where);
    767767    PXOPT_COPY_S64(config->args, where, "-cam_id",    "camRun.cam_id",         "==");
    768     PXOPT_COPY_STR(config->args, where, "-label",     "camRun.label",          "==");
     768    pxAddLabelSearchArgs (config, where, "-label",    "camRun.label",     "==");
    769769    PXOPT_COPY_STR(config->args, where, "-reduction", "camRun.reduction",      "==");
    770770    PXOPT_COPY_S16(config->args, where, "-fault", "camProcessedExp.fault", "==");
Note: See TracChangeset for help on using the changeset viewer.