-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
NIfTI-1 (.nii) import #48
Comments
I will take a look at this issue. In issue #36, you referenced exporting the files as a .jpg dataset. Can you provide more information on what software you used for import/export of the files? I tried installing darktable to utilize with gimp to read .raw files, but didn't have straightforward luck. Can you mention which software you use with .raw files? I will also take a look at issue #53 with importing NRRD files and see if I can locate the synergy amongst the tasks. |
Hi, Thank you, that would be great! And I think that issue is not related to this. In #36 I just opened the link to the DICOM dataset Chiara shared (https://www.dicomlibrary.com/meddream/?study=1.2.826.0.1.3680043.8.1055.1.20111102150758591.92402465.76095170) and exported the dataset as a JPEG image sequence. So I didn't use any software to open .raw files. By the way, for all import-related tasks please keep in mind that it needs to work cross platform (Windows, Linux, MacOS, and ideally Android too) out of the box. Using a large library like SimpleITK could then be a potential issue, since it will take up a lot of space and we need to build and host the .dll/.so files somewhere. |
Hi, |
Hi! Thanks for mentioning this! I didn't know about this library. |
I just forked the project and added my editor script. I also added 2-3 sentences to the readme about the intended import process. Please consider that the script was made for a private prototype to import a certain dataset. It´s nowhere near polished. Much work has to be done to properly integrate the importer into your project and get it to work for all nifti datasets. |
Thank you, this is very useful! |
Closing, since we now have both the SimpleITK importer (that supports Nifti), as well as a non-native importer for other platforms. |
Add support for importing NIfTI-1 datasets.
Data format specification: https://nifti.nimh.nih.gov/nifti-1
Test data sets: https://nifti.nimh.nih.gov/nifti-1/data
Example of a NIfTI-1 file reader: https://github.com/Enet4/nifti-stream
The text was updated successfully, but these errors were encountered: