insarviz.state.MapPoint module

insarviz.state.MapPoint.Enablable(SomeCurve)[source]
class insarviz.state.MapPoint.MapPoint(name, x, y, r, color, show_in_map=True, show_in_plot=True, point_curve=None, show_variance=False, show_marker=True)[source]

Bases: ObservableStruct

color: QColor
draw
static from_dict(dct: dict)[source]
is_reference
name
point_curve
r
r2
show_in_map
show_in_plot
show_marker
show_variance
staticMetaObject = PySide6.QtCore.QMetaObject("MapPoint" inherits "ObservableStruct": )
to_dict()[source]
x
y
class insarviz.state.MapPoint.PointCurve[source]

Bases: ObservableStruct

full_curve
init_from_dict(dct)[source]
is_empty
linear_curve
postseismic_curve
seasonal_curve
seism_timestamp
semi_seasonal_curve
sigmoid_curve
staticMetaObject = PySide6.QtCore.QMetaObject("PointCurve" inherits "ObservableStruct": )
timestamp_to_x
to_dict()[source]
class insarviz.state.MapPoint.PointData(selected_band, point)[source]

Bases: ObservableStruct

color
fromto_x
point
point_absolute_values
point_curve
point_values
point_variance
point_xs
point_ys
seasonal_period
selected_band
set_point(point)[source]
show_in_plot
show_variance
staticMetaObject = PySide6.QtCore.QMetaObject("PointData" inherits "ObservableStruct": )