mldas.explore.loading.hdf5read

mldas.explore.loading. hdf5read ( fname , key = ['dsi30', 'data', 'variable'] ) [source]

Read input raw DAS file. The file is supposed to have an HDF5 format and the actual data stored in a group that have one of the following names: dsi30 , data or variable .

Parameters
fname str

Full path to the HDF5 file

key str or list

Group’s key name where the data are stored. If not specify, a list of keys will be looped over.

Returns
data numpy.ndarray

Raw data