 | CGUGeonics3138Dump2DB Method |
Convert a Geonics EM31/EM38 file in dump format to a database.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Geonics3138Dump2DB(
CDB db,
CRA r_ah,
CRA r_ad,
CWA log_wa,
double line_mult,
double stat_mult
)
public static void Geonics3138Dump2DB(
CDB db,
CRA r_ah,
CRA r_ad,
CWA log_wa,
double line_mult,
double stat_mult
)
Public Shared Sub Geonics3138Dump2DB (
db As CDB,
r_ah As CRA,
r_ad As CRA,
log_wa As CWA,
line_mult As Double,
stat_mult As Double
)
Public Shared Sub Geonics3138Dump2DB (
db As CDB,
r_ah As CRA,
r_ad As CRA,
log_wa As CWA,
line_mult As Double,
stat_mult As Double
)
public:
static void Geonics3138Dump2DB(
CDB^ db,
CRA^ r_ah,
CRA^ r_ad,
CWA^ log_wa,
double line_mult,
double stat_mult
)
public:
static void Geonics3138Dump2DB(
CDB^ db,
CRA^ r_ah,
CRA^ r_ad,
CWA^ log_wa,
double line_mult,
double stat_mult
)
static member Geonics3138Dump2DB :
db : CDB *
r_ah : CRA *
r_ad : CRA *
log_wa : CWA *
line_mult : float *
stat_mult : float -> unit
static member Geonics3138Dump2DB :
db : CDB *
r_ah : CRA *
r_ad : CRA *
log_wa : CWA *
line_mult : float *
stat_mult : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
DB handle - r_ah
- Type: GeoEngine.Core.GXNetCRA
RA handle, Header file - r_ad
- Type: GeoEngine.Core.GXNetCRA
RA handle, Dump file - log_wa
- Type: GeoEngine.Core.GXNetCWA
Log file WA handle - line_mult
- Type: SystemDouble
Line multiplier - stat_mult
- Type: SystemDouble
Station multiplier
Remarks
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.
See Also