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
is the vector defining the orientation of the source and is a 3D vector, this method returns the cross product:for all vectors
supplied in the input argumentvecs
.- Parameters:
- vecs(n, 3) numpy.ndarray
A set of 3D vectors
- Returns:
numpy.ndarray Cross product between each vector supplied and the source orientation.