obspy.taup.helper_classes.SplitLayerInfo

class SplitLayerInfo

Bases: tuple

SplitLayerInfo(sMod, neededSplit, movedSample, ray_param)

Attributes

__dict__
__doc__ str(object) -> string
__module__ str(object) -> string
__slots__ tuple() -> empty tuple
movedSample Alias for field number 2
neededSplit Alias for field number 1
ray_param Alias for field number 3
sMod Alias for field number 0

Private Methods

_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

__getnewargs__ Return self as a plain tuple.
__repr__ Return a nicely formatted representation string