Difference between revisions of "LST1Analysis MVA"
(→Analysis of LST1 data) |
(→Analysis of LST1 data) |
||
Line 14: | Line 14: | ||
== Analysis of LST1 data == | == Analysis of LST1 data == | ||
− | <pre style="color: blue"> </pre> | + | <pre style="color: blue"> |
+ | git clone https://github.com/cta-observatory/cta-lstchain.git | ||
+ | cd cta-lstchain | ||
+ | conda env create -f environment.yml | ||
+ | conda activate cta | ||
+ | </pre> |
Revision as of 13:14, 13 November 2019
Contents
Location of LST1 data at PIC
- Directory: /pnfs/pic.es/data/cta/LST/Data/ZFITS/
- Web: LST1 ZFITS files on the web
Same user/password as in CTA portal
Location of LST1 at La Palma
- Directory: /fefs/onsite/data
Use cp01/cp02 to copy out data, never the login machine
Run summary info/data-check
- Run-summary web in GAE
LST1 account
Analysis of LST1 data
git clone https://github.com/cta-observatory/cta-lstchain.git cd cta-lstchain conda env create -f environment.yml conda activate cta