GnomonicProjection#

class kikuchipy.projections.GnomonicProjection[source]#

Bases: SphericalProjection

[Deprecated] Gnomonic projection of a vector as implemented in MTEX.

Deprecated since version 0.8.0: This class is deprecated and will be removed in 0.9.0, since it is not used internally. If you depend on this class, please open an issue at pyxem/kikuchipy#issues.

Attributes

Methods

GnomonicProjection.vector2xy(v)

[Deprecated] Convert from 3D cartesian coordinates \((x, y, z)\) to 2D Gnomonic coordinates \((x_g, y_g)\).

GnomonicProjection.xy2vector(xy)

[Deprecated] Convert from 2D Gnomonic coordinates \((x_g, y_g)\) to 3D cartesian coordiantes \((x, y, z)\).