mcot.surface.cortical_mesh

Extends the functionality defined in mesh.py to include anatomical information.

For any CorticalMesh this information is stored in the anatomy property. This property is a BrainStructure object.

Classes

BrainStructure(primary[, secondary, …])

Which brain structure does the parent object describe?

CorticalMesh(vertices, faces[, flip_normal, …])

Describes a cortical mesh of a brain region.

Functions

get_brain_structure(gifti_obj)

Extracts the brain structure from a GIFTI object.

get_brain_structure

mcot.surface.cortical_mesh.get_brain_structure(gifti_obj)[source]

Extracts the brain structure from a GIFTI object.