SphericalProjection#

class kikuchipy.projections.SphericalProjection[source]#

Bases: object

[Deprecated] Spherical projection of a cartesian vector according to the ISO 31-11 standard.

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

SphericalProjection.spherical_region

Methods

SphericalProjection.vector2xy(v)

[Deprecated] Convert from cartesian to spherical coordinates according to the ISO 31-11 standard.