Click or drag to resize

CIP.ExportIPRED Method

Exports pseudo-section in the Geosoft IPRED format.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ExportIPRED(
	CDB db,
	string title,
	string chan,
	string suffix,
	int filter,
	string wts,
	double stn1,
	double stn2,
	int max_n
)

public void ExportIPRED(
	CDB db,
	string title,
	string chan,
	string suffix,
	int filter,
	string wts,
	double stn1,
	double stn2,
	int max_n
)

Parameters

db
Type: GeoEngine.Core.GXNet.CDB
Database to export from
title
Type: System.String
Title for first line of file
chan
Type: System.String
Channel to process
suffix
Type: System.String
File suffix (type)
filter
Type: System.Int32
<define>IP_FILTER</define>
wts
Type: System.String
The Fraser Filter weights
stn1
Type: System.Double
First Station position (<define>rDUMMY</define> for default)
stn2
Type: System.Double
Last Station position (<define>rDUMMY</define> for default)
max_n
Type: System.Int32
Maximum n spacing
Remarks
The Fraser Filter weights apply to each N expansion above, and are listed as w1,w2,w3,... Unspecified values beyond the list's end are set to 1.0.
See Also