clearer help

This commit is contained in:
Philip Eisenlohr 2023-11-06 10:00:07 -05:00
parent d38ab0e07a
commit 50d47908fb
2 changed files with 5 additions and 3 deletions

View File

@ -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
------- -------

View File

@ -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
------- -------