3.13.5. horton.scripts.hdf2csv – Code used by horton-hdf2csv.py¶
-
horton.scripts.hdf2csv.iter_datasets(grp)¶ Iterate recursively over all datasets in the given group
Arguments:
- grp
- The h5.Group instance to parse.
This function iterators over all (name,dset) pairs it can find. The name is the full path of the dataset relative to the given group object.