Working at the LST-IT center

From my_wiki
Jump to: navigation, search

Back to Main page

Access to the IT cluster on La Palma[edit]

If you want to work with LST data on the LP IT cluster, you need to be member of the

  • ctan-onsite-it group to access the cluster
  • lst group to access the LST data on the cluster

Please write to admin-ctan@cta-observatory.org to be added to those groups.

Details of how to log in to the IT center are given in the presentation by Daniela Hadasch at the LST analysis school, Jan 2022: [1]

Login instruction to the LST-IT center can be found in the 2024 LST-1 analysis school: https://indico.cta-observatory.org/event/5272/

Usage of conda environments[edit]

Add source /fefs/aswg/software/conda/etc/profile.d/conda.sh to your ~/.bashrc. The base is just a miniconda with mamba, so basically nothing else then conda / mamba / python / pip and their dependencies.

See available environments by doing conda env list

base                     /fefs/aswg/software/conda
gammapy-v1.0             /fefs/aswg/software/conda/envs/gammapy-v1.0
lst-school-2022-01       /fefs/aswg/software/conda/envs/lst-school-2022-01
lst-school-2022-01-magic-lst1     /fefs/aswg/software/conda/envs/lst-school-2022-01-magic-lst1
lst-school-2024-02       /fefs/aswg/software/conda/envs/lst-school-2024-02
lst-school-2024-02-mcp     /fefs/aswg/software/conda/envs/lst-school-2024-02-mcp
lst-school-2024-02-pulsar-analysis     /fefs/aswg/software/conda/envs/lst-school-2024-02-pulsar-analysis
lstchain-0.7.5           /fefs/aswg/software/conda/envs/lstchain-0.7.5
lstchain-dev             /fefs/aswg/software/conda/envs/lstchain-dev
lstchain-v0.10.0         /fefs/aswg/software/conda/envs/lstchain-v0.10.0
lstchain-v0.10.1         /fefs/aswg/software/conda/envs/lstchain-v0.10.1
lstchain-v0.10.10        /fefs/aswg/software/conda/envs/lstchain-v0.10.10
lstchain-v0.10.2         /fefs/aswg/software/conda/envs/lstchain-v0.10.2
lstchain-v0.10.3         /fefs/aswg/software/conda/envs/lstchain-v0.10.3
...

and much more. You should use the one corresponding to the latest lstchain release version.

Use standard lstchain installation[edit]

lstchain-v0.10.10 env can be used by doing conda activate lstchain-v0.10.10


Manage your own environments[edit]

You can use this also to create your own envs, which by default will be created in $HOME/.conda/envs since you will lack write permissions to the conda installation folder (owned by lstanalyzer). You might want to change that to /fefs/aswg/workspace/$USER where users have a larger quota. You can do this by adding this to tour $HOME/.condarc:

envs_dirs:
  - /fefs/aswg/workspace/<YOUR USERNAME HERE>/.conda/envs
  - /fefs/aswg/software/conda/envs

pkgs_dirs:
  - /fefs/aswg/workspace/<YOUR USERNAME HERE>/.conda/pkgs