Menu |
Prof /
SandanhuiGuide for operating SAND-3 (HEFEI reference)Data descriptionThe data is contained in the following directory structure: public_html/data/<YYYY>/<MM> where <YYYY> is the year (4 digits) and <MM> the month (2 digits). This directory contain:
Data downloadThe download of the data acquired during a given month should be done after the end of that month. To initiate the transfer, we need to know the IP address (<IP>) of the SAND-3 router. We use the secure ssh2 protocol with the non standard port 2022. To download the data you then need a ssh client of a ftp client capable of using the ssh2 protocol. From the command line, you just have to type the following command to create a local directory: mkdir <YYYY><MM> Then dowloading: scp -P 2022 -r sand@<IP>:public_html/data/<YYYY>/<MM> ./<YYYY><MM> Then the data may be concatenated and compressed tar -cvf hefei-<YYYY><MM>.tar ./<YYYY><MM> gzip hefei-<YYYY><MM>.tar To kill an acquisition sequencekillall observe night_temperature set -off rm -f nohup.out Then wait at least 15 min to let the ccd get back to ambient temperature. At any time you can read the ccd temperature by typing: night_temperature get When the temperature is in equilibrium, restart an observing sequence: cd $HOME/public_html nohup observe -a sun -d 60 & |