pywrdrb.utils.hdf5.combine_batched_hdf5_outputs

pywrdrb.utils.hdf5.combine_batched_hdf5_outputs#

pywrdrb.utils.hdf5.combine_batched_hdf5_outputs(batch_files, combined_output_file)#

Aggregate multiple HDF5 files into a single HDF5 file.

Parameters:
  • batch_files (list) – List of HDF5 files to combine.

  • combined_output_file (str) – Full output file path & name to write combined HDF5.

Returns:

None