Changes between Version 22 and Version 23 of HetProcedures/RA/lrs2


Ignore:
Timestamp:
Mar 14, 2016 6:21:15 AM (8 years ago)
Author:
sir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v22 v23  
    9898A prototype calibration script is available that can calibrate VIRUS and LRS2.  This script attempts to expose all known supported FCU configurations as well as darks and biases.  The console output of the script provides a log of the calibration process so it is recommended to capture the output to a log file via tee.
    9999
     100For BASH shell
    100101{{{
    101102#!div style="font-size: 80%"
     
    103104  $ 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
    104105  $ 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
     106  }}}
     107}}}
     108
     109For CSH shell
     110{{{
     111#!div style="font-size: 80%"
     112  {{{#!bash
     113  $ 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
     114  $ rm cal.py.db; $HET_SRC_ROOT/integration/cal.py -i virus -l lamp1a lamp1b ldls -o 101 -n 11 | & tee virus-cal.log
    105115  }}}
    106116}}}