changeset 116:7280ef006c96 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author ximgchess
date Tue, 30 May 2023 13:09:41 +0000
parents da7522d77581
children bca3d915f662
files tomo/tomo_reduce.xml
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tomo/tomo_reduce.xml	Tue May 30 12:52:12 2023 +0000
+++ b/tomo/tomo_reduce.xml	Tue May 30 13:09:41 2023 +0000
@@ -41,11 +41,8 @@
 #echo '  - ' + str($map.detector.y_pixelsize) #
 #echo '  lens_magnification: ' + str($map.detector.lens_magnification) #
 #end if
+#if str($img_x_bounds.type_selector) == "enter_range"
 #echo 'img_x_bounds:' #
-#if str($img_x_bounds.type_selector) == "full_range"
-#echo '- -1' #
-#echo '- -1' #
-#else
 #echo '- ' + str($img_x_bounds.low) #
 #echo '- ' + str($img_x_bounds.upp) #
 #end if