Changes

Jump to: navigation, search

SHOC

760 bytes added, 13:34, 25 March 2015
/* Data Transfer */
===Data Transfer===
Transfer of data is done from the command line. Open a shell on your local PC (Putty if you're using Windows or a bash/tcsh/sh if on Mac or Linux) to the instrument you're using (shoc74in.suth.saao.ac.za or shoc40in.suth.saao.ac.za).
<code>ssh shoc74in@shoc74in.suth.saao.ac.za</code>
 
To move data to the SAN on the Sutherland plateau, run the shocdatacopy.sh script. Options can be:
shocdatacopy.sh -d yesterday # to transfer yesterday's data
shocdatacopy.sh -d YYYYMMDD # to transfer data from some specified date
 
Without parameters, it will try to transfer today's data.
 
A logfile is produced that will be in /var/log/<TELESCOPE>DataCopyLog<MMDD>-<NUM> where
<TELESCOPE> is 40in or 74in
<MMDD> MonthDay
<NUM> the Nth time this script has been run
===Advanced users guide ===
163
edits