You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nibabel has a function almost equivalent to mri_convert --conform: nipy/nibabel#853
The main difference is that the nibabel version does not implement histogram normalization. The histogram normalization code is translated to python in nipy/nibabel#853 (comment) and can be implemented with numpy.histogram.