We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Events, the triggering peaks are used to find the event window:
Events
straxen/straxen/plugins/events/events.py
Line 133 in f765c10
But in EventBasics, we did not distinguish the triggering and non-triggering peaks when assigning main S1/2:
EventBasics
straxen/straxen/plugins/events/event_basics_vanilla.py
Line 224 in f765c10
The text was updated successfully, but these errors were encountered:
dachengx
Successfully merging a pull request may close this issue.
In
Events
, the triggering peaks are used to find the event window:straxen/straxen/plugins/events/events.py
Line 133 in f765c10
But in
EventBasics
, we did not distinguish the triggering and non-triggering peaks when assigning main S1/2:straxen/straxen/plugins/events/event_basics_vanilla.py
Line 224 in f765c10
The text was updated successfully, but these errors were encountered: