IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2007, 2:34:52 PM (19 years ago)
Author:
jhoblitt
Message:

remove pxinject -newExp -datesobs & -exp_type

File:
1 edited

Legend:

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

    r11138 r11142  
    5050    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-telescope",  0,
    5151        "define the telescope name (required)", NULL);
    52     psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-dateobs",  0,
    53         "define observation time", NULL);
    54     psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_type",  0,
    55         "define the type of exposure (required)", NULL);
    5652    psMetadataAddS32(newExpArgs, PS_LIST_TAIL, "-imfiles",  0,
    5753        "define the number of imfiles in this exp (required)", 0);
     
    157153    }
    158154    addWhereStr(telescope);
    159     addWhereStr(exp_type);
    160155    {
    161156        int n = 0;
Note: See TracChangeset for help on using the changeset viewer.