Click or drag to resize
CGUGeonicsDAT2DB Method
Convert a Geonics EM31/EM38/EM61 file in DAT format to a database.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 GeonicsDAT2DB(
	CGXNETCore gxNetShared,
	CDB db,
	CRA ra,
	CWA log_wa,
	double line_mult,
	double stat_mult
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
DB handle
ra
Type: GeoEngine.Core.GXNetXCRA
RA handle
log_wa
Type: GeoEngine.Core.GXNetXCWA
Log file WA handle
line_mult
Type: SystemDouble
Line multiplier
stat_mult
Type: SystemDouble
Station multiplier - Not used in the calculation
See Also