IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2006, 11:42:28 AM (20 years ago)
Author:
jhoblitt
Message:

fix exp_type definition
remove duplicatione exp_type declarations

File:
1 edited

Legend:

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

    r7971 r8005  
    2323    // -newExp
    2424    psMetadata *newExpArgs = psMetadataAlloc();
     25    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_id",  0,
     26        "define the exp_id (required)", NULL);
     27    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-inst",  0,
     28        "define the camera name (required)", NULL);
     29    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-telescope",  0,
     30        "define the telescope name (required)", NULL);
     31    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_type",  0,
     32        "define the type of exposure (required)", NULL);
     33    psMetadataAddS32(newExpArgs, PS_LIST_TAIL, "-imfiles",  0,
     34        "define the number of imfiles in this exp (required)", 0);
    2535
    2636    // -newImfile
    2737    psMetadata *newImfileArgs = psMetadataAlloc();
     38    psMetadataAddStr(newImfileArgs, PS_LIST_TAIL, "-exp_id",  0,
     39        "define the exp_id (required)", NULL);
     40    psMetadataAddStr(newImfileArgs, PS_LIST_TAIL, "-inst",  0,
     41        "define the camera name (required)", NULL);
     42    psMetadataAddStr(newImfileArgs, PS_LIST_TAIL, "-telescope",  0,
     43        "define the telescope name (required)", NULL);
     44    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_type",  0,
     45        "define the type of exposure (required)", NULL);
     46    psMetadataAddS32(newImfileArgs, PS_LIST_TAIL, "-imfiles",  0,
     47        "define the number of imfiles in this exp (required)", 0);
    2848
    2949#define PXTOOL_MODE(option, modeval, argset) \
Note: See TracChangeset for help on using the changeset viewer.