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

Support array_of_encoded_equalsized_arrays #38

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Conversation

oschulz
Copy link
Contributor

@oschulz oschulz commented Mar 30, 2024

This works now:

using LegendDataTypes, LegendHDF5IO, HDF5
using LegendDataTypes: readdata, writedata

f = lh5open("l200-pxx-rxxx-cal-xxxxxxxxTxxxxxxZ-tier_raw.lh5")

ch = "chxxxxxxx"
chds = f.data_store[ch]

data = readdata(chds, "raw")

pwfs = data.waveform_presummed
wwfs = data.waveform_windowed

data_dec = decode_data(data)

CC @theHenks

CC @apmypb - now we need this to work using LHDataStore as well.

@oschulz
Copy link
Contributor Author

oschulz commented Mar 30, 2024

CC @dcschaper - have a play if you like.

Copy link

codecov bot commented Mar 30, 2024

Codecov Report

Attention: Patch coverage is 8.10811% with 34 lines in your changes are missing coverage. Please review.

Project coverage is 50.00%. Comparing base (bc485fa) to head (559a601).

Files Patch % Lines
src/generic_io.jl 2.94% 33 Missing ⚠️
src/radsig_io.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   51.85%   50.00%   -1.86%     
==========================================
  Files           6        6              
  Lines         648      676      +28     
==========================================
+ Hits          336      338       +2     
- Misses        312      338      +26     

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

@oschulz oschulz merged commit 559a601 into main Mar 30, 2024
7 of 9 checks passed
@oschulz oschulz deleted the compression-support branch March 30, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant