ftag.hdf5.h5split#
A script to split a large h5 file into smaller h5 files along the first index.
Functions#
|
Parse command line arguments. |
|
Run HDF5 splitting. |
Module Contents#
- ftag.hdf5.h5split.parse_args(args: Any | None) argparse.Namespace #
Parse command line arguments.
- Parameters:
args (Any | None) – Command line arguments
- Returns:
Namespace with the parsed command line arguments.
- Return type:
argparse.Namespace
- ftag.hdf5.h5split.main(args: Any | None = None) None #
Run HDF5 splitting.
- Parameters:
args (Any | None, optional) – Command line arguments, by default None