Changes between Version 4 and Version 5 of HetProcedures/RA/lrs2


Ignore:
Timestamp:
Mar 9, 2016 4:41:29 AM (8 years ago)
Author:
sco
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v4 v5  
    5959  {{{#!bash
    6060  $ cd $HET_SRC_ROOT
    61   $ ./integration/lrs2-cal.py 2>&1 | tee lrs-cal.log
     61  $ ./integration/lrs2-cal.py -l lamp1b lamp2b -o 101 -n 11    2>&1 | tee lrs-cal.log
    6262  }}}
     63}}}
     64
     65The above will expose the lamps lamp1b lamp2b as observation 101 (and subsequent numbers) and take 11 darks and biases at the end.
     66
     67Calling the script with --help produces more information:
     68
     69{{{
     70[hetdex@lrs2 trunk]$ ./integration/lrs2-cal.py --help
     71usage: lrs2-cal.py [-h] [-l LAMPS [LAMPS ...]] [-o OBS] [-n NDARK]
     72
     73LRS2 Calibration Script.
     74
     75optional arguments:
     76  -h, --help            show this help message and exit
     77  -l LAMPS [LAMPS ...], --lamps LAMPS [LAMPS ...]
     78                        List of lamps to expose, e.g. '-l lamp1a lamp3a'. The
     79                        list is a subset of ['lamp1a', 'lamp3a', 'lamp4a',
     80                        'lamp1b', 'lamp2b', 'lamp4b', 'lamp5b', 'ldls']
     81  -o OBS, --obs OBS     Observation number to start with, defaults to 101.
     82  -n NDARK, --ndark NDARK
     83                        Number of darks and biases to take, defaults to 11.
     84
    6385}}}
    6486