# HG changeset patch # User ximgchess # Date 1607380334 0 # Node ID f0db3e3b9d991786c42f969b8d6f4568cfe5ecce # Parent a0be4e3aa66dd145963a5a86db04891e2028445f "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 447defcd2ae30127f163e6a3adec52926f4a6c9c" diff -r a0be4e3aa66d -r f0db3e3b9d99 hexrd_find_orientations.xml --- a/hexrd_find_orientations.xml Mon Nov 23 16:20:31 2020 +0000 +++ b/hexrd_find_orientations.xml Mon Dec 07 22:32:14 2020 +0000 @@ -78,7 +78,10 @@ diff -r a0be4e3aa66d -r f0db3e3b9d99 hexrd_fit_grains.xml --- a/hexrd_fit_grains.xml Mon Nov 23 16:20:31 2020 +0000 +++ b/hexrd_fit_grains.xml Mon Dec 07 22:32:14 2020 +0000 @@ -1,4 +1,4 @@ - + Extracts G vectors, grain position and strain macros.xml @@ -67,7 +67,10 @@ diff -r a0be4e3aa66d -r f0db3e3b9d99 macros.xml --- a/macros.xml Mon Nov 23 16:20:31 2020 +0000 +++ b/macros.xml Mon Dec 07 22:32:14 2020 +0000 @@ -124,8 +124,10 @@
- - ^\d(,\d)*$ + + + commas separated list of planes, e.g.: 0,1,2,3,4,5 + ^\d(,\d)*$
@@ -136,7 +138,9 @@ - + + + commas separated list of planes, e.g.: 0,1,2 (subset of active hkl planes) ^\d(,\d)*$ @@ -311,11 +315,8 @@ fit_grains: do_fit: $do_fit # if false, extracts grains but doesn't fit. defaults to true - # estimate: null - npdiv: $npdiv # number of polar pixel grid subdivisions, defaults to 2 - threshold: $threshold #set $tth = [] @@ -323,9 +324,9 @@ #set $omega = [] #set refit = '[' + str($tolerance.refit) + ']' #for $tol in $tolerance.tolerance_lists -$tth.append(float($tol.tth)) -$eta.append(float($tol.eta)) -$omega.append(float($tol.omega)) +#silent $tth.append(float($tol.tth)) +#silent $eta.append(float($tol.eta)) +#silent $omega.append(float($tol.omega)) #end for tolerance: tth: $tth # tolerance lists must be identical length @@ -339,5 +340,42 @@ tth_max: $tolerance.max_tth.tth_max_value # true, false, or a non-negative value, defaults to true #end if ]]> + + + + + + + + +