IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2010, 4:02:40 PM (16 years ago)
Author:
Paul Price
Message:

Add selection by filter.

File:
1 edited

Legend:

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

    r27984 r28039  
    129129    PXOPT_COPY_STR(config->args, diffWhere, "-diff_label", "diffRun.label", "==");
    130130    PXOPT_COPY_S64(config->args, diffWhere, "-diff_id", "diff_id", "==");
     131    PXOPT_COPY_S64(config->args, diffWhere, "-select_filter", "rawExp.filter", "==");
    131132
    132133    psMetadata *queryWhere = psMetadataAlloc(); // WHERE conditions for everything else
Note: See TracChangeset for help on using the changeset viewer.