legend-exp / LegendDataManagement.jl

LegendMetadata access in Julia
Other
1 stars 5 forks source link

LegendHDF5IO and LegendDataManagement don't interact #30

Closed theHenks closed 1 month ago

theHenks commented 5 months ago

So far, for a ChannelId this doesn't work:

data = lh5open(filename)
data[ChannelId(123456)] = rand(10)

Would be nice to also write data for ChannelId and DetectorId keys.

theHenks commented 1 month ago

This should be solved with the latest extension in LegendHDF5IO