Uses of Enum Class
llnl.gnem.core.waveform.seismogram.TimeSeries.Norm
Packages that use TimeSeries.Norm
-
Uses of TimeSeries.Norm in llnl.gnem.core.waveform.seismogram
Methods in llnl.gnem.core.waveform.seismogram that return TimeSeries.NormModifier and TypeMethodDescriptionstatic TimeSeries.Norm
Returns the enum constant of this class with the specified name.static TimeSeries.Norm[]
TimeSeries.Norm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in llnl.gnem.core.waveform.seismogram with parameters of type TimeSeries.NormModifier and TypeMethodDescriptionvoid
TimeSeries.normalize
(TimeSeries.Norm norm) Normalize all the seismograms Usage : 'normalize', 'normalize (value)' or 'normalize (type)' where (type) is 'mean' 'min' or 'max' Traces are initially demeaned then scaled default - each trace is multiplied by abs(1/extremum) value - where value is a number - the traces are normalized so that the absolute value of the extremum equals the value entered mean - traces are multiplied by the mean of the absolute values of the trace min - traces are multiplied by -1/min max - traces are multiplied by 1/max