pyUSID
pyUSID copied to clipboard
Write sidpy.Dataset to USID HDF5
Write a function that accepts a sidpy.Dataset
object and writes everything out into USID format. One challenge is separating the position from the spectroscopic dimensions. What if everything was marked as generic
?
Populate the inputs for pyusid.hdf_utils.write_main_dataset()
from the components of sidpy.Dataset
that will be the input. The only other inputs you will need for this function should be h5_path
- path to the HDF5 file / h5py.Group
/ h5py.File
object to write data into, and the name
for the HDF5 main dataset
Issue cannot be closed until unit tests are added