-
Notifications
You must be signed in to change notification settings - Fork 258
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
Add ecat to the list of known imageclasses to ease loading with .load() #95
base: master
Are you sure you want to change the base?
Conversation
it might be a bit off topic but it would be cool to have a similar convenient load function for gifti. @matthew-brett if you're on it :) |
@matthew-brett what about allowing |
Hmm - yes - I'd been thinking about that for a looooooooong time. My best idea was one that Fernando suggested a while ago - to have a 'load_multi' function that could load things like ECAT as a list of images. Maybe we could load things like 4D niftti with this interface too, returning a list of 3D volumes, each with their own affines (as we would need to do, for motion corrected runs with individual affines, as saved by SPM. How about a google hangout in the next few days? Tomorrow? If you're around I propose on the list and do a doodle for it. |
@matthew-brett I'm away for the weekend, but OK to hangout next week. I'm fine if you simply have a discussion on the list as well--whatever works for you! |
Away for the weekend ? Crazy ! Surely the weekends are for intensive development work :) OK - I'll have a think and write a small BIAP, to get my slower gears spinning. I'll try to get that done tomorrow for a discussion of some sort next week. |
Sounds good. To tip my hand, my question is going to be: what's the benefit of Looking forward to your BIAP (whatever that means :) ) |
Yes, sure, these are the important questions. For ECAT, the idea would be you would always use load_multi. Obviously for nifti you sometimes don't care about multiple affines and do want a single 4D image, other times you may want separate images. I'm touched you are looking forward to the mysterious BIAP - A BIAP is a niBabel Increased Awesomeness Proposal : https://github.com/nipy/nibabel/wiki |
LOL 👍 |
I am not sure if that is a logical thing to do -- just did it while testing nib-ls so decided to "ask" with this PR