legend-exp / LegendDataManagement.jl

LegendMetadata access in Julia
Other
1 stars 5 forks source link

`gettier` for channel files #34

Closed theHenks closed 4 months ago

theHenks commented 5 months ago

We need something to read the peak and hit files which are per channel and not per filekey. The funciton should look like this:

l200.tier[:jlhitch, :cal, :p03, :r000, ChannelIdLike]
theHenks commented 4 months ago

I implemented that in the latest PR from the dev branch.