Changes between Version 35 and Version 36 of HetProcedures/RA/lrs2


Ignore:
Timestamp:
Mar 14, 2016 7:51:36 PM (8 years ago)
Author:
sir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v35 v36  
    1 = LRS2 and VIRUS Operating Procedures =
    2 
    3 The LRS2 instrument is controlled by the lrs2.as.utexas.edu system, VIRUS is controlled by vdas.as.utexas.edu.  Both operate under the hetdex user.
     1= LRS2 Operating Procedures =
     2
     3The LRS2 instrument is controlled by the lrs2.as.utexas.edu system under the hetdex user.
    44
    55== Startup == #Startup
     
    7474  {{{#!bash
    7575  $ rm cal.py.db; $HET_SRC_ROOT/integration/cal.py -i lrs2  -l lamp1a lamp1b lamp5b ldls -o 101 -n 11  2>&1 | tee lrs-cal.log
    76   $ rm cal.py.db; $HET_SRC_ROOT/integration/cal.py -i virus -l lamp1a lamp1b ldls -o 101 -n 11  2>&1 | tee virus-cal.log
    7776  }}}
    7877}}}
     
    8382  {{{#!bash
    8483  $ rm cal.py.db; $HET_SRC_ROOT/integration/cal.py -i lrs2  -l lamp1a lamp1b lamp5b ldls -o 101 -n 11 | & tee lrs-cal.log
    85   $ rm cal.py.db; $HET_SRC_ROOT/integration/cal.py -i virus -l lamp1a lamp1b ldls -o 101 -n 11 | & tee virus-cal.log
    8684  }}}
    8785}}}
     
    138136  # LRS2:
    139137  $ syscmd -v -l 'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
    140   # VIRUS:
    141   $ syscmd -v -V 'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
    142138  }}}
    143139}}}
     
    149145  {{{#!bash
    150146  $ $HET_SRC_ROOT/camra/testing/lrs2.py  'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
    151   $ $HET_SRC_ROOT/camra/testing/virus.py 'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
    152147  }}}
    153148}}}