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

Event builder must handle large gaps in data #477

Open
JelleAalbers opened this issue Jan 14, 2017 · 0 comments
Open

Event builder must handle large gaps in data #477

JelleAalbers opened this issue Jan 14, 2017 · 0 comments

Comments

@JelleAalbers
Copy link
Contributor

@molinario reports the event builder can throw an error such as:

File "/home/xedaq/pax/pax/trigger_plugins/HandleEdgeThings.py", line 21, in process
last_i = find_last_break(times=data.pulses['time'],
TypeError: 'NoneType' object is not subscriptable

indicating the eventbuilder expected some pulses where there are none. Probably it isn't yet equipped to deal with the very low rate of the muon veto data stream, where sometimes there are no pulses at all for several seconds.

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

No branches or pull requests

1 participant