geoana.em.tdem.ElectricDipoleWholeSpace.cross_orientation#

ElectricDipoleWholeSpace.cross_orientation(xyz)#

Cross products between a gridded set of vectors and the orientation of the source.

Where p is the vector defining the orientation of the source and v is a 3D vector, this method returns the cross product:

v×p

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 Cross product between each vector supplied and the source orientation.