-
Notifications
You must be signed in to change notification settings - Fork 5
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
Testing at KIT: Wash list #63
Comments
At the beginning of the acquisition, this is now done, discarding messages that don't belong to the current series. |
This is done in #74 - streaming is enabled automatically and |
Logging can be enabled, which outputs debug information, not only for errors but also for other details, if the level is set to |
This should be fixed also, at least in LiberTEM v0.11 - the corresponding test case runs another UDF after the previous The only thing where one has to take a bit care is the connection objects - if you create a new one without closing the previous one (for example, you re-run the notebook cell that connects to the detector system), you will still get issues. This needs to be properly documented, and we need to also provide plenty examples where this is properly handled. |
- A missing config value made the Dectris detector error out and send a different header than expected
- The acquisition parameter for header details should be set to "basic" in the trigger function
- Send dropped frame messages when skips in frame ID are detected
libertem-rs
repo: Libertem-dectris-rs requires additionally: cmake, clang, libclang, set LIBCLANG_PATH in case conda is usedThe text was updated successfully, but these errors were encountered: