![]() |
|
There are several means for you to obtain a copy of your data once you have finished your observations. The following subsections will describe these methods in detail.
You are requested to make a copy of your data as soon as possible after the observations.
| 4.1.1 Optical Disk | ||
| 4.1.2 Portable Storage | ||
| 4.1.3 Laptop | ||
| 4.1.4 Online Archive | ||
| 4.1.5 Remote Copy |
You can back up your data to DVD. Each DVD holds 4400 MB, and the files from CABB are never allowed to grow larger than this size.
To make a DVD copy of your data, perform the following steps:
Exports display; see the web pageSince CABB data is very large, it will be more convenient to take your files away on a portable hard drive than on multiple DVDs. To get your files onto your portable drive, you may use any of the PCs in the observer’s area by following the steps:
/media/usbn, where n is the partition number (numbered from 0).
You can use the command df |grep media to check whether it has mounted.
cd /media/usb0cp /DATA/ARCHIVE_1/ATCA/archive/*.CX167 .The local archive should keep up to three months of data. For older data files, you should go to the Online Archive.
You can also copy your data to your laptop in a similar fashion to that described in Portable Storage. When your laptop is plugged in to a pink cable, you may access NELLE, so you can copy your data with the command:
scp username@nelle:/DATA/ARCHIVE_1/ATCA/archive/*.CX167 .
which would copy all project CX167 data, and where username is
your ATNF username.
Your CABB data will appear on the Australia Telescope Online Archive (ATOA, http://atoa.atnf.csiro.au) within a few days to a few weeks after the end of your observations. Using the OPAL account you used to submit your successful proposal, you will have access to your data. Full instructions for how to use the archive interface are available on the website.
If you are unable to get your data from the ATOA as soon as you would like, then you may get it directly from the disk on KAPUTAR that buffers the data.
To do this, you must set up an SSH tunnel from your local machine to KAPUTAR via the ATNF gateway machine VENICE. This can be set up with the command:
ssh -L 12345:kaputar:22 username@venice.atnf.csiro.au
where username is your ATNF username. This will log you into
VENICE and set up the SSH tunnel. To copy data from KAPUTAR
you should go to another terminal and do something like:
scp -P 12345 username@localhost:/DATA/ARCHIVE_1/ATCA/archive/2010-06-24_1342.C999 .
Users Guide last modified on 2011-04-27 15:49:06