-
Notifications
You must be signed in to change notification settings - Fork 35
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
Trigger Readout Window #763
base: develop
Are you sure you want to change the base?
Conversation
Do we want to move the deprecated modules into a folder |
no, because then the usercode will fail and they won't get the deprecation message ;-) |
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.
This looks fine to me - as far as I can tell it really only changes the trace start times back to how they were pre-2.2.0.
I just have some nitpicky comments about multiline strings and a request to use the warnings
module for DeprecationWarnings as this will make it easier to catch this stuff in the tests in the future.
I think Felix's suggestion was to move the modules to a |
I would have added to the
which should avoid that user code fails. |
thanks for the comments! I fixed them. We still need to update the tests once we agree on the implementation |
What is with the |
Probably we can keep it because it is a simple module which one can use in reconstruction pipelines? |
yes, this module might be useful for some studies where running a trigger module would be overkill |
the trace_start_time will include the (channel-specific) trigger time delays at the end of a NuRadioMC simulation.
For a clean implementation and to avoid bugs in old code, a new module channelReadoutWindowCutter was written. The previous
triggerTimeAdjuster
module will be deprecated in a future release.