-
Notifications
You must be signed in to change notification settings - Fork 262
List of all image/surface/data formats readable by Nibabel #596
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
Comments
Never mind, its right on the home page: I think it might be helpful to add it to manual/docs for sake of completeness. |
it should also say |
No, it doesn't seem to be mentioned, but I didn't look thoroughly enough. |
I believe it's missing. It should probably also be promoted in the file formats list. |
MRG: fix nipy#596 First point of `LazyTractogram` is not saved With this PR, we now assume tractogram objects can be iterated over only once at saving time. This PR fixes issue nipy#586. Thanks to @nilgoyette for providing the missing unit test and part of the solution
Uh oh!
There was an error while loading. Please reload this page.
Did someone compile a list of all formats that can be read by Nibabel? Also writable list would be helpful too, as part of docs.
We can get a sense of this via API docs, but we could make it easier for a novice eye:
http://nipy.org/nibabel/api.html
From what I can tell, this seems to be the list:
So a small table with different columns noting whether nibabel can read or write it, and what versions etc might be helpful, it one doesn't exist already. Listing what is not supported, and what is coming up soon (like BRIK/HEAD) would be useful too.
The text was updated successfully, but these errors were encountered: