IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19455


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

Select warps with a certain label.

Location:
trunk/ippTools/src
Files:
2 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
  • trunk/ippTools/src/difftoolConfig.c

    r19368 r19455  
    140140    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-kind", 0, "search by kind", NULL);
    141141    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-workdir", 0, "define workdir (required)", NULL);
     142    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_label", 0, "search by label", NULL);
    142143    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-label",  0, "define label", NULL);
    143144    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-reduction",  0, "define reduction class", NULL);
Note: See TracChangeset for help on using the changeset viewer.