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

Added decoder for llamaDAQ #44

Merged
merged 20 commits into from
Jan 8, 2025
Merged

Added decoder for llamaDAQ #44

merged 20 commits into from
Jan 8, 2025

Conversation

schwarzmario
Copy link
Contributor

Added a decoder for raw data created by llamaDAQ reading out a SIS3316 FADC.

Can decode header data (accumulators, etc), raw samples & averaged samples.
Averaged samples can come from the SIS3316-16 version (hardware averaging) or emulated by llamaDAQ.

Raw data has to be produced in the "improved" or "emulated" (v2.1.0+) formats of llamaDAQ.

Fixed missing pyyaml and broken debug logger on the way...

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 87.75510% with 42 lines in your changes missing coverage. Please review.

Project coverage is 80.71%. Comparing base (d0308f3) to head (58ecda0).
Report is 44 commits behind head on main.

Files with missing lines Patch % Lines
src/daq2lh5/llama/llama_event_decoder.py 82.55% 30 Missing ⚠️
src/daq2lh5/llama/llama_streamer.py 91.54% 6 Missing ⚠️
src/daq2lh5/llama/llama_header_decoder.py 94.50% 5 Missing ⚠️
src/daq2lh5/build_raw.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   79.52%   80.71%   +1.18%     
==========================================
  Files          25       29       +4     
  Lines        2183     2525     +342     
==========================================
+ Hits         1736     2038     +302     
- Misses        447      487      +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jasondet jasondet merged commit 97a9e83 into legend-exp:main Jan 8, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants