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/chiptool.c

    r24552 r24562  
    676676    PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "==");
    677677    PXOPT_COPY_STR(config->args, where, "-class_id", "chipProcessedImfile.class_id", "==");
    678     // require a single label
    679     PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "==");
     678    pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "==");
    680679    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
    681680    PXOPT_COPY_S16(config->args, where, "-fault", "chipProcessedImfile.fault", "==");
Note: See TracChangeset for help on using the changeset viewer.