IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

stub out -addexp

File:
1 edited

Legend:

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

    r16621 r16660  
    146146            "use the simple output format", false);
    147147
     148    // -addexp
     149    psMetadata *addexpArgs = psMetadataAlloc();
     150
    148151    // -pending
    149152    psMetadata *pendingArgs = psMetadataAlloc();
     
    176179    PXOPT_ADD_MODE("-newrun",  "start a new flat correction run",
    177180        FLATCORR_MODE_NEWRUN,       newrunArgs);
     181    PXOPT_ADD_MODE("-addexp",  "add an exp to a flat correction run",
     182        FLATCORR_MODE_ADDEXP,       addexpArgs);
    178183    PXOPT_ADD_MODE("-pending", "show flat correction runs needing to be processed",
    179184        FLATCORR_MODE_PENDING,      pendingArgs);
Note: See TracChangeset for help on using the changeset viewer.