pyNSID.io.hdf_io.write_results¶
- pyNSID.io.hdf_io.write_results(h5_group, dataset=None, attributes=None, process_name=None)[source]¶
Writes results of a processing step back to HDF5 in NSID format
- Parameters
h5_group (h5py.Group) – HDF5 Group into which results will be written
dataset (sidpy.Dataset, optional. Default = None) – Dataset ??
attributes (dict, optional. Default = None) – Metadata regarding processing step
process_name (str, optional. Default = “Log_”) – Name of the prefix for group containing process results
- Returns
log_group – HDF5 group containing results
- Return type