edickie / ciftify

The tools of the Human Connectome Project (HCP) adapted for working with non-HCP datasets
https://edickie.github.io/ciftify/
MIT License
111 stars 156 forks source link

move dlabelIO functions from tigr_parc to ciftify #152

Open edickie opened 3 years ago

edickie commented 3 years ago

https://github.com/TIGRLab/tigr_parc/blob/master/code/tigr_parc/dlabelIO.py

These functions are a combination of things that work directly on dlabel.nii images and more pure pythonic ways of doing things that are already in ciftify.niio but both ciftify.niio and tigr_parc.dlabelIO are long files so they may be better broken down.. (i.e. ciftify.niio may need to be a folder - not a file).

Functions that are specific to label files are:

Functions that better - (pure python) ways of doing stuff that's already in ciftify.niio..