Research Journal: Jamil Batshoun
CTA simulations with gammapy
June 7, 2021 (Meeting Massimo, Jamil)
- Introduction to project
- To-do list
- https://docs.gammapy.org/0.18.2/
- Read overview carefully
- Installation: no need to worry about it, we have shared tools on the nevis cluster
- log into the nevis cluster
- module load gammapy/0.18
- gammapy_start
- download tutorial datasets (gammapy download tutorials --release 0.18.2 , export GAMMAPY_DATA=<>)
- go through tutorials
- Weekly meeting with Massimo: Thursdays, 11 AM
--
Massimo Capasso - 2021-06-07
June 8, 2021
- Read through gammapy and cta explanation of IRFs
- Read gammapy overview
June 9, 2021
- What was done today:
- Added gammapy resources to .myprofile file
- started working on gammapy tutorials
- code to start tutorials:
-
ssh jbatshoun@tehanu.nevis.columbia.edu -L 9888:localhost:9888
- module load gammapy/0.18
- gammapy_start
- jupyter notebook --no-browser --port=9888
- copy & paste resulting link to chrome and use jupyter notebook normally
- COMPLETED: 1st gammapy tutorial analysis_1.ipynb
- Things left to do:
- create a .myprofile and copy contents of .profile into it.
- Remove gammapy line in .profile so that it is the same as when I first started (This might be unnecessary).
- Notes:
- Useful commands
- To check where the "juypter notebook" command is being used from (i.e. gammapy vs python): which jupyter-notebook
- Made an error when executing "export $GAMMAPY_DATA". executed in jbatshoun directory and not datasets directory. Noticed in tutorial what should have been the real path and made corrections.
--
Jamil Batshoun - 2021-06-09
Comments