Skip to content

Commit

Permalink
mention label support
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit authored Oct 15, 2019
1 parent 7f6bae4 commit 183ecf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ GNU R package to read and write FreeSurfer neuroimaging file formats.

* FreeSurfer surface file format: Contains a brain surface mesh. Such a mesh is defined by a list of vertices (each vertex is given by its x,y,z coords) and a list of faces (each face is given by three vertex indices). Currently only triangular meshes are implemented. An example file would be `surf/lh.white`. This format can be read and written.

* FreeSurfer label file format: Contains a list of vertices included in a label. A label is like a mask, and is typically used to describe the vertices which are part of a certain brain region. An example file would be `label/lh.cortex.label`. This format can be read.


## Installation

Expand Down

0 comments on commit 183ecf3

Please sign in to comment.