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 closely related to issue #9, but asking for more general support of partial access to image data. Algorithms processing huge files might only need to have access to one slice/volume/voxel at a time. It would allow for implementing leaner tools if NiBabel would support partial read from images and partial write to images, i.e. either incrementally writing to a file (e.g. appending volumes), or iterating over a file and modifying its content in-place.