You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PYESOREX_PLUGIN_DIR environment variable needs to be pointing to the recipes already before you install pyesorex and edps. See above for the export statement.
57
+
58
+
Install pyesorex and the EDPS in the Python environment.
59
+
```
60
+
pip install --extra-index-url \
61
+
https://ftp.eso.org/pub/dfs/pipelines/libraries \
62
+
pycpl pyesorex edps adari_core
63
+
```
64
+
65
+
Pyesorex and the EDPS need to be configured to use the METIS Pipeline. The easiest way to do this is by copying the provided configuration files.
66
+
67
+
–WARNING–:
68
+
Backup any existing EDPS configuration before proceeding.
69
+
70
+
Option 1 (beginner)
71
+
The simple way to configure the system environment to run EDPS is to run the following bash script from the toolbox:
Where the absolute path to the METIS workflow directory must be given. Setting the breakpoints_url is optional, but required to use the pipeline offline.
96
+
97
+
27
98
## Checking with PyESOREX
28
99
29
100
Firstly, run pyesorex. We will see all avaliable receipes if there is not problem.
@@ -52,26 +123,19 @@ List of available recipes:
52
123
Before starting to use this pipeline with EDPS, make sure you have read the document of EDPS. You may also
53
124
find some useful information [here](https://it.overleaf.com/project/65c1ef845dddcc9a7247e46c)
54
125
55
-
Remember to define the workflow path in .edps/application.properties.
@@ -110,4 +172,4 @@ The gerated plotting code can plot using online tool as well
110
172
When you're using the Python Debugger (pdb) and an error occurs, pdb will automatically enter post-mortem debugging mode, allowing you to inspect the state of the program at the point where the error occurred. Here's how you can find out where the error happened:
0 commit comments