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