obspy.taup.helper_classes.DepthRange

class DepthRange(topDepth=None, botDepth=None, ray_param=-1)[source]

Convenience class for storing a depth range. It has a top and a bottom and can have an associated ray parameter.

Attributes

__doc__ unicode(string [, encoding[, errors]]) -> object
__module__ str(object) -> string

Private Methods

_to_array Store all attributes for serialization in a structured array.

Special Methods

__init__