IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24676


Ignore:
Timestamp:
Jul 5, 2009, 4:10:14 PM (17 years ago)
Author:
eugene
Message:

filter option is attached to the expWhere, not the warpWhere

File:
1 edited

Legend:

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

    r24552 r24676  
    937937
    938938    PXOPT_COPY_S64(config->args, expWhere, "-exp_id", "exp_id", "==");
     939    PXOPT_COPY_STR(config->args, expWhere, "-filter", "filter", "==");
    939940    PXOPT_COPY_S64(config->args, warpWhere, "-warp_id", "warpRun.warp_id", "==");
    940941    PXOPT_COPY_STR(config->args, warpWhere, "-skycell_id", "warpSkyfile.skycell_id", "==");
    941942    PXOPT_COPY_STR(config->args, warpWhere, "-tess_id", "warpRun.tess_id", "==");
    942     PXOPT_COPY_STR(config->args, warpWhere, "-filter", "rawExp.filter", "==");
    943943    PXOPT_COPY_STR(config->args, warpWhere, "-warp_label", "warpRun.label", "==");
    944944    PXOPT_COPY_F32(config->args, warpWhere,  "-good_frac", "warpSkyfile.good_frac", ">=");
Note: See TracChangeset for help on using the changeset viewer.