From 50d47908fbe7e8a73ae4b622741fe6a72aafccfb Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 6 Nov 2023 10:00:07 -0500 Subject: [PATCH] clearer help --- python/damask/_crystal.py | 4 ++-- python/damask/_orientation.py | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/python/damask/_crystal.py b/python/damask/_crystal.py index 8718b79c5..f5034a4a4 100644 --- a/python/damask/_crystal.py +++ b/python/damask/_crystal.py @@ -1165,10 +1165,10 @@ class Crystal(): ---------- model : str Name of orientation relationship. - target : Crystal + target : Crystal, optional Crystal to transform to. 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 ------- diff --git a/python/damask/_orientation.py b/python/damask/_orientation.py index 72e289859..ca757166a 100644 --- a/python/damask/_orientation.py +++ b/python/damask/_orientation.py @@ -878,8 +878,10 @@ class Orientation(Rotation,Crystal): ---------- model : str Orientation relationship model selected from self.orientation_relationships. - target : Crystal + target : Crystal, optional 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 -------