valosekj / fsleyes_preset

Run FSLeyes and automatically set display options
GNU General Public License v3.0
0 stars 0 forks source link

introduce get_image_type function to get nifti image datatype and exclude unsupported datatypes #17

Closed valosekj closed 3 years ago

valosekj commented 3 years ago

This PR fixes the issue caused due to RGB datatype of input image (FA), which does not support get_fdata() method.

Fixes #16