IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19457


Ignore:
Timestamp:
Sep 10, 2008, 9:13:14 AM (18 years ago)
Author:
Paul Price
Message:

Needed to alter query to get label.

Location:
trunk/ippTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/difftool_definebyquery.sql

    r19258 r19457  
    1010    warpsToDiff.diff_id,
    1111    warpsToDiff.kind,
     12    warpsToDiff.label,
    1213    current_stack_id,
    1314    best_stack_id
     
    1920        warpSkyfile.tess_id,
    2021        warpSkyfile.good_frac,
     22        warpRun.label,
    2123        filter,
    2224        diffInputs.diff_id,
  • trunk/ippTools/src/difftool.c

    r19456 r19457  
    916916    PXOPT_COPY_STR(config->args, where,  "-kind", "kind", "==");
    917917    PXOPT_COPY_F32(config->args, where,  "-good_frac", "good_frac", ">=");
    918     PXOPT_COPY_STR(config->args, where,  "-select_label", "warpRun.label", "==");
     918    PXOPT_COPY_STR(config->args, where,  "-select_label", "label", "==");
    919919    PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required options
    920920    PXOPT_LOOKUP_STR(reduction, config->args, "-reduction", false, false); // option
Note: See TracChangeset for help on using the changeset viewer.