IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2008, 1:33:31 PM (18 years ago)
Author:
jhoblitt
Message:

implement -updaterun

File:
1 edited

Legend:

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

    r16662 r16663  
    548548    PS_ASSERT_PTR_NON_NULL(config, false);
    549549
     550    PXOPT_LOOKUP_STR(corr_id, config->args, "-corr_id", true, false);
     551    PXOPT_LOOKUP_STR(state, config->args, "-state", true, false);
     552
     553    if (state) {
     554        // set detRun.state to state
     555        return setflatcorrRunState(config, (psS64)atoll(corr_id), state);
     556    }
     557
    550558    return true;
    551559}
Note: See TracChangeset for help on using the changeset viewer.