HELI_CLICK_EVENT

dist/helicorder.mjs
HELI_CLICK_EVENT

Type: string

HELI_MOUSE_MOVE_EVENT

dist/helicorder.mjs
HELI_MOUSE_MOVE_EVENT

Type: string

HELICORDER_CSS_ID

dist/helicorder.mjs
HELICORDER_CSS_ID

Type: string

HELICORDER_ELEMENT

dist/helicorder.mjs
HELICORDER_ELEMENT

Type: string

getNowLineEndTime

dist/helicorder.mjs

Calculates the end time for a helicorder with now being on the last line

getNowLineEndTime(hoursPerLine: any): any
Parameters
hoursPerLine (any)
Returns
any: end time

createNowHelicorderInterval

dist/helicorder.mjs
createNowHelicorderInterval(hours: any, hoursPerLine: any)
Parameters
hours (any)
hoursPerLine (any)

A helicorder-like multi-line seismogram display usually covering 24 hours

new Helicorder(seisData: any, seisConfig: any, inSvgParent: any, heliConfig: any)

Extends SeisPlotElement

Parameters
seisData (any) the data to display
seisConfig (any)
inSvgParent (any) the parent element, usually a div tag
heliConfig (any) configuration object
Instance Members
heliConfig
heliConfig
appendSegment(segment)
draw()
configureAmplitudeFromData(singleSeisData)
cutForLine(singleSeisData, lineInterval)
calcTimesForLines(startTime, secondsPerLine, numberOfLines)
calcDetailForEvent(evt)

DEFAULT_MAX_HEIGHT

dist/helicorder.mjs
DEFAULT_MAX_HEIGHT

Type: number

HelicorderConfig

dist/helicorder.mjs

Configuration of the helicorder

Note that setting maxVariation=0 and fixedAmplitudeScale=[0,0] will scale the data to max

new HelicorderConfig(timeRange: any, lineSeisConfig: any)

Extends SeismographConfig

Parameters
timeRange (any) the time range covered by the helicorder, required
lineSeisConfig (any) seismograph config for the individual seismograph lines
Static Members
fromSeismographConfig(seisConfig)

HeliTimeRange

dist/helicorder.mjs

Time range for a single line of the helicorder, extends Interval to add the line number

new HeliTimeRange(startTime: any, duration: any, lineNumber: any)
Parameters
startTime (any)
duration (any)
lineNumber (any)

helicorder_css

dist/helicorder.mjs

default styling for helicorder plots.

helicorder_css

HELICORDER_SELECTOR

dist/helicorder.mjs
HELICORDER_SELECTOR

Type: string

HELI_COLOR_CSS_ID

dist/helicorder.mjs
HELI_COLOR_CSS_ID

Type: string