fsleyes.controls.powerspectrumtoolbar

This module provides the PowerSpectrumToolBar, a toolbar for use with a PowerSpectrumPanel.

class fsleyes.controls.powerspectrumtoolbar.PowerSpectrumToolBar(parent, overlayList, displayCtx, frame, psPanel)[source]

Bases: fsleyes.controls.plottoolbar.PlotToolBar

The PowerSpectrumToolBar is a toolbar for use with a PowerSpectrumPanel. It extends PlotToolBar, and adds a few controls specific to the PoweSpectrumPanel.

__init__(parent, overlayList, displayCtx, frame, psPanel)[source]

Create a PowerSpectrumToolBar.

Parameters
static supportedViews()[source]

Overrides ControlMixin.supportedViews(). The PowerSpectrumToolBar is only intended to be added to PowerSpectrumPanel views.

__module__ = 'fsleyes.controls.powerspectrumtoolbar'