obspy.core.event.header.AmplitudeCategory

AmplitudeCategory = Enum(["point", "mean", "duration", "period", "integral", "other"])

Amplitude category. This attribute describes the way the waveform trace is evaluated to derive an amplitude value. This can be just reading a single value for a given point in time (point), taking a mean value over a time interval (mean), integrating the trace over a time interval (integral), specifying just a time interval (duration), or evaluating a period (period). Allowed values are:

  • "point"
  • "mean"
  • "duration"
  • "period"
  • "integral"
  • "other"