MICA-MNI / BrainStat

A statistics and context decoding toolbox for neuroimaging.
https://brainstat.readthedocs.io
Other
94 stars 22 forks source link

Copying the SurfStat core to Python #3

Closed ReinderVosDeWael closed 3 years ago

ReinderVosDeWael commented 4 years ago

Let's start with these first few functions and add more to the list as we progress.

file formats to be read in: mgh, gifti, FS, nifti,

OualidBenkarim commented 4 years ago

You can check https://www.statsmodels.org/stable/index.html

ReinderVosDeWael commented 4 years ago

Converting the above functions will require an equivalent of the term/random classes. I've made a start with the term class in PR #11 . Will continue to convert the classes in that PR but I figured I could put it up so others can join in.

sofievalk commented 4 years ago

Differentiate between:

ReinderVosDeWael commented 3 years ago

All SurfStat core functionality has been converted. Closing this.