PointDipole

class emg3d.surveys.PointDipole(name: str, xco: float, yco: float, zco: float, azm: float, dip: float, electric: bool)[source]

Bases: object

Infinitesimal small electric or magnetic point dipole.

Defined by its coordinates (xco, yco, zco), its azimuth (azm), its dip, and its type (electric).

Not meant to be used directly. Use Dipole instead.

Parameters:
name : str

Dipole name.

xco, yco, zco : float

x-, y-, and z-coordinates (m).

azm, dip : float

Angles (in degrees °); coordinate system is right-handed with positive z up; East-North-Depth:

  • azimuth (°): horizontal deviation from x-axis, anti-clockwise.
  • +/-dip (°): vertical deviation from xy-plane down/up-wards.
electric : bool

Electric dipole if True, magnetic dipole otherwise. Default is True.

Attributes Summary

azm
dip
electric
name
xco
yco
zco

Attributes Documentation

azm
dip
electric
name
xco
yco
zco