LambertProjection#

class kikuchipy.projections.LambertProjection[source]#

Bases: object

[Deprecated] Lambert projection of a vector [Callahan and De Graef, 2013].

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.

Methods

LambertProjection.gnomonic_to_lambert(xy)

[Deprecated] Convert (n, 2) array from Gnomonic via Cartesian coordinates to Lambert.

LambertProjection.lambert_to_gnomonic(xy)

[Deprecated] Convert (n, 2) array from Lambert via Cartesian coordinates to Gnomonic.

LambertProjection.vector2xy(v)

[Deprecated] Convert vector(s) from Cartesian to the Lambert projection.

LambertProjection.xy2vector(xy)

[Deprecated] Convert (n, 2) array from Lambert to Cartesian coordinates.