IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

implement -addexp

File:
1 edited

Legend:

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

    r16660 r16661  
    148148    // -addexp
    149149    psMetadata *addexpArgs = psMetadataAlloc();
     150    psMetadataAddStr(addexpArgs, PS_LIST_TAIL, "-corr_id", 0,
     151            "define Flat Correction ID (required)", NULL);
     152    psMetadataAddStr(addexpArgs, PS_LIST_TAIL, "-chip_id", 0,
     153            "define Chip ID (required)", NULL);
    150154
    151155    // -pending
Note: See TracChangeset for help on using the changeset viewer.