Click or drag to resize
SoVRSegyFileReader.SetSegyByteOrder Method

Sets the byte ordering to use when reading the SEGY file.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void SetSegyByteOrder(
	SoVRSegyFileReader. SegyByteOrders byteOrder
)

Parameters

byteOrder
Type: OIV.VolumeViz.Readers.SoVRSegyFileReader.SegyByteOrders
Remarks

The default value is SEGY_LITTLE_ENDIAN. In most cases, even when the SEGY file is big endian, the SEGY file reader is able to detect this and read the file accordingly. This method is for the very rare case when the automatic byte order detection fails.

See Also