3.2.6Type: string
A contiguous segment of a Seismogram.
(any)
array of Y sample values, ie the timeseries
(any)
sample rate of the seismogram, hertz
(any)
start time of seismogrm as a luxon DateTime in utc or a string that can be parsed
(any)
Y data of the seismogram. Decompresses data if needed.
any:
y data as typed array
(any)
(any)
(any)
(any)
Checks if the data is encoded
any:
true if encoded, false otherwise
Gets encoded data, if it is.
any:
array of encoded data segments
(any)
Finds the min and max values of a SeismogramSegment, with an optional accumulator for use with gappy data.
(any)
optional initialized accumulator as an array
of two numbers, min and max
any:
min, max as arry of length two
Time of the i-th sample, indexed from zero. If i is negative, counting from end, so timeOfSample(-1) is time of last data point;
(any)
sample index
any:
time
(any)
return network, station, location and channels codes as one string. Uses this.channel if it exists, this.seismogram if not.
any:
nslc codes separated by '.'
return network, station, location and channels codes as one string
(any
= ".")
separator, defaults to '.'
any:
nslc codes separated by sep
return FDSN source id.
any:
FDSN source id
(any)
(any)
(any
= this._startTime)
(any)