Changes

Jump to: navigation, search

SHOC

74 bytes removed, 20:52, 25 March 2015
/* Data Transfer */
** Open a shell on your local PC (Putty if you're using Windows or a bash/tcsh/sh if on Mac or Linux)
** Copy the data using the following command, depending on the telescope:
scp rsync -avzP shoc74in@astro.suth.saao.ac.za:/data/74in/<instrument>/<YYYY>/<MMDD>/*.fits /LocalFilePath scp rsync -avzP shoc40in@astro.suth.saao.ac.za:/data/40in/<instrument>/<YYYY>/<MMDD>/*.fits /LocalFilePath
---- where <instrument> is SHA, SHD, or SHH and "/LocalFilePath" is the location on your local machine
---- the password is that for the shoc74in or shoc40in accounts
WE SHOULD CHANGE THESE INSTRUCTIONS TO RSYNC SO THAT ALL DATA ARE NOT COPIED EACH TIME THE SCRIPT IS RUN.
* (2) To move data to the SAN on the Sutherland plateau (from which you can access it by connecting to the SAAO server), there is a data copy script on the SHOC computer.
---- Without parameters, it will try to transfer today's data.
** To collect your data from the SAN, you'll have to secure copy it from '''astro.suth.saao.ac.za'''. The usernames for this are '''ccd40''' and '''ccd74''' depending on your telescope. Ask for the password. Data are in the path /data/telescopedata/<TELESCOPE>/<INSTR>/<YYYY>/<MMDD>
scp rsync -avzP ccd74@ astro.suth.saao.ac.za:/data/telescopedata/74in/<instrument>/<YYYY>/<MMDD>/*.fits /LocalFilePath scp rsync -avzP ccd40@ astro.suth.saao.ac.za:/data/telescopedata/40in/<instrument>/<YYYY>/<MMDD>/*.fits /LocalFilePath
---- where <instrument> is SHA, SHD, or SHH; YYYY is the year; MMDD is the month and day; and "/LocalFilePath" is the location on your local machine
214
edits