IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2006, 2:03:03 PM (20 years ago)
Author:
jhoblitt
Message:

-newExp no longer takes an exp_tag argument and now returns the assigned exp_tag

File:
1 edited

Legend:

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

    r10039 r10115  
    4242    // -newExp
    4343    psMetadata *newExpArgs = psMetadataAlloc();
    44     psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_tag",  0,
    45         "define the exp_tag (required)", NULL);
    4644    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_id",  0,
    4745        "define the exp_id (required)", NULL);
     
    5654    psMetadataAddS32(newExpArgs, PS_LIST_TAIL, "-imfiles",  0,
    5755        "define the number of imfiles in this exp (required)", 0);
     56    psMetadataAddBool(newExpArgs, PS_LIST_TAIL, "-simple",  0,
     57        "use the simple output format", false);
    5858
    5959    // -newImfile
Note: See TracChangeset for help on using the changeset viewer.