obspy.io.segy.segy.SEGYTrace ============================ .. currentmodule:: obspy.io.segy.segy .. autoclass:: SEGYTrace :show-inheritance: .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~SEGYTrace.to_obspy_trace ~SEGYTrace.write .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: SEGYTrace._create_empty_trace .. automethod:: SEGYTrace._read_trace .. automethod:: SEGYTrace._repr_pretty_ .. rubric:: Special Methods .. automethod:: SEGYTrace.__delattr__ .. automethod:: SEGYTrace.__dir__ .. automethod:: SEGYTrace.__eq__ .. automethod:: SEGYTrace.__format__ .. automethod:: SEGYTrace.__ge__ .. automethod:: SEGYTrace.__getattr__ .. automethod:: SEGYTrace.__getattribute__ .. automethod:: SEGYTrace.__gt__ .. automethod:: SEGYTrace.__hash__ .. automethod:: SEGYTrace.__init__ .. automethod:: SEGYTrace.__init_subclass__ .. automethod:: SEGYTrace.__le__ .. automethod:: SEGYTrace.__lt__ .. automethod:: SEGYTrace.__ne__ .. automethod:: SEGYTrace.__new__ .. automethod:: SEGYTrace.__reduce__ .. automethod:: SEGYTrace.__reduce_ex__ .. automethod:: SEGYTrace.__repr__ .. automethod:: SEGYTrace.__setattr__ .. automethod:: SEGYTrace.__sizeof__ .. automethod:: SEGYTrace.__str__ .. automethod:: SEGYTrace.__subclasshook__