obspy.taup.helper_classes.SplitLayerInfo¶
- class SplitLayerInfo¶
Bases: builtins.tuple
SplitLayerInfo(s_mod, needed_split, moved_sample, ray_param)
Attributes
__doc__ str(object=’‘) -> str __module__ str(object=’‘) -> str __slots__ tuple() -> empty tuple 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 index Raises ValueError if the value is not present. 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. __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().