common help formulation

This commit is contained in:
Martin Diehl 2021-09-01 22:33:04 +02:00
parent a6842abebf
commit 68ac855f45
1 changed files with 4 additions and 4 deletions

View File

@ -1055,10 +1055,10 @@ class Rotation:
Parameters Parameters
---------- ----------
alpha : numpy.ndarray of size 2 alpha : numpy.ndarray of shape (2)
Polar coordinates (phi from x,theta from z) of fiber direction in crystal frame. Polar coordinates (phi from x, theta from z) of fiber direction in crystal frame.
beta : numpy.ndarray of size 2 beta : numpy.ndarray of shape (2)
Polar coordinates (phi from x,theta from z) of fiber direction in sample frame. Polar coordinates (phi from x, theta from z) of fiber direction in sample frame.
sigma : float, optional sigma : float, optional
Standard deviation of (Gaussian) misorientation distribution. Standard deviation of (Gaussian) misorientation distribution.
Defaults to 0. Defaults to 0.