artview.components.Correlation

class artview.components.Correlation(Vradar=None, VfieldVertical=None, VfieldHorizontal=None, Vgatefilter=None, name='Correlation', parent=None)[source]

Bases: artview.core.core.Component

Class to create a correlation plot, using a returned Radar structure from the PyArt pyart.graph package.

__init__(Vradar=None, VfieldVertical=None, VfieldHorizontal=None, Vgatefilter=None, name='Correlation', parent=None)[source]

Initialize the class to create display.

Parameters:

[Optional] :

Vradar : Variable instance

Radar signal variable. If None start new one with None.

VfieldVertical, VfieldHorizontal : Variable instance

Field signal variable. If None start new one with empty string.

Vgatefilter : Variable instance

Gatefilter signal variable. A value of None will instantiate a empty variable.

name : string

Display window name.

parent : PyQt instance

Parent instance to associate to Display window. If None, then Qt owns, otherwise associated with parent PyQt instance.

Methods

Correlation.LaunchGUI
Correlation.NewField
Correlation.NewGatefilter
Correlation.NewRadar
Correlation.addButtons
Correlation.guiStart
Correlation.plot_correlation
Correlation.plot_regression
Correlation.setParameters

Attributes

VfieldHorizontal = None

see Shared Variables Table

VfieldVertical = None

see Shared Variables Table

Vgatefilter = None

see Shared Variables Table

VplotAxes = None

see Shared Variables Table (no internal use)

Vradar = None

see Shared Variables Table

Vtilt = None

see Shared Variables Table