Click or drag to resize

CIP.ExportSGDF Method

Exports data to a Scintrex Geophysical Data Format file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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.GXNet.CDB
Database to export from
file
Type: System.String
SGDF file to create
chan
Type: System.String
Time Domain channel or Frequency Amplitude Channel
chan2
Type: System.String
Frequency Domain Phase channel (optional)
See Also