nibabel icon indicating copy to clipboard operation
nibabel copied to clipboard

Writing files larger than memory

Open moloney opened this issue 4 years ago • 1 comments

During some of the recent DICOM -> Nifti conversations we discussed this need. It was mentioned that it wasn't really possible with the current API, but it was probably feasible to create an API where a memmap plus some other info (scaling?) is passed in to achieve this goal. @matthew-brett @ZviBaratz @effigies

moloney avatar Aug 09 '21 17:08 moloney

Are we talking about a single DICOM series that is larger than memory? I'm not really familiar with any clean, existing way to handle larger-than-memory data structures without introducing dask as a dependency as well (of course there are other options, but I think dask would be best suited).

ZviBaratz avatar Aug 10 '21 07:08 ZviBaratz