Commissioning Data

From KMOS
Jump to navigation Jump to search

There were three commissioning runs. All of this data can be accessed via Ray Sharples' http/ftp site: [1]. However, some has also been downloaded to /Volumes/AstroDAQ/KMOS/. Feel free to download your data directly to this shared disk, so others can share it (particularly for calibrations).

Tips for downloading

If you want to download from Ray's site, you may find the following command structure useful. I wanted to download all calibrations from Commissioning run #2 and the day 2013-01-17. I changed my current shell directory to /Volumes/AstroDAQ/KMOS/Commissioning2/ and than ran the following:

wget -r --no-parent -nH --cut-dirs=3 --reject "index.html*" --reject "*ACQ*" --reject "*OBS*" --reject "*TEC*" --user=USERNAME --password=PASSWORD http://astro.dur.ac.uk/~rsharp/secure/KMOS-2/2013-01-17/

This put the calibration files (*CAL* and *DARK*) in a directory called 2013-01-17, as required. You'll need to change USERNAME and PASSWORD to the correct values.