Click or drag to resize

CIPExportIPRED Method

Exports pseudo-section in the Geosoft IPRED format.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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.GXNetXCDB
Database to export from
title
Type: SystemString
Title for first line of file
chan
Type: SystemString
Channel to process
suffix
Type: SystemString
File suffix (type)
filter
Type: SystemInt32
<define>IP_FILTER</define>
wts
Type: SystemString
The Fraser Filter weights
stn1
Type: SystemDouble
First Station position (<define>rDUMMY</define> for default)
stn2
Type: SystemDouble
Last Station position (<define>rDUMMY</define> for default)
max_n
Type: SystemInt32
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