clearer help
This commit is contained in:
parent
d38ab0e07a
commit
50d47908fb
|
@ -1165,10 +1165,10 @@ class Crystal():
|
||||||
----------
|
----------
|
||||||
model : str
|
model : str
|
||||||
Name of orientation relationship.
|
Name of orientation relationship.
|
||||||
target : Crystal
|
target : Crystal, optional
|
||||||
Crystal to transform to.
|
Crystal to transform to.
|
||||||
Providing this parameter allows specification of non-standard lattice parameters.
|
Providing this parameter allows specification of non-standard lattice parameters.
|
||||||
Defaults to standard parameters of target lattice.
|
Default is inferred from selected model and uses standard lattice parameters.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -878,8 +878,10 @@ class Orientation(Rotation,Crystal):
|
||||||
----------
|
----------
|
||||||
model : str
|
model : str
|
||||||
Orientation relationship model selected from self.orientation_relationships.
|
Orientation relationship model selected from self.orientation_relationships.
|
||||||
target : Crystal
|
target : Crystal, optional
|
||||||
Crystal to transform to.
|
Crystal to transform to.
|
||||||
|
Providing this parameter allows specification of non-standard lattice parameters.
|
||||||
|
Default is inferred from selected model and uses standard lattice parameters.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue