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 a FreesurferMesh overlay.

This class differs from the MeshOpts class only in that it tries to identify auxillary vertex and data files for the MeshOpts.vertexSet and MeshOpts.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.

__annotations__ = {}
__module__ = 'fsleyes.displaycontext.freesurferopts'