Click or drag to resize

CSEGYREADERSetZOffsetConfiguration Method

Specifies where the z-offset (time delay) comes from: can be a field in the binary file header, a field in the trace header, or a value specified by the user.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetZOffsetConfiguration(
	string which_header,
	int location,
	double value
)

public void SetZOffsetConfiguration(
	string which_header,
	int location,
	double value
)

Parameters

which_header
Type: SystemString
Which header contains the z offset: "file_header", "trace_header" or "none"
location
Type: SystemInt32
If `which_header` is "file_header" or "trace_header", then this parameter is the offset of the field. If `which_header` is "none", then this parameter is ignored.
value
Type: SystemDouble
If `which_header` is "file_header" or "trace_header", then this parameter is ignored. If `which_header` is "none", then this parameter is the z offset.
See Also