fsleyes.displaycontext.freesurferopts
¶
This module provides the FreesurferOpts
class, which contains
settings for displaying a FreesurferMesh
overlay.
-
class
fsleyes.displaycontext.freesurferopts.
FreesurferOpts
(overlay, *args, **kwargs)[source]¶ Bases:
fsleyes.displaycontext.meshopts.MeshOpts
The
FreesurferOpts
class, which contains settings for displaying aFreesurferMesh
overlay.This class differs from the
MeshOpts
class only in that it tries to identify auxillary vertex and data files for theMeshOpts.vertexSet
andMeshOpts.vertexData
properties based on <freesurfer file naming conventions.-
__init__
(overlay, *args, **kwargs)[source]¶ Create a
FreesurferOpts
instance.All arguments are passed to the
MeshOpts
constructor.
-
__module__
= 'fsleyes.displaycontext.freesurferopts'¶
-