3.1.4
Type: string
A helicorder-like multi-line seismogram display usually covering 24 hours
Extends SeisPlotElement
(Array<SeismogramDisplayData>?)
the data to display
(SeismographConfig?)
(any)
the parent element, usually a div tag
(any)
configuration object
Type: HelicorderConfig
HelicorderConfig
Type: HelicorderConfig
(HelicorderConfig)
(SeismogramSegment)
draws the helicorder.
(SeismogramDisplayData)
(Interval)
SeismogramDisplayData
Calculates the time range covered by each line of the display
(DateTime)
start of display
(number)
seconds covered by each line
(number)
number of lines
Array<HeliTimeRange>
:
Array of HeliTimeRange, one per line
(MouseEvent)
HeliMouseEventType
Type: number
Configuration of the helicorder
Note that setting maxVariation=0 and fixedAmplitudeScale=[0,0] will scale the data to max
Extends SeismographConfig
(Interval)
the time range covered by the helicorder, required
(SeismographConfig)
HelicorderConfig
Time range for a single line of the helicorder, extends Interval to add the line number
((string | null | Zone))
string
default styling for helicorder plots.
Type: string
Type: string
Type: {mouseevent: MouseEvent, time: DateTime, lineNum: number}