geoana.em.tdem.ElectricDipoleWholeSpace.dot_orientation#

ElectricDipoleWholeSpace.dot_orientation(vecs)#

Dot product between the orientation of the source and a gridded set of vectors.

Where p is the vector defining the dipole moment direction and v is a 3D vector, this method returns the dot product:

pv

for all vectors v supplied in the input argument vecs.

Parameters:
vecs(n, 3) numpy.ndarray

A set of 3D vectors

Returns:
  1. numpy.ndarray Dot product between the dipole moment direction (orientation) and each vector supplied.