Click or drag to resize
CGUGeonics3138Dump2DB Method
Convert a Geonics EM31/EM38 file in dump format to a database.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Assumes that the database is new and empty. If not, existing channels with names X, Y, Station, Conductivity, Inphase, Quadrature, and Time will deleted and then created. Existing lines will be erased and then created if they are the same as the new ones.
Syntax
public static void Geonics3138Dump2DB(
	CDB oDB1,
	CRA oRA2,
	CRA oRA3,
	CWA oWA4,
	double d5,
	double d6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB handle
oRA2
Type: GeoEngine.Core.GXNetCRA
RA handle, Header file
oRA3
Type: GeoEngine.Core.GXNetCRA
RA handle, Dump file
oWA4
Type: GeoEngine.Core.GXNetCWA
Log file WA handle
d5
Type: SystemDouble
Line multiplier
d6
Type: SystemDouble
Station multiplier
See Also