changeset 125:1d40ef04d7ec draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author ximgchess
date Tue, 30 May 2023 15:18:46 +0000
parents 020caca70a9a
children ca285a3cc30b
files tomo/.tomo_reconstruct.xml.swp tomo/tomo_reconstruct.xml tomo/tomo_reduce.xml
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file tomo/.tomo_reconstruct.xml.swp has changed
--- a/tomo/tomo_reconstruct.xml	Tue May 30 15:14:56 2023 +0000
+++ b/tomo/tomo_reconstruct.xml	Tue May 30 15:18:46 2023 +0000
@@ -17,13 +17,13 @@
     <configfiles>
         <configfile name="tool_config">
             <![CDATA[#slurp
+#echo 'x_bounds:' #
 #if str($x_bounds.type_selector) == "enter_range"
-#echo 'x_bounds:' #
 #echo '- ' + str($x_bounds.low) #
 #echo '- ' + str($x_bounds.upp) #
 #end if
+#echo 'y_bounds:' #
 #if str($y_bounds.type_selector) == "enter_range"
-#echo 'y_bounds:' #
 #echo '- ' + str($y_bounds.low) #
 #echo '- ' + str($y_bounds.upp) #
 #end if
--- a/tomo/tomo_reduce.xml	Tue May 30 15:14:56 2023 +0000
+++ b/tomo/tomo_reduce.xml	Tue May 30 15:18:46 2023 +0000
@@ -41,8 +41,8 @@
 #echo '  - ' + str($map.detector.y_pixelsize) #
 #echo '  lens_magnification: ' + str($map.detector.lens_magnification) #
 #end if
+#echo 'img_x_bounds:' #
 #if str($img_x_bounds.type_selector) == "enter_range"
-#echo 'img_x_bounds:' #
 #echo '- ' + str($img_x_bounds.low) #
 #echo '- ' + str($img_x_bounds.upp) #
 #end if