| read.fs.surface.bvsrf {freesurferformats} | R Documentation |
Read Brainvoyager srf format (.srf) mesh as surface.
Description
Read a mesh and associated data like color and normals from a binary file in BrainVoyager SRF mesh format.
Usage
read.fs.surface.bvsrf(filepath)
Arguments
filepath |
string. Full path to the input surface file in SRF mesh format. |
Value
fs.surface instance
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.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.mesh.brainvoyager(),
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()