IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2008, 2:47:11 PM (18 years ago)
Author:
jhoblitt
Message:

add flatcorrRun.region field

File:
1 edited

Legend:

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

    r16663 r16674  
    155155    PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false);
    156156    PXOPT_LOOKUP_STR(end_stage, config->args, "-set_end_stage", false, false);
     157    PXOPT_LOOKUP_STR(region, config->args, "-set_region", false, false);
    157158
    158159    // default
     
    225226            workdir,
    226227            label,
    227             NULL    // stats
     228            NULL,   // stats
     229            region
    228230        )) {
    229231        if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.