Uses of Enum Class
llnl.gnem.core.waveform.seismogram.TimeSeries.Norm

Packages that use TimeSeries.Norm
Package
Description
 
  • Uses of TimeSeries.Norm in llnl.gnem.core.waveform.seismogram

    Modifier and Type
    Method
    Description
    TimeSeries.Norm.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    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.Norm
    Modifier and Type
    Method
    Description
    void
    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