IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28040


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

filter is not a part of diff.

File:
1 edited

Legend:

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

    r28039 r28040  
    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", "==");
    132131
    133132    psMetadata *queryWhere = psMetadataAlloc(); // WHERE conditions for everything else
    134133    PXOPT_COPY_S64(config->args, queryWhere, "-exp_id", "exp_id", "==");
     134    PXOPT_COPY_S64(config->args, queryWhere, "-select_filter", "rawExp.filter", "==");
    135135
    136136    // Get list of exposures ready to magic
Note: See TracChangeset for help on using the changeset viewer.