Changes between Version 37 and Version 38 of HetProcedures/RA/lrs2


Ignore:
Timestamp:
Mar 15, 2016 10:51:24 PM (8 years ago)
Author:
shetrone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v37 v38  
    6767=== Calibration Script
    6868
    69 A 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.
     69A 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.   Run this from mcs home directory and at the end of the night scp the lrs-cal.log to the lrs2 nightly working directory /opt/data/YYYYMMDD.
    7070
    7171For BASH shell
     
    212212hetdex    8867  8407  0 19:28 pts/2    00:00:00 grep -i camra
    213213}}}
     214
     215=== Transfer of data ===
     216
     217cp the lrs-cal.log to to the lrs2 nightly working directory /opt/data/YYYYMMDD via
     218
     219{{{scp lrs-cal.log hetdex@lrs2:/opt/data/YYYYMMDD }}}
     220
     221Then remove the lrs-cal.log local copy on mcs.
     222
     223Transfer the nightly working directory data to austin from the lrs2 machine:
     224
     225{{{
     226scp -r /opt/data/YYYYMMDD hetdex@maverick.tacc.utexas.edu:/work/03946/hetdex/maverick/2016/LRS2
     227then move the data to the local archive
     228mv /opt/data/YYYYMMDD /data1/archive/images/2016/LRS2/
     229}}}
     230