Changes between Version 11 and Version 12 of HetProcedures/RA/lrs2


Ignore:
Timestamp:
Mar 10, 2016 1:23:52 AM (8 years ago)
Author:
drory
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v11 v12  
    3838So here two exposures are grouped under the observation number 23 taken on 20160309.
    3939
    40 The combination of observation/exposure must be unique for the UTC date. The agreed upon types are "sci", "cmp", "zro", "drk", "tst".
     40The combination of observation/exposure must be unique for the UTC date. The agreed upon types are "sci", "cmp", "zro", "flt", "drk", "tst".
    4141
    4242=== Checking Hardware Status
     
    7272$ cd $HET_SRC_ROOT
    7373$./integration/cal.py --help
    74 usage: cal.py [-h] -i {lrs2,virus} [-l LAMPS [LAMPS ...]] [-o OBS] [-n NDARK]
    75               [--dry-run]
     74usage: cal.py [-h] -i {lrs2,virus} [-l LAMPS [LAMPS ...]] [-o OBS] [-N NLAMP]
     75              [-n NDARK] [--dry-run]
    7676
    7777VIRUS and LRS2 Calibration Script.
     
    8383  -l LAMPS [LAMPS ...], --lamps LAMPS [LAMPS ...]
    8484                        List of lamps to expose, e.g. '-l lamp1a lamp3a'. The
    85                         default list is all lamps: ['lamp1a', 'lamp3a',
    86                         'lamp4a', 'lamp1b', 'lamp2b', 'lamp4b', 'lamp5b',
    87                         'ldls']
     85                        default list is all lamps: ['lamp1a', 'lamp1b',
     86                        'lamp5b', 'ldls']
    8887  -o OBS, --obs OBS     Observation number to start with, defaults to 101.
     88  -N NLAMP, --nlamp NLAMP
     89                        Number of exposures to take for each lamp, defaults to
     90                        1. Give 0 for no exposures.
    8991  -n NDARK, --ndark NDARK
    9092                        Number of darks and biases to take, defaults to 11.
    9193                        Give 0 for no exposures.
    92   --dry-run      Print actions without executing commands on the
    93                         hardware
    94 
     94  --dry-run             Print actions without executing commands on the
     95                        hardware.
    9596}}}
    9697}}}