IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2008, 11:58:08 AM (18 years ago)
Author:
eugene
Message:

added filter

File:
1 edited

Legend:

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

    r16170 r16290  
    148148    PXOPT_LOOKUP_STR(expgroup, config->args, "-set_expgroup", false, false);
    149149    PXOPT_LOOKUP_STR(dvodb, config->args, "-set_dvodb", false, false);
     150    PXOPT_LOOKUP_STR(filter, config->args, "-set_filter", false, false);
    150151    PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false);
    151152    PXOPT_LOOKUP_STR(end_stage, config->args, "-set_end_stage", false, false);
     
    195196            0,      // corr_id
    196197            dvodb,
     198            filter,
    197199            "reg",  // state
    198200            workdir,
Note: See TracChangeset for help on using the changeset viewer.