3.1.4
Type: string
Type: {xScaleDomain: Array<Date>, xScaleRange: Array<number>, secondsPerPixel: number, samplesPerPixel: number, highlowArray: Array<number>}
A contiguous segment of a Seismogram.
((Array<seedcodec.EncodedDataSegment> | Array<number> | Int32Array | Float32Array | Float64Array))
array of Y sample values, ie the timeseries
(number)
sample rate of the seismogram, hertz
(DateTime)
start time of seismogrm as a luxon DateTime in utc or a string that can be parsed
(FDSNSourceId?)
Array of y values
Type: (null | Int32Array | Float32Array | Float64Array)
Type: (null | DateTime)
Type: FDSNSourceId
Type: (HighLowType | undefined)
Y data of the seismogram. Decompresses data if needed.
Type: (Int32Array | Float32Array | Float64Array)
(Int32Array | Float32Array | Float64Array)
:
y data as typed array
Type: (Int32Array | Float32Array | Float64Array)
((Int32Array | Float32Array | Float64Array))
Type: DateTime
DateTime
Type: DateTime
DateTime
Type: DateTime
DateTime
Type: DateTime
DateTime
Type: Interval
Interval
Finds the min and max values of a SeismogramSegment, with an optional accumulator for use with gappy data.
(MinMaxable?)
optional initialized accumulator as an array
of two numbers, min and max
MinMaxable
:
min, max as arry of length two
Type: NslcId
NslcId
return FDSN source id.
Type: FDSNSourceId
FDSNSourceId
:
FDSN source id
Type: FDSNSourceId
(FDSNSourceId)
SeismogramSegment
((Array<seedcodec.EncodedDataSegment> | Int32Array | Float32Array | Float64Array))
(DateTime
= this._startTime
)
SeismogramSegment
(Interval)
(SeismogramSegment | null)