-
Notifications
You must be signed in to change notification settings - Fork 268
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
Implement lstchains image cleaning #2541
Conversation
This comment has been minimized.
This comment has been minimized.
1 similar comment
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.
4e7e24a
to
4aafbab
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
67995da
to
b9a1507
Compare
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.
- instead allow time_limit and bright_cleaning_threshold to be None
- substitute it with the argsort term in the GlobalPeakWindowSum Co-authored-by: Maximilian Linhoff <maximilian.linhoff@tu-dortmund.de>
- Adding a wrapper
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.
Analysis Details1 IssueCoverage and DuplicationsProject ID: cta-observatory_ctapipe_AY52EYhuvuGcMFidNyUs |
Would there be the possibility of patching this lstchain cleaning algo to ctapipe v.19.x in order to already use it on LST-1 data with |
We don't maintain patch releases at the moment, and starting to do one for new features instead of for security fixes or critical bugs is not something I intend to do. We should update |
Changing the
ImageCleaner
s API in #2511 now allows to make use of monitoring information in the cleaning process.This enables implementing lstchains image cleaning procedure from its r0_to_dl1 script and dl1ab script including the 'pedestal cleaning' method.