L2SS-1114: Add some improvements in how to use the HDF file reader
Compare changes
@@ -66,14 +66,9 @@ these attributes. Therefor `attribute` allows to specify another member in the c
@@ -66,14 +66,9 @@ these attributes. Therefor `attribute` allows to specify another member in the c
It should always be used in a `with` block to make sure the HDF5 file handles are cleand up properly.
Currently, the data object read from the file is only usable within the `with` block since the data is lazily loaded.