This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
eso_pipelines [2025/04/04 13:22] – [Apptainer] jansen | eso_pipelines [2025/04/11 13:54] (current) – jansen | ||
---|---|---|---|
Line 23: | Line 23: | ||
apptainer exec / | apptainer exec / | ||
e.g. | e.g. | ||
- | apptainer exec / | + | apptainer exec / |
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, | 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 / | + | apptainer exec --bind / |
- | This binds ''/ | + | 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:// | ||
+ | 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. |