changeset 109:26a4eb159e88 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author ximgchess
date Fri, 26 May 2023 14:28:57 +0000
parents 5ceeb0120425
children ce8253f365d3
files tomo/.tomo_reduce.xml.swp tomo/tomo_reduce.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
Binary file tomo/.tomo_reduce.xml.swp has changed
--- a/tomo/tomo_reduce.xml	Fri May 26 14:02:35 2023 +0000
+++ b/tomo/tomo_reduce.xml	Fri May 26 14:28:57 2023 +0000
@@ -31,13 +31,13 @@
             <![CDATA[#slurp
 #if str($map.detector.type_selector) == "manual"
 #echo 'detector:' #
-#echo '  prefix: $prefix' #
-#echo '  rows: str($rows)' #
-#echo '  columns: str($columns)' #
+#echo '  prefix: $map.detector.prefix' #
+#echo '  rows: str($map.detector.rows)' #
+#echo '  columns: str($map.detector.columns)' #
 #echo '  pixel_size:' #
-#echo '  - ' + str($x_pixelsize) #
-#echo '  - ' + str($y_pixelsize) #
-#echo '  lens_magnification: str($lens_magnification)' #
+#echo '  - ' + str($map.detector.x_pixelsize) #
+#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) == "full_range"