artview.components.Mapper

class artview.components.Mapper(Vradar=None, Vgrid=None, name='Mapper', parent=None)[source]

Bases: artview.core.core.Component

Interface for executing pyart.map.grid_from_radars

__init__(Vradar=None, Vgrid=None, name='Mapper', parent=None)[source]

Initialize the class to create the interface.

Parameters:

[Optional] :

Vradar : Variable instance

Radar signal variable. A value of None initializes an empty Variable.

Vgrid : Variable instance

Grid signal variable. A value of None initializes an empty Variable.

name : string

Field Radiobutton window name.

parent : PyQt instance

Parent instance to associate to this class. If None, then Qt owns, otherwise associated w/ parent PyQt instance

Methods

Mapper.NewRadar
Mapper.grid_from_radars
Mapper.guiStart
Mapper.mountUI
Mapper.setGriddingParameters
Mapper.setParameters
Mapper.setRoiParameters

Attributes

Vgrid = None

see Shared Variables Table

Vradar = None

see Shared Variables Table