Click or drag to resize
CSEGYREADERGetTraceHeaderAt Method
Get the SEG Y trace file header data for a particular starting trace

Available since Oasis montaj version: 9.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public CVV GetTraceHeaderAt(
	string data_type_name,
	int number_of_samples,
	int current_trace,
	int is_big_endian
)

Parameters

data_type_name
Type: SystemString
The name of a supported data type.
number_of_samples
Type: SystemInt32
The number of samples to return
current_trace
Type: SystemInt32
The trace to start at
is_big_endian
Type: SystemInt32
1 for big endian, 0 for small

Return Value

Type: CVV
:class:'VV' containing the data from the trace header
See Also