Click or drag to resize
SoVRSegyFileHeaderFixedLengthTraceFlag Property

Fixed trace length flag 1: All traces in this SEG Y file are guaranteed to have the same sample interval and number of samples, as specified in hdt and hns.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public short FixedLengthTraceFlag { get; set; }

Property Value

Type: Int16
Remarks

2: The length of the traces in the file may vary and the number of samples in ns of the Trace Header must be examined to determine the actual length of each trace.

See Also