Changes

Jump to: navigation, search

SHOC

95 bytes added, 18:29, 27 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:
rsync -avzP shoc74in@shoc74in.suth.saao.ac.za:/data/74in/<instrument>SH?/<YYYY>/<MMDD>/*.fits /LocalFilePath rsync -avzP shoc40in@shoc40in.suth.saao.ac.za:/data/40in/<instrument>SH?/<YYYY>/<MMDD>/*.fits /LocalFilePath ---- where <SH? is a wildcard that will point to the correct instrument> is SHA, SHD, or SHH mounted on the telescope for that night and "/LocalFilePath" is the location on your local machine
---- the password is that for the shoc74in or shoc40in accounts
shocdatacopy.sh -d YYYYMMDD # to transfer data from some specified date
---- 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>SH?/<YYYY>/<MMDD> rsync -avzP ccd74@ astro.suth.saao.ac.za:/data/telescopedata/74in/<instrument>SH?/<YYYY>/<MMDD>/*.fits /LocalFilePath rsync -avzP ccd40@ astro.suth.saao.ac.za:/data/telescopedata/40in/<instrument>SH?/<YYYY>/<MMDD>/*.fits /LocalFilePath ---- where <SH? is a wildcard that will point to the correct instrument> is SHA, SHD, or SHHmounted on the telescope for that night; YYYY is the year; MMDD is the month and day; and "/LocalFilePath" is the location on your local machine
* Useful:
214
edits