pywrdrb.utils.hdf5.combine_batched_hdf5_outputs#
- pywrdrb.utils.hdf5.combine_batched_hdf5_outputs(batch_files, combined_output_file)#
Aggregate multiple pywrdrb output (hdf5) files into a single HDF5 file.
- Parameters:
batch_files (list of str) – List of full paths to the HDF5 files to be combined. Must be full filename.
combined_output_file (str) – Path to the output HDF5 file where the combined data will be stored. Must be full filename.
- Return type:
None