UVES data retrieval and processing
EsoReflex Quickstart:
- Log in to puhti and lauch a desktop
- Open a terminal
- Start the uves workflow in EsoReflex by typing:
esoreflex uves & - Familiarise yourself with various sections of the workflow as discussed in the lecture
- Check the box under “tools / animate at runtime” and change “time (in ms) to hold highlight” to 10ms
- Run the pipeline on the demo data (that comes with the package) by pressing the play icon.
Data retrieval:
- Log in to puhti and lauch a desktop (skip this step if you already have a desktop open)
- Launch a browser and navigate to the ESO archive. Input the name or co-ordinates of your target (**). Familiarise yourself with the various parameters such as the search box, instrument, data product type etc.
- Request data for your target and associated calibrations (not master calibrations)
- Note that if you do not already have an ESO portal account, you may have to create one to enable data download.
** You may pick any target of your choice.
Data processing with esoreflex
- In a terminal create a logical directory structure to store the raw (the ones that you just downloaded) and reduced files. Example:
cd
mkdir target_name
cd target name
mkdir uves
cd uves
mkdir raw
mkdir reduced
cd raw
mv ~/Downloads/<filename> . (note the “dot” at the end! “filename”= file downloaded from the archive)
gunzip *.Z (uncompress the files; this command depends on the format) - Launch esoreflex and the uves workflow
- Change the input and output directories in esoreflex to reflect the location of the raw data files and the output directory (“reduced”).
- Repeat step 5 from the quickstart section at the start of this page
- Run the pipeline and have a go and changing various parameters e.g. extraction width, cosmic ray removal parameters etc.