IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Select warps with a certain label.

File:
1 edited

Legend:

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

    r19368 r19455  
    118118            0,          // ID
    119119            "reg",      // state
    120             label,
    121             reduction,
     120            label,
     121            reduction,
    122122            workdir,
    123123            NULL,       // dvodb
     
    489489                           uri,
    490490                           path_base,
    491                            "full",      // data_state
     491                           "full",      // data_state
    492492                           bg,
    493493                           bg_stdev,
     
    757757            0,          // ID
    758758            "reg",      // state
    759             label,
    760             reduction,
     759            label,
     760            reduction,
    761761            workdir,
    762762            NULL,       // dvodb
     
    916916    PXOPT_COPY_STR(config->args, where,  "-kind", "kind", "==");
    917917    PXOPT_COPY_F32(config->args, where,  "-good_frac", "good_frac", ">=");
     918    PXOPT_COPY_F32(config->args, where,  "-select_label", "label", "==");
    918919    PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required options
    919920    PXOPT_LOOKUP_STR(reduction, config->args, "-reduction", false, false); // option
Note: See TracChangeset for help on using the changeset viewer.