-
Notifications
You must be signed in to change notification settings - Fork 269
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
Subarray trigger does not match telescopes with data in prod6 files #2660
Comments
In the output file of sim_telarray, the event that causes this mismatch is "weird". Here is the structure:
and the parsed trigger information:
So Here are the two telescope event headers:
@kbernloehr @orelgueta Any idea what is going on here? File is the same as in #2344: |
This happens four times in the file, every time the stereo trigger information contains a single telescope, but then there are two telescope events:
|
@kbernloehr Might this be the case where two telescopes trigger |
This breaks some assumptions in
SimTelEventSource
/DataWriter
/TableLoader
/HDF5EventSource
and results in errorssince the length of the trigger table does not match the length of the dl1 / dl2 tables.
Investigating why this happens, I think this might be related to
RANDOM_MONO
feature of sim_telarray active in prod6The text was updated successfully, but these errors were encountered: