Uses of Class
llnl.gnem.core.waveform.seismogram.TimeSeries
Package
Description
-
Uses of TimeSeries in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Modifier and TypeMethodDescriptionBasicWaveformPlot.addLine
(TimeSeries seismogram, javafx.scene.paint.Color lineColor) CodaWaveformPlot.addLine
(TimeSeries seismogram, javafx.scene.paint.Color lineColor) RatioDetailPlot.addLine
(TimeSeries timeSeries, int zOrder, javafx.scene.paint.Color lineColor) ModifierConstructorDescriptionBasicWaveformPlot
(TimeSeries... seismograms) CodaWaveformPlot
(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramClient, PeakVelocityClient velocityClient, BooleanSupplier showGroupVelocity, BooleanSupplier showWindowLines, BooleanSupplier showCodaStartLine, TimeSeries... seismograms) -
Uses of TimeSeries in gov.llnl.gnem.apps.coda.common.service.util
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionstatic boolean
WaveformUtils.cutSeismograms
(TimeSeries a, TimeSeries b, TimeT startTime, TimeT endTime) static double[]
WaveformUtils.getMaxTime
(TimeSeries waveform, TimeT originTime) This method mimics the getMaxTime method of SacSeismogram, which is NOT purely the same as the methods in the TimeSeries chain. -
Uses of TimeSeries in llnl.gnem.core.waveform.seismogram
Modifier and TypeMethodDescriptionstatic <T extends TimeSeries>
PairT<T,T> TimeSeries.rotateTraces
(T seis1, T seis2, double theta) Modifier and TypeMethodDescriptionTimeSeries.add
(TimeSeries other) TimeSeries.append
(TimeSeries other) TimeSeries.crop
(int start, int end) TimeSeries.divide
(TimeSeries other) protected TimeSeries
TimeSeries.intersect
(TimeSeries other, TimeSeries.BivariateFunction f) TimeSeries.multiply
(TimeSeries other) TimeSeries.shift
(int samples) Shifts the values of this time series by the number of specified samples and returns the result as a new time series.TimeSeries.shift
(int samples, boolean keepLength) Shifts the values of this time series by the number of specified samples and returns the result as a new time series.TimeSeries.subtract
(TimeSeries other) TimeSeries.trim()
TimeSeries.union
(TimeSeries other, boolean ignoreMismatch) Modifier and TypeMethodDescriptionTimeSeries.add
(TimeSeries other) boolean
TimeSeries.AddAlignedSeismogram
(TimeSeries otherseis) A method to add this seismogram to another equal length seismogram A check is made to ensure that the epoch times are aligned.void
TimeSeries.addInPlace
(TimeSeries other) boolean
TimeSeries.AddSeismogram
(TimeSeries otherseis) A method to add this seismogram to another equal length seismogram Note that the sample rate is not constrained and should be checked if necessary before calling this methodTimeSeries.append
(TimeSeries other) int
TimeSeries.compareTo
(TimeSeries other) TimeSeries.divide
(TimeSeries other) double
TimeSeries.getNormalizedRMSE
(TimeSeries other) double
TimeSeries.getRMSE
(TimeSeries other) protected TimeSeries
TimeSeries.intersect
(TimeSeries other, TimeSeries.BivariateFunction f) boolean
TimeSeries.isSubset
(TimeSeries other) TimeSeries.multiply
(TimeSeries other) boolean
TimeSeries.rateIsComparable
(TimeSeries other) Performs a check to see if the sample rates of two timeseries is close enough to equal.TimeSeries.subtract
(TimeSeries other) TimeSeries.union
(TimeSeries other, boolean ignoreMismatch)