Skip to content
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

Multi-module detector can have differing numbers of frames for different modules #199

Open
takluyver opened this issue Jul 1, 2021 · 0 comments

Comments

@takluyver
Copy link
Member

@daviddoji ran into a case where one LPD module (module 11) recorded 62 frames per train, and the others recorded 60. LPD1M() can't be used if the outlier module is included, because it wants all modules to record similar data. Thankfully it checks this assumption, so there's a moderately meaningful error message: Inconsistent frame counts for train ...: {60, 62}.

This affects many (all?) runs in FXE proposal 2092. Run 185 is the example David showed me.

Workarounds:

  • The LPD1M object is usable with the offending module excluded
  • Get data for individual modules, slice off the extra and then stack them afterwards

For now, we are 🤞 that this is a rare misconfiguration, so we don't need to specifically accommodate it in EXtra-data. But we're noting it here so we can keep a record if it comes up more often.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant