Click or drag to resize

CIPExportSGDF Method

Exports data to a Scintrex Geophysical Data Format file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportSGDF(
	CDB db,
	string file,
	string chan,
	string chan2
)

public void ExportSGDF(
	CDB db,
	string file,
	string chan,
	string chan2
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to export from
file
Type: SystemString
SGDF file to create
chan
Type: SystemString
Time Domain channel or Frequency Amplitude Channel
chan2
Type: SystemString
Frequency Domain Phase channel (optional)
See Also