-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write a DiffractionObject serializer/deserializer #195
Comments
Good comments by @sbillinge from #222
We could re-visit this once we have |
Recording today's in-person discussion with @sbillinge
How is this different from using a loader/dumper?
|
Note to myself: two UC provided by @sbillinge in using DiffractionObject with empty arrays for xarray and yarray: #195 |
Problem
It would be great if we could dump and load DiffractionObjects as DiffractionObjects
Proposed solution
either use json, but maybe better, figure out how to do it with an hdf5 file to preserve the numpy arrays correctly, but also all the metadata.
Maybe save the file with a
dfpydo
extension or sthg like that. This would allow DiffractionObjects to be shared more easily, with all their metadata.The text was updated successfully, but these errors were encountered: