| read.mesh.brainvoyager {freesurferformats} | R Documentation |
Read Brainvoyager srf format (.srf) mesh.
Description
Read a mesh and associated data like color and normals from a binary file in BrainVoyager SRF mesh format.
Usage
read.mesh.brainvoyager(filepath)
Arguments
filepath |
string. Full path to the input surface file in SRF mesh format. |
Value
named list of the elements in the file.
References
The srf format spec is at https://support.brainvoyager.com/brainvoyager/automation-development/84-file-formats/344-users-guide-2-3-the-format-of-srf-files.
See Also
Other mesh functions:
faces.quad.to.tris(),
read.fs.surface.asc(),
read.fs.surface.bvsrf(),
read.fs.surface.geo(),
read.fs.surface.gii(),
read.fs.surface.ico(),
read.fs.surface.obj(),
read.fs.surface.off(),
read.fs.surface.ply(),
read.fs.surface.vtk(),
read.fs.surface(),
read_nisurfacefile(),
read_nisurface(),
write.fs.surface.asc(),
write.fs.surface.byu(),
write.fs.surface.gii(),
write.fs.surface.mz3(),
write.fs.surface.vtk(),
write.fs.surface()