thomasbazeille / nilearn-1

nilean examples, quick guides.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick references

multiplying the coordinates of a node by the inverse of the image affine will give you the voxel index and you can read the atlas image at that location to find the label. you can then sum over the voxels in each region to get the number of connections between regions. Note you could also directly use the atlas to define the connectome, thus you would directly have a connectome with one node per atlas region. general comments: we prefer to use github issues for bug reports, and the neurostars forum for usage questions

About

nilean examples, quick guides.


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%