Skip to content

RF: Don't use nibabel Nifti1Image.get_fdata, as it causes RAM blow-out.

Paul McCarthy requested to merge bf/imagecache into master

Store image data in its native type instead. Also use 64 bit when comparing arrays, as we can't remember why we decided 128 bit was needed (it probably isn't).

Merge request reports