This PR adds a new script prepare_schaefer100.py that follows the structure of prepare_yeo.py for the Schaefer et al. parcellation scheme.
To begin with I will deal with only the 100-node scale version. The others four (200,400,600,1000 region) will eventually be added either as part of this PR or with another PR. This could involve additional 'prepare_schaefer200.pyetc. files, or (probably better) a singleprepare_schaefer.py` file with all scales.
This PR adds a new script
prepare_schaefer100.py
that follows the structure ofprepare_yeo.py
for the Schaefer et al. parcellation scheme.To begin with I will deal with only the 100-node scale version. The others four (200,400,600,1000 region) will eventually be added either as part of this PR or with another PR. This could involve additional 'prepare_schaefer200.py
etc. files, or (probably better) a single
prepare_schaefer.py` file with all scales.