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.
June 9, 2021
- What was done today:
- Things Left to do:
- Notes:
- aa5351-06: Is the IRF a good measure of telescope performance? what about the psf?
June 16, 2021
- What was done today:
- read about fits, found the standard paper for fits
- read about the icrs, dec, and ra
- looked for a formal definition of the dl3-dr1 data from hess. did not find much info about what a data level is
- ran into same issue with the path associated with the GAMMAPY_DATA environment variable
- I fixed this by adding a line to my .profile on the nevis computers. I don't see this becoming a problem again.
- completed tutorial 2
- What is left to do:
- Read up on background modeling.
- Understand what the classes of gammapy do
- get a better understanding of how the analysis (both high level and lower level gammapy api)
-
--
Jamil Batshoun - 2021-06-09
Comments