insarviz.state.MapPoint module
- 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
- is_reference
- name
- point_curve
- r
- r2
- show_in_map
- show_in_plot
- show_marker
- show_variance
- staticMetaObject = PySide6.QtCore.QMetaObject("MapPoint" inherits "ObservableStruct": )
- x
- y
- class insarviz.state.MapPoint.PointCurve[source]
Bases:
ObservableStruct- full_curve
- 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
- 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
- show_in_plot
- show_variance
- staticMetaObject = PySide6.QtCore.QMetaObject("PointData" inherits "ObservableStruct": )