rpomponio / neuroHarmonize

Harmonization tools for multi-site neuroimaging analysis. Implemented as a python package. Harmonization of MRI, sMRI, dMRI, fMRI variables with support for NIFTI images. Complements the work in Neuroimage by Pomponio et al. (2019).
https://pypi.org/project/neuroHarmonize/
MIT License
79 stars 28 forks source link

Update README.rst #14

Closed vnckppl closed 3 years ago

vnckppl commented 3 years ago

The code was returning ValueError: too many values to unpack (expected 3), because you specified three output variables, but were returning four. I added the fourth (hdr_0), because that is the fourth variable your code is returning.