Click or drag to resize
CIPImportIPDATA2 Method
Imports data in the Geosoft IPDATA format - up to two arrays.

Available since Oasis montaj version: 5.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The second channel may be specified for frequency domain data sets with two array channels; e.g. amplitude and phase, or real and imaginary parts. If the second channel is specified, and no time or frequncy information is specified in the header (using the T= or F= fields) then the import is assumed to be frequency domain.
Syntax
public void ImportIPDATA2(
	CDB db,
	string file,
	string chan,
	string chan2
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to import to
file
Type: SystemString
IPDATA file name
chan
Type: SystemString
Channel to import to (default is "IP")
chan2
Type: SystemString
(optional) Second channel to import to
See Also