-
Notifications
You must be signed in to change notification settings - Fork 260
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
Copy SpatialImage into HDF5 #214
Comments
Thanks a lot - yes - that does sound interesting Did you already check out the MINC2 format? Would write access for |
Hi, Great! Currently I have the implementation for Nifti1Image and Nifti1Header Where do you feel is the most suitable place to put the implementation I Thanks. Cheers, Alexandre Manhães Savio [email protected] On 23 November 2013 22:27, Matthew Brett [email protected] wrote:
|
Hmm - well - why not put what you have into a branch - without trying MINC2 is an HDF5 image format - yes - but maybe we could save Nifti1 I don't think MINC2 files allow more than one image though. |
Hi, Ok. I'm not in a hurry, just found to be working on this lately. I created a new file: hdfloadsave.py because you asked me to not integrate it. Cheers, |
Thanks - sorry - I am in Cuba with very little internet - will try to |
Hi, |
Hello,
I've implemented functions to copy a Nifti1Image into an HDF5 file group with h5py. The idea is to be able to have a whole dataset inside an HDF5 file.
Would this be a contribution of interest in the context of nibabel?
If yes, I could also implement the method for the rest of image formats.
Thank you very much.
My kind regards,
Alex
The text was updated successfully, but these errors were encountered: