save_h5
- ssapy.io.save_h5(filename, pathname, data)[source][source]
Save data to HDF5 file with recursive attempt in case of write errors.
- Parameters:
filename (str) – The filename of the HDF5 file.
pathname (str) – The path to the data in the HDF5 file.
data (any) – The data to be saved.
max_retries (int) – Maximum number of recursive retries in case of write errors.
retry_delay (tuple) – A tuple representing the range of delay (in seconds) between retries.
- Returns:
None