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