MIC-DKFZ / niicat

This is a tool to quickly preview nifti images on the terminal
GNU General Public License v2.0
51 stars 10 forks source link

Update plotter.py for nibabel 5.0 #8

Closed sophmrtn closed 1 year ago

sophmrtn commented 1 year ago

get_data() is deprecated in favor of get_fdata() from nibabel v3.0 and raises <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0.

wasserth commented 1 year ago

thanks for this contribution