fsleyes.displaycontext.giftiopts

This module provides the GiftiOpts class, which contains settings for displaying a GiftiMesh overlay.

class fsleyes.displaycontext.giftiopts.GiftiOpts(overlay, *args, **kwargs)[source]

Bases: fsleyes.displaycontext.meshopts.MeshOpts

The GiftiOpts class, which contains settings for displaying a GiftiMesh overlay.

Currently (as of FSLeyes 1.1.0), the GiftiOpts class is identical to the MeshOpts class (from which it derives), with the exception that the initial value of the MeshOpts.coordSpace property is set to 'affine', and the MeshOpts.vertexData property is populated with any GIFTI data files that are related to the surface file.

__init__(overlay, *args, **kwargs)[source]

Create a GiftiOpts instance.

All arguments are passed to the MeshOpts constructor.

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