pnlbwh / dMRIharmonization

Multi-site dMRI harmonization
Other
43 stars 14 forks source link

Remove outdated comments #76

Closed tashrifbillah closed 3 years ago

tashrifbillah commented 3 years ago

debug_fa.py

def analyzeStat(file, templatePath):
    '''
    :param file: list of (FA or MD or GFA) that are already in MNI space

It actually accepts a list of dwi.

moving = pjoin(directory, 'dti', prefix + f'_{dm}.nii.gz')
# warp diffusion measure to template space first, then to MNI space

This comment needs to be broken down and put in proper places.