-
Notifications
You must be signed in to change notification settings - Fork 1
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
--merge-every-nth
counts total messages, not pulses?
#244
Comments
This file? Yes the current version emits a new message every n-th message received. But the details are a bit fuzzy, especially in the presence of several |
I'm not sure if we can automate them at all. We can set another parameter that tells the handler how many messages are expected per pulse, Or, we can maybe wait for all |
I think we should probable look at the |
We already have an option |
What does that do? It is not clear from the name. |
If given, the handler accumulate messages for It's passed to this function: beamlime/src/beamlime/applications/handlers.py Lines 62 to 79 in f3263c3
Actually, the helper message seems wrong... what would you call it then...? |
|
Yes, I asked ECDC and all topics has(and will have) multiple partitions as recommended for performance. So they are not guaranteed to be ordered. But in reality, most of event data will arrive pretty much in order. |
Not sure how to do this right now, so putting it back into the selected pile. |
Not sure this is what is going on, but I have a file with 3
NXevent_data
groups. When I use--merge-every-nth=2
it will only pass the first two to the data reduction workflow. I would have expected it to load two pulse from each group?This is for the Loki@Larmo file.
The text was updated successfully, but these errors were encountered: