obspy.core.event.header.SourceTimeFunctionType

SourceTimeFunctionType = Enum(["box car", "triangle", "trapezoid", "unknown"])

Type of source time function. Allowed values are:

  • "box car"

  • "triangle"

  • "trapezoid"

  • "unknown"