pyUSID icon indicating copy to clipboard operation
pyUSID copied to clipboard

Write sidpy.Dataset to USID HDF5

Open ssomnath opened this issue 4 years ago • 2 comments

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?

ssomnath avatar Oct 26 '20 17:10 ssomnath

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

ssomnath avatar Oct 30 '20 20:10 ssomnath

Issue cannot be closed until unit tests are added

ssomnath avatar Mar 05 '21 23:03 ssomnath