From 82b33339508d5ca22afe179be8b9e4916fa5403e Mon Sep 17 00:00:00 2001 From: Carter Francis Date: Mon, 6 May 2024 12:56:57 -0500 Subject: [PATCH] Documentation: Remove lattice rotation --- diffsims/crystallography/reciprocal_lattice_vector.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/diffsims/crystallography/reciprocal_lattice_vector.py b/diffsims/crystallography/reciprocal_lattice_vector.py index 222a9a25..b424c0d7 100644 --- a/diffsims/crystallography/reciprocal_lattice_vector.py +++ b/diffsims/crystallography/reciprocal_lattice_vector.py @@ -78,10 +78,6 @@ class ReciprocalLatticeVector(Vector3d): Indices of reciprocal lattice vector(s), often preferred over ``hkl`` in trigonal and hexagonal lattices. Default is ``None``. This, ``xyz``, or ``hkl`` is required. - lattice_rotation : 3x3 numpy.ndarray, list, or tuple, optional - Rotation matrix applied to the reciprocal lattice vector(s) and the - lattice of the phase. Default is ``None`` which corresponds to the - identity matrix. Examples --------