PyMcaPlugins Package

PyMcaPlugins Package

PyMca5.PyMcaPlugins contains plugins associated to PyMca.

They import either from Plugin1DBase (for instances of classes respecting the Plot1DBase interface) or from StackPluginBase (for instances repecting the StackBase interface)

See PyMca5.PyMcaCore.Plugin1DBase for more information about 1D plugins and PyMca5.PyMcaCore.StackPluginBase for information about stack plugins.

AdvancedAlignmentScanPlugin Module

AlignmentScanPlugin Module

class PyMca5.PyMcaPlugins.AlignmentScanPlugin.AlignmentScanPlugin(plotWindow, **kw)[source]

Bases: PyMca5.PyMcaCore.Plugin1DBase.Plugin1DBase

applyMethod(name)[source]

The plugin is asked to apply the method associated to name.

fftAlignment()[source]
getMethodPixmap(name)[source]

Returns the pixmap associated to the particular method name or None.

getMethodToolTip(name)[source]

Returns the help associated to the particular method name or None.

getMethods(plottype=None)[source]

A list with the NAMES associated to the callable methods that are applicable to the specified plot.

Plot type can be “SCAN”, “MCA”, None, ...

PyMca5.PyMcaPlugins.AlignmentScanPlugin.getPlugin1DInstance(plotWindow, **kw)[source]

BackgroundScanPlugin Module

BackgroundStackPlugin Module

CalculationThread Module

ConsolePlugin Module

ConsoleStackPlugin Module

ExternalImagesStackPlugin Module

FastXRFLinearFitStackPlugin Module

FitStackPlugin Module

class PyMca5.PyMcaPlugins.FitStackPlugin.FitStackPlugin(stackWindow, **kw)[source]

Bases: PyMca5.PyMcaCore.StackPluginBase.StackPluginBase

applyMethod(name)[source]
fitStack()[source]
getMethodPixmap(name)[source]
getMethodToolTip(name)[source]
getMethods()[source]
selectionMaskUpdated()[source]
stackUpdated()[source]
PyMca5.PyMcaPlugins.FitStackPlugin.getStackPluginInstance(stackWindow, **kw)[source]

ImageAlignmentStackPlugin Module

MathPlugins Module

MedianFilterScanDeglitchPlugin Module

MedianFilterScanPlugin Module

class PyMca5.PyMcaPlugins.MedianFilterScanPlugin.MedianFilterScanPlugin(plotWindow, **kw)[source]

Bases: PyMca5.PyMcaCore.Plugin1DBase.Plugin1DBase

applyMedianFilter(width=3)[source]
applyMethod(name)[source]

The plugin is asked to apply the method associated to name.

getMethodPixmap(name)[source]

Returns the pixmap associated to the particular method name or None.

getMethodToolTip(name)[source]

Returns the help associated to the particular method name or None.

getMethods(plottype=None)[source]

A list with the NAMES associated to the callable methods that are applicable to the specified plot.

Plot type can be “SCAN”, “MCA”, None, ...

toggleRandomization()[source]
PyMca5.PyMcaPlugins.MedianFilterScanPlugin.getPlugin1DInstance(plotWindow, **kw)[source]

MedianFilterStackPlugin Module

MotorInfoPlugin Module

MotorInfoWindow Module

MultipleScanToMeshPlugin Module

NNMAStackPlugin Module

NormalizationPlugins Module

PCAStackPlugin Module

Plugin1DBase Module

ROIStackPlugin Module

RegularMeshPlugin Module

ReverseStackPlugin Module

class PyMca5.PyMcaPlugins.ReverseStackPlugin.ReverseStackPlugin(stackWindow, **kw)[source]

Bases: PyMca5.PyMcaCore.StackPluginBase.StackPluginBase

applyMethod(name)[source]
getMethodPixmap(name)[source]
getMethodToolTip(name)[source]
getMethods()[source]
reverseColumns(offset=1)[source]
reverseEvenColumns()[source]
reverseEvenRows()[source]
reverseOddColumns()[source]
reverseOddRows()[source]
reverseRows(offset=1)[source]
PyMca5.PyMcaPlugins.ReverseStackPlugin.getStackPluginInstance(stackWindow, **kw)[source]

StackAxesPlugin Module

StackBrowserPlugin Module

StackNormalizationPlugin Module

StackPluginBase Module

StackScanWindowPlugin Module

XASScanNormalizationPlugin Module

class PyMca5.PyMcaPlugins.XASScanNormalizationPlugin.XASScanNormalizationPlugin(plotWindow, **kw)[source]

Bases: PyMca5.PyMcaCore.Plugin1DBase.Plugin1DBase

XASNormalize()[source]
applyMethod(name)[source]

The plugin is asked to apply the method associated to name.

configure()[source]
getMethodPixmap(name)[source]

Returns the pixmap associated to the particular method name or None.

getMethodToolTip(name)[source]

Returns the help associated to the particular method name or None.

getMethods(plottype=None)[source]

A list with the NAMES associated to the callable methods that are applicable to the specified plot.

Plot type can be “SCAN”, “MCA”, None, ...

PyMca5.PyMcaPlugins.XASScanNormalizationPlugin.getPlugin1DInstance(plotWindow, **kw)[source]

XASSelfattenuationPlugin Module

XASStackNormalizationPlugin Module

XMCDPlugin Module