You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit tricky, since in siibra fetch is always the step "outside" siibra, ie. going from a siibra object to a non-siibra (but highly interoperable) data type like NIfTI or pandas DataFrame. To be discussed further.
Per comment, the two-step of first
fetch
and then getting data forNiftiImage
objects retrieved from map objects may feel strange to users.Possible improvement:
NiftiImageInfo
that does whatfetch
currently doesfetch
method with agetNiftiImage
method which actually gets the image dataThe text was updated successfully, but these errors were encountered: