seisplotjs

3.2.6
INFO_ELEMENT

Type: string

QUAKE_INFO_ELEMENT

dist/infotable.mjs
QUAKE_INFO_ELEMENT

Type: string

QUAKE_COLUMN

CHANNEL_COLUMN

dist/infotable.mjs
CHANNEL_COLUMN

STATION_COLUMN

dist/infotable.mjs
STATION_COLUMN

SEISMOGRAM_COLUMN

dist/infotable.mjs
SEISMOGRAM_COLUMN

DEFAULT_TEMPLATE

dist/infotable.mjs
DEFAULT_TEMPLATE
TABLE_CSS

QuakeStationTable

dist/infotable.mjs

Table displaying information about waveforms, quakes, channels and stations.

The CSS vars --even-row-background and --odd-row-background will change the color of even and odd rows. Default for odd is nothing, even is Cornsilk.

new QuakeStationTable(seisData: any, seisConfig: any)

Extends SeisPlotElement

Parameters
seisData (any) Array of SeismogramDisplayData for display
seisConfig (any) configuration
Instance Members
template
template
new QuakeTable(quakeList: any, columnLabels: any, columnValues: any)

Extends HTMLElement

Parameters
quakeList (any)
columnLabels (any)
columnValues (any)
Static Members
createDefaultColumnLabels()
createDefaultColumnValues()
Instance Members
quakeList
quakeList
columnLabels
columnLabels
columnValues
columnValues
timeZone
timeZone
caption
caption
addColumn(key, label, valueFn)
timeFormat
timeFormat
addStyle(css, id)
findRowForQuake(q)
headers()
populateRow(q, row, index)
tableToCSV()
getQuakeValue(q, h)
sort(h, _headerCell)
new ChannelTable(channelList: any, columnLabels: any, columnValues: any)

Extends HTMLElement

Parameters
channelList (any)
columnLabels (any)
columnValues (any)
Static Members
createDefaultColumnValues()
getChannelValue(q, h)
Instance Members
channelList
channelList
columnLabels
columnLabels
columnValues
columnValues
addColumn(key, label, valueFn)
caption
caption
addStyle(css, id)
headers()
populateRow(q, row, index)
tableToCSV()
getChannelValue(c, h)
sort(h, _headerCell)

CHANNEL_INFO_ELEMENT

dist/infotable.mjs
CHANNEL_INFO_ELEMENT

Type: string

new StationTable(stationList: any, columnLabels: any, columnValues: any)

Extends HTMLElement

Parameters
stationList (any)
columnLabels (any)
columnValues (any)
Static Members
createDefaultColumnLabels()
createDefaultColumnValues()
Instance Members
stationList
stationList
columnLabels
columnLabels
columnValues
columnValues
addColumn(key, label, valueFn)
caption
caption
addStyle(css, id)
headers()
populateRow(q, row, index)
tableToCSV()
getStationValue(q, h)
sort(h, _headerCell)

STATION_INFO_ELEMENT

dist/infotable.mjs
STATION_INFO_ELEMENT

Type: string

SeismogramTable

dist/infotable.mjs
new SeismogramTable(sddList: any, columnLabels: any, columnValues: any)

Extends HTMLElement

Parameters
sddList (any)
columnLabels (any)
columnValues (any)
Static Members
createDefaultColumnValues()
getSeismogramValue(q, h)
Instance Members
seisData
seisData
columnLabels
columnLabels
columnValues
columnValues
addColumn(key, label, valueFn)
caption
caption
addStyle(css, id)
headers()
populateRow(q, row, index)
tableToCSV()
getSeismogramValue(q, h)
sort(h, _headerCell)

SDD_INFO_ELEMENT

dist/infotable.mjs
SDD_INFO_ELEMENT

Type: string

latlonFormat
magFormat
depthFormat

depthNoUnitFormat

dist/infotable.mjs
depthNoUnitFormat

depthMeterFormat

dist/infotable.mjs
depthMeterFormat