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.

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 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