-
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
WIP: Basic X-Spectrum support #56
base: master
Are you sure you want to change the base?
Conversation
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #56 +/- ##
==========================================
- Coverage 73.40% 68.23% -5.17%
==========================================
Files 23 26 +3
Lines 2474 2714 +240
Branches 388 417 +29
==========================================
+ Hits 1816 1852 +36
- Misses 553 755 +202
- Partials 105 107 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
CI failures should mostly be fixed by rebasing on top of current #51 (or master once that is merged) |
Thoughts on testing this in CI? Can we re-distribute the docker image we built, for example in https://github.com/LiberTEM/base-images I'm not 100% sure how to integrate that into our current azure infrastructure - as Docker-in-Docker is not an option for our on-premise runner.... :/ |
Runs with the simulator with default settings. DectrisLivePartition refactored to FullframeLivePartition for all detectors that can read a sequence of full frames from the queue. FIXME probably Merlin can be ported to that as well? FIXME proper support of basic settings analogous to Dectris FIXME support for multiple detectors and/or receivers FIXME support for post decoders?
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
Postponed to 0.3 |
Based on #51
Runs with the simulator with default settings.
DectrisLivePartition refactored to FullframeLivePartition for
all detectors that can read a sequence of full frames from the queue.
FIXME probably Merlin can be ported to that as well?
FIXME proper support of basic settings analogous to Dectris
FIXME support for multiple detectors and/or receivers
FIXME support for post decoders?
Contributor Checklist:
Reviewer Checklist:
/azp run libertem.libertem-live-data
passed