load_bundles#
- pyvisgen.utils.data.load_bundles(data_path: str | Path) list[source]#
Loads bundle paths, filters for HDF5 files, and returns them in a naturally ordered list.
- Parameters:
- data_pathstr or Path
Path to the directory containing the HDF5 files.
- Returns:
- bundleslist
Naturally ordered list containing paths to HDF5 files.