mudata.read_h5mu#
- mudata.read_h5mu(filename, backed=None)#
Read an
.h5mu-formatted HDF5 file.- Parameters:
- Return type:
Examples
>>> mdata = read_h5mu("file.h5mu")
>>> with fsspec.open("https://example.com/file.h5mu") as f: ... mdata = read_h5mu(f)