pydiodon.load_hdf5

pydiodon.load_hdf5(filename, datasetname, colnames, rownames)[source]

loads a hdf5 file as a numpy array

Parameters
filenamestring

the name of the file

datasetnamestring

the name of the hdf5 dataset with data values

Returns
see loadfile