ofgulban / segmentator

3D MRI data exploration and segmentation tool.
https://github.com/ofgulban/segmentator/wiki
BSD 3-Clause "New" or "Revised" License
74 stars 13 forks source link

nibabel get_data deprecation #92

Open ofgulban opened 1 year ago

ofgulban commented 1 year ago

I need to update get_data functions with get_fdata or np.asanyarray(mg.dataobj) because of the recent nibabel changes.