STD_EH

Type: string

ehToQuake(exHead: any)
Parameters
exHead (any)
quakeToEH(quake: any)
Parameters
quake (any)
channelToEH(channel: any)
Parameters
channel (any)
ehToChannel(exHead: any, sid: any)
Parameters
exHead (any)
sid (any)
markerToEH(mark: any)
Parameters
mark (any)

markerTypeFromEH

dist/mseed3eh.mjs
markerTypeFromEH(mtype: any)
Parameters
mtype (any)
ehToMarkers(exHead: any)
Parameters
exHead (any)

extractBagEH

dist/mseed3eh.mjs
extractBagEH(jsonEH: any)
Parameters
jsonEH (any)
createBagEH()

isValidBagChannelJsonEHType

dist/mseed3eh.mjs

Verifies that JSON matches the types we expect, for typescript.

isValidBagChannelJsonEHType(v: any): any
Parameters
v (any) Bag station JSON object, usually from MSeed3 extra headers
Returns
any: true if matches expected structure

isValidBagEventJsonEHType

dist/mseed3eh.mjs

Verifies that JSON matches the types we expect, for typescript.

isValidBagEventJsonEHType(v: any): any
Parameters
v (any) Bag event JSON object, usually from MSeed3 extra headers
Returns
any: true if matches expected structure

isValidBagOriginJsonEHType

dist/mseed3eh.mjs

Verifies that JSON matches the types we expect, for typescript.

isValidBagOriginJsonEHType(v: any): any
Parameters
v (any) Bag origin JSON object, usually from MSeed3 extra headers
Returns
any: true if matches expected structure

isValidBagMagJsonEHType

dist/mseed3eh.mjs

Verifies that JSON matches the types we expect, for typescript.

isValidBagMagJsonEHType(v: any): any
Parameters
v (any) Bag magnitude JSON object, usually from MSeed3 extra headers
Returns
any: true if matches expected structure

isValidBagPathJsonEHType

dist/mseed3eh.mjs

Verifies that JSON matches the types we expect, for typescript.

isValidBagPathJsonEHType(v: any): any
Parameters
v (any) Bag magnitude JSON object, usually from MSeed3 extra headers
Returns
any: true if matches expected structure

isValidBagMarkJsonEHType

dist/mseed3eh.mjs

Verifies that JSON matches the types we expect, for typescript.

isValidBagMarkJsonEHType(v: any): any
Parameters
v (any) Bag magnitude JSON object, usually from MSeed3 extra headers
Returns
any: true if matches expected structure

isValidBagTimeseriesJsonEHType

dist/mseed3eh.mjs

Verifies that JSON matches the types we expect, for typescript.

isValidBagTimeseriesJsonEHType(v: any): any
Parameters
v (any) Bag magnitude JSON object, usually from MSeed3 extra headers
Returns
any: true if matches expected structure

isValidBagJsonEHType

dist/mseed3eh.mjs

Verifies that JSON matches the types we expect, for typescript.

isValidBagJsonEHType(v: any): any
Parameters
v (any) Bag JSON object, usually from MSeed3 extra headers
Returns
any: true if matches expected structure