Няма описание

Fabian Peter Hammerle 54205cdfc4 fix linter warnings: unused imports преди 5 години
examples d088beacca adapt examples/precentral_gyrus_border: add small cubes instead of radiating triangles преди 5 години
freesurfer_surface 5093716d9e wrapped some lines with len > 80 преди 5 години
tests 54205cdfc4 fix linter warnings: unused imports преди 5 години
.gitignore 0303eb775c added Surface.read_triangular(), setup.py & dev pipenv преди 5 години
.pylintrc 54205cdfc4 fix linter warnings: unused imports преди 5 години
Pipfile 24189db123 pipenv: added autopep8 to dev deps преди 5 години
Pipfile.lock 952cf8c3d6 added Surface.add_rectangle() преди 5 години
README.md 069514eb23 readme: added python example on how to list labels преди 5 години
setup.py 952cf8c3d6 added Surface.add_rectangle() преди 5 години

README.md

Usage

List Labels in Annotation File

from freesurfer_surface import Annotation

annotation = Annotation.read('tests/subjects/fabian/label/lh.aparc.annot')
for label in annotation.labels.values():
    print(label.index, label.hex_color_code, label.name)

or

$ freesurfer-annotation-labels tests/subjects/fabian/label/lh.aparc.annot
index	color	name
0	#190519	unknown
1	#196428	bankssts
2	#7d64a0	caudalanteriorcingulate
3	#641900	caudalmiddlefrontal
...
33	#4614aa	temporalpole
34	#9696c8	transversetemporal
35	#ffc020	insula