MARKERTYPE_PICK

Type: string

MARKERTYPE_PREDICTED

dist/seismographmarker.mjs
MARKERTYPE_PREDICTED

Type: string

isValidMarker(v: any)
Parameters
v (any)

createMarkersForTravelTimes

dist/seismographmarker.mjs

Creates Markers for all of the arrivals in ttime.arrivals, relative to the given Quake.

createMarkersForTravelTimes(quake: any, ttime: any): any
Parameters
quake (any) quake the travel times are relative to
ttime (any) travel times json object as returned from the IRIS traveltime web service, or the json output of TauP
Returns
any: array of Markers suitable for adding to a seismograph

createMarkerForOriginTime

dist/seismographmarker.mjs

Creates a Marker for the origin time in ttime.arrivals, for the given Quake.

createMarkerForOriginTime(quake: any): any
Parameters
quake (any) quake the travel times are relative to
Returns
any: Marker suitable for adding to a seismograph

createFullMarkersForQuakeAtStation

dist/seismographmarker.mjs
createFullMarkersForQuakeAtStation(quake: any, station: any)
Parameters
quake (any)
station (any)

createFullMarkersForQuakeAtChannel

dist/seismographmarker.mjs
createFullMarkersForQuakeAtChannel(quake: any, channel: any)
Parameters
quake (any)
channel (any)

createMarkerForQuakePicks

dist/seismographmarker.mjs

Creates a Marker for the picked arrival times in quake.pickList, for the given Quake.

createMarkerForQuakePicks(quake: any, channel: any): any
Parameters
quake (any) quake the travel times are relative to
channel (any) channel picks made on
Returns
any: Marker suitable for adding to a seismograph

createMarkerForPicks

dist/seismographmarker.mjs

Creates a Marker for the picked arrival times in quake.arrivals, for the given Quake.

createMarkerForPicks(origin: any, channel: any): any
Parameters
origin (any) quake the travel times are relative to
channel (any) channel picks made on
Returns
any: Marker suitable for adding to a seismograph