-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Muon parameters update #2670
base: main
Are you sure you want to change the base?
Muon parameters update #2670
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jstvdk
Thanks a lot for preparing this. This looks like a good starting point. I have a couple of first comments mainly about the names of the fields and their descriptions.
I will do second round on more technical issues of the code later.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
c55cd9b
to
29c3e83
Compare
docs are failing due to an issue with the type hint resolution with a few similar warnings:
@maxnoe any idea how to fix it (apart from adding more ctapipe-related stuff in |
Is the |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Analysis Details0 IssuesCoverage and DuplicationsProject ID: cta-observatory_ctapipe_AY52EYhuvuGcMFidNyUs |
I added new functionality to the muon analysis as described in the Issue #2665 , specifically
MuonParametersContainer
ctapipe/image/muon/features.py
ctapipe/image/muon/tests/test_muon_features.py
ctapipe/image/muon/processor.py
to process and save new muon parametersAdded changes mainly follow existing code in
lstchain/image/muon/muon_analysis.py
, with one exception:num_pixels_in_ring
- now it takes into account only pixels that survived the cleaning, contrary to what currently implemented inlstchain
, where this variable contains all pixels inside the geometrical area of the ring.Closes #2665