Click or drag to resize

CGUDipoleMag Method

Calculate a dipole magnetic field into XYZ file

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DipoleMag(
	string xyz_file,
	double depth,
	double inc,
	int nx,
	int ny,
	double dx,
	double dy
)

public static void DipoleMag(
	string xyz_file,
	double depth,
	double inc,
	int nx,
	int ny,
	double dx,
	double dy
)

Parameters

xyz_file
Type: SystemString
sXYZ
depth
Type: SystemDouble
rDepth
inc
Type: SystemDouble
rInc
nx
Type: SystemInt32
iNX
ny
Type: SystemInt32
iNY
dx
Type: SystemDouble
rDX
dy
Type: SystemDouble
rDY
See Also