geoana.em.tdem.VerticalMagneticDipoleHalfSpace.dot_orientation#
- VerticalMagneticDipoleHalfSpace.dot_orientation(vecs)#
Dot product between the orientation of the source and a gridded set of vectors.
Where
is the vector defining the dipole moment direction and is a 3D vector, this method returns the dot product:for all vectors
supplied in the input argumentvecs
.- Parameters:
- vecs(n, 3) numpy.ndarray
A set of 3D vectors
- Returns:
numpy.ndarray Dot product between the dipole moment direction (orientation) and each vector supplied.