You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.4.1
Introduce EventIOFile.peek to look at the next eventio object in a file without advancing the iterator.
Beware, that this might prevent from reading the previous object if the file is not back-seekable.
To be safe, only call peek after reading/parsing the current object.
Fix that SimTelFile.iter_mc_events had the wrong TelescopeData. It always used the last available, which was either the one from the previous event or even older since events might not have TelescopeData at all