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