3.0.0-alpha.0
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> | 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
Array of y values
Type: (null | Int32Array | Float32Array | Float64Array)
Type: (null | DateTime)
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
Type: Interval
Interval
return FDSN source id.
Type: (FDSNSourceId | null)
(FDSNSourceId | null)
:
FDSN source id
SeismogramSegment
((Array<seedcodec.EncodedDataSegment> | Int32Array | Float32Array | Float64Array))
(DateTime
= this._startTime
)
SeismogramSegment
(Interval)
(SeismogramSegment | null)