Changes between Version 15 and Version 16 of HetProcedures/RA/lrs2


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v15 v16  
    1515
    1616=== Taking Exposure
    17 There are many ways to take an exposure, the simplest uses a Python script to issue the expose command.
     17There are many ways to take an exposure, the simplest uses Python to issue the expose command.
    1818
    1919{{{
    2020#!div style="font-size: 80%"
    2121  {{{#!bash
    22   $ cd $HET_SRC_ROOT
    23   $ ./camra/testing/lrs2.py 'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
     22  # LRS2:
     23  $ syscmd -v -l 'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
     24  # VIRUS:
     25  $ syscmd -v -V 'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
    2426  }}}
    2527}}}
     28
     29or
     30
     31{{{
     32#!div style="font-size: 80%"
     33  {{{#!bash
     34  $ $HET_SRC_ROOT/camra/testing/lrs2.py  'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
     35  $ $HET_SRC_ROOT/camra/testing/virus.py 'expose( seconds=20, observation=1234, exposure=1, x_binning=1, y_binning=1, type="sci" )'
     36  }}}
     37}}}
     38
    2639
    2740The exposure command will return once the readout has started.  The output FITS files will be available 40-50 seconds after that, depending on binning and disk I/O.  The return string of the expose command provides the output directory for that exposure.