This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
eso_pipelines [2025/04/04 12:32] – created jansen | eso_pipelines [2025/04/11 13:54] (current) – jansen | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ESO pipelines ====== | ====== ESO pipelines ====== | ||
- | ESO offers pipeline software for their instruments (see [[https:// | + | ESO offers pipeline software for their instruments (see [[https:// |
However, installing this software directly on to the system, is usually not possible, since they don't support every version of Fedora or RedHat. | However, installing this software directly on to the system, is usually not possible, since they don't support every version of Fedora or RedHat. | ||
Line 20: | Line 20: | ||
There are however a couple of drawbacks: if will be less efficient with cp, memory and disk space, and you may have to pass some additional options to bypass parts of the isolation, in order to make data available to programs running in the container. | There are however a couple of drawbacks: if will be less efficient with cp, memory and disk space, and you may have to pass some additional options to bypass parts of the isolation, in order to make data available to programs running in the container. | ||
- | ESO's site about apptainer has some more information about usage and options, see [[https://www.eso.org/sci/software/apptainer.html | + | We currently have a couple of apptainers in ''/ |
+ | apptainer exec /software/eso/pipelines.sif [command] | ||
+ | e.g. | ||
+ | apptainer exec /software/eso/ | ||
+ | The apptainer always makes the current directory and the user's home available to commands running inside it. If you need access to data in other directories, | ||
+ | apptainer exec --bind / | ||
+ | This binds ''/ | ||
+ | apptainer exec --bind / | ||
+ | to make all of the disk ''/ | ||
+ | |||
+ | ESO's site about apptainer has some more information about usage and options, see [[https:// | ||
+ | |||
+ | ===== Available pipelines ===== | ||
+ | At the moment , the following pipelines are available in ''/ | ||
+ | | cr2re | efosc |eris | esotk | | ||
+ | | espda | espdr | fors| giraf | | ||
+ | | gravity | harps | hawki | iiinstrument| | ||
+ | | kmos |matisse | molecfit | muse| | ||
+ | | nirps | sinfo | spher | uves| | ||
+ | | vcam| vimos | visir | xshoo | | ||
+ | Refer to the ESO documentation about startup methods, options, required parameters etc. |