dynsight.data_processing.savereferences¶
- dynsight.data_processing.savereferences(h5position, targetdatasetname, refs)[source]¶
Export the given references in the indicated group/hdf5 file.
- Parameters:
h5position (h5py.Group | h5py.File) – The file object of the group where to save the references
targetdatasetname (str) – the name to give to the list of references
refs (SOAPify.SOAPReferences) – the SOAPReferences object to be exported
- Return type:
None