Installation¶
Prerequisites¶
Recent Firefox or Chrome browser, Python 3.11 or higher (but there are issues with Python 3.14).
At least one ESO pipeline with EDPS workflow should be in your system. To install the desired ESO pipelines, follow the instructions in the ESO pipelines pages. NOTE: the
apptainerinstallation method is currently not supported. After the installation, theesorexcommand must be in the path. To test whether the installation was successful, typeesorex --recipes
A list of available recipes should appear.
Install graphviz, fv, and ds9, which have to be included in the system path (definying aliases not enough). Graphviz can be easily installed via:
sudo apt install graphviz (Debian, Ubuntu) sudo dnf install graphviz (Fedora)
fv and ds9, are optional. To install them, follow the instructions in corresponding webpages. You can test whether these three packages are installed and their path are correctly set by typing on a terminal:
dot -V fv -version ds9 -version
Installation steps¶
To install EDPS follow these steps:
Create a new Python virtual environment and activate it:
python3 -m venv edpsgui . edpsgui/bin/activate
Make sure the python3 version is 3.11 or higher, but not 3.14.
Install the required packages:
pip install --extra-index-url https://ftp.eso.org/pub/dfs/pipelines/repositories/stable/src edps edpsgui edpsplot adari_core
Go to EDPS quick-start guide index