no connection to the class
This commit is contained in:
parent
cb8dbf6eda
commit
9c9286a4be
|
@ -1169,8 +1169,8 @@ class Orientation(Rotation):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@classmethod
|
@staticmethod
|
||||||
def Bravais_to_Miller(cls,*,uvtw=None,hkil=None):
|
def Bravais_to_Miller(*,uvtw=None,hkil=None):
|
||||||
"""
|
"""
|
||||||
Transform 4 Miller–Bravais indices to 3 Miller indices of crystal direction [uvw] or plane normal (hkl).
|
Transform 4 Miller–Bravais indices to 3 Miller indices of crystal direction [uvw] or plane normal (hkl).
|
||||||
|
|
||||||
|
@ -1197,8 +1197,8 @@ class Orientation(Rotation):
|
||||||
return np.einsum('il,...l',basis,axis)
|
return np.einsum('il,...l',basis,axis)
|
||||||
|
|
||||||
|
|
||||||
@classmethod
|
@staticmethod
|
||||||
def Miller_to_Bravais(cls,*,uvw=None,hkl=None):
|
def Miller_to_Bravais(*,uvw=None,hkl=None):
|
||||||
"""
|
"""
|
||||||
Transform 3 Miller indices to 4 Miller–Bravais indices of crystal direction [uvtw] or plane normal (hkil).
|
Transform 3 Miller indices to 4 Miller–Bravais indices of crystal direction [uvtw] or plane normal (hkil).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue