SiLab-Bonn / tj-monopix2-daq

1 stars 3 forks source link

Memory usage in plotting #28

Closed cbespin closed 8 months ago

cbespin commented 1 year ago

I think the memory usage can be improved by only checking if the Clusters node exists rather than loading the whole cluster table: This line could work with

_ = root.Cluster

which also raises a tb.NoSuchNodeError as far as I know.