obspy.taup.helper_classes.SplitLayerInfo

class SplitLayerInfo(s_mod, needed_split, moved_sample, ray_param)

Bases: tuple

Attributes

__doc__
__module__
__slots__
moved_sample Alias for field number 2
needed_split Alias for field number 1
ray_param Alias for field number 3
s_mod Alias for field number 0

Public Methods

count Return number of occurrences of value.
index Return first index of value.

Private Methods

Warning

Private methods are mainly for internal/developer use and their API might change without notice.

_asdict Return a new OrderedDict which maps field names to their values.
_make Make a new SplitLayerInfo object from a sequence or iterable
_replace Return a new SplitLayerInfo object replacing specified fields with new values

Special Methods

__dir__ Default dir() implementation.
__format__ Default object formatter.
__getnewargs__ Return self as a plain tuple.
__init_subclass__ This method is called when a class is subclassed.
__new__ Create new instance of SplitLayerInfo(s_mod, needed_split, moved_sample, ray_param)
__reduce__ Helper for pickle.
__reduce_ex__ Helper for pickle.
__repr__ Return a nicely formatted representation string
__sizeof__ Size of object in memory, in bytes.
__subclasshook__ Abstract classes can override this to customize issubclass().