pyrocko.gui.sparrow.elements.table¶
Classes
|
Any |
|
Any |
|
Any |
|
Undocumented. |
- class SymbolChoice(...) str [source]¶
Bases:
StringChoice
Any
str
out of['point', 'sphere', 'beachball']
.
- class MaskingShapeChoice(...) str [source]¶
Bases:
StringChoice
Any
str
out of['rect', 'linear', 'quadratic']
.
- class MaskingModeChoice(...) str [source]¶
Bases:
StringChoice
Any
str
out of['past + future', 'past', 'future']
.
- class TableState(**kwargs)[source]¶
Bases:
ElementState
Undocumented.
- ♦ visible¶
bool
, default:True
- ♦ size¶
float
, default:3.0
- ♦ color_parameter¶
str
, optional
- ♦ cpt¶
pyrocko.gui.sparrow.elements.base.CPTState
, default:CPTState()
- ♦ size_parameter¶
str
, optional
- ♦ depth_min¶
float
, optional
- ♦ depth_max¶
float
, optional
- ♦ depth_offset¶
float
, default:0.0
- ♦ symbol¶
str
(SymbolChoice
), default:'sphere'
- ♦ time_masking_opacity¶
float
, default:0.0
- ♦ time_masking_shape¶
str
(MaskingShapeChoice
), default:'rect'
- ♦ time_masking_mode¶
str
(MaskingModeChoice
), default:'past + future'