MOLECFIT Experimental version
The MOLECFIT Experimental versions implement improvements and changes relative to the current Public Release versions.
However as an experimental version, it may also include bugs, so user beware, use at your own risk...
Note the experimental support for additional instruments will also work for the public release version.
This experimental version now also includes experimental versions of the FORS and XSHOOTER workflows that integrate telluric correction into the workflows.
This experimental version is generally used to test improved user friendliness and support for additional instruments. New features will generally be incorporated into the official versions at the next ESO pipeline annual public release update (usually in May of each year).
Subscribe to this article to receive notifications of updates.
Please follow the instructions below to install it.
First, make sure you have the software pre-requisites required for "pipeline source installations" and "KMOS and Molecfit pipeline source installations", see here.
In addition, to the standard software pre-requisites, the experimental versions have the following additional pre-requisites:
- FORS
- OpenBLAS: (MacPorts package OpenBLAS, RPM package openblas-devel, Debian package openblas-dev)
Once all pre-requisites are installed, install as follows:
bash
INSTALL_DIR=${HOME}/pipelines/exp_reflex/$(date +%Y-%m-%d)
mkdir -pv ${INSTALL_DIR}
cd ${INSTALL_DIR}
curl -O https://ftp.eso.org/pub/usg/molecfit/install_experimental_esoreflex
env -i PATH=$(getconf PATH) bash ./install_experimental_esoreflex
To run the experimental workflows use:
${INSTALL_DIR}/install/bin/exp_esoreflex molecfit
${INSTALL_DIR}/install/bin/exp_esoreflex fors_spec_molecfit
${INSTALL_DIR}/install/bin/exp_esoreflex xshooter_molecfit
You should try running the workflow on the tutorial data for one or more instruments. Simply start up the workflow and click the "play" button to run the tutorial for XSHOOTER. To try other instruments, just change the instrument name in the main canvas.
Please create a ticket if you have any trouble with the installation or running the tutorial. Please understand though, that as this is a "use at your own risk" experimental version, your ticket may not be handled as quickly as it would be for the Public Release version.
Experimental support for additional instruments
Experimental support can be added to the public and this development version as follows:
CRIRES
To add experimental support for CRIRES, do the following:
curl -O https://ftp.eso.org/pub/usg/molecfit/user_instruments/CRIRES.tgz
tar -C ${HOME} -zxvf $(pwd)/CRIRES.tgz
Then set the INSTRUMENT variable in the molecfit main canvas to CRIRES to use.
SINFONI
To add experimental support for SINFONI, do the following:
curl -O https://ftp.eso.org/pub/usg/molecfit/user_instruments/SINFONI.tgz
tar -C ${HOME} -zxvf $(pwd)/SINFONI.tgz
Then set the INSTRUMENT variable in the molecfit main canvas to SINFONI to use.
HARPS and HARPN
To add experimental support for HARPS, do the following:
curl -O https://ftp.eso.org/pub/usg/molecfit/user_instruments/HARPS.tgz
tar -C ${HOME} -zxvf $(pwd)/HARPS.tgz
Then set the INSTRUMENT variable in the molecfit main canvas to HARPS to use.
To add experimental support for HARPN, do the following:
curl -O https://ftp.eso.org/pub/usg/molecfit/user_instruments/HARPN.tgz
tar -C ${HOME} -zxvf $(pwd)/HARPN.tgz
Then set the INSTRUMENT variable in the molecfit main canvas to HARPN to use.