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.MeshOptsThe
FreesurferOptsclass, which contains settings for displaying aFreesurferMeshoverlay.This class differs from the
MeshOptsclass only in that it tries to identify auxillary vertex and data files for theMeshOpts.vertexSetandMeshOpts.vertexDataproperties based on <freesurfer file naming conventions.-
__init__(overlay, *args, **kwargs)[source]¶ Create a
FreesurferOptsinstance.All arguments are passed to the
MeshOptsconstructor.
-
__module__= 'fsleyes.displaycontext.freesurferopts'¶
-