COUNT_UNIT

Type: string

A contiguous segment of a Seismogram.

new SeismogramSegment(yArray: any, sampleRate: any, startTime: any, sourceId: any)
Parameters
yArray (any) array of Y sample values, ie the timeseries
sampleRate (any) sample rate of the seismogram, hertz
startTime (any) start time of seismogrm as a luxon DateTime in utc or a string that can be parsed
sourceId (any)
Instance Members
y
y
start
startTime
startTime
timeRange
sampleRate
sampleRate
samplePeriod
numPoints
networkCode
stationCode
locationCode
channelCode
isEncoded()
getEncoded()
yAtIndex(i)
findMinMax(minMaxAccumulator)
timeOfSample(i)
indexOfTime(t)
hasCodes()
nslc
codes(sep)
sourceId
sourceId
cloneWithNewData(clonedData, clonedStartTime)
cut(timeRange)
_invalidate_endTime_cache()