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
Describe the bug Seems the peak timing of S2s have been shifted about O(1ms).
To Reproduce Insert the MWE of how to reproduce the error
st_simu = saltax.contexts.sxenonnt(runid=33048, saltax_mode='simu', output_folder='/project/lgrandi/yuanlq/salt', faxconf_version="sr0_v4", generator_name='flat', recoil=7, mode='all') events_simu = st_simu.get_array('033048', 'event_info') truth = st_simu.get_array('033048', 'truth') match = st_simu.get_array('033048', "match_acceptance_extended")
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Versions Please add the output of:
straxen.print_versions() module version path git 0 python 3.9.18 /project/lgrandi/xenonnt/env_tests/development... None 1 strax 1.5.4 /project/lgrandi/xenonnt/env_tests/development... None 2 straxen 2.1.5 /project/lgrandi/xenonnt/env_tests/development... None 3 cutax 1.15.5 /dali/lgrandi/xenonnt/software/cutax/v1.15.5/c... None
All italic comments can be removed from this template.
The text was updated successfully, but these errors were encountered:
Should be related to #68
Sorry, something went wrong.
No it turns out to be a matching criteria bug. Once switched to touching_windows for matching it never shows up anymore.
No branches or pull requests
Describe the bug
Seems the peak timing of S2s have been shifted about O(1ms).
To Reproduce
Insert the MWE of how to reproduce the error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
Please add the output of:
All italic comments can be removed from this template.
The text was updated successfully, but these errors were encountered: