Click or drag to resize

CSEGYREADERGetTraceDataAt Method

Get the SEG Y trace file data for a particular data type, number of samples, and starting trace

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

public CVV GetTraceDataAt(
	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 traces
See Also