IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2009, 3:41:35 PM (17 years ago)
Author:
eugene
Message:

add more search options to -run

File:
1 edited

Legend:

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

    r25775 r25777  
    11031103
    11041104    psMetadata *where = psMetadataAlloc();
     1105    pxchipGetSearchArgs (config, where); // chipRun, chipProcessedImfile, rawExp
     1106    PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "==");
     1107    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
    11051108    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    11061109    PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
Note: See TracChangeset for help on using the changeset viewer.