Mercurial > repos > ximgchess > chap_test_20230411
changeset 110:ce8253f365d3 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author | ximgchess |
---|---|
date | Fri, 26 May 2023 14:32:56 +0000 |
parents | 26a4eb159e88 |
children | e319f10f14c2 |
files | tomo/.tomo_reduce.xml.swp tomo/tomo_reduce.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo/tomo_reduce.xml Fri May 26 14:28:57 2023 +0000 +++ b/tomo/tomo_reduce.xml Fri May 26 14:32:56 2023 +0000 @@ -31,13 +31,13 @@ <![CDATA[#slurp #if str($map.detector.type_selector) == "manual" #echo 'detector:' # -#echo ' prefix: $map.detector.prefix' # -#echo ' rows: str($map.detector.rows)' # -#echo ' columns: str($map.detector.columns)' # +#echo ' prefix: ' + $map.detector.prefix # +#echo ' rows: ' + str($map.detector.rows) # +#echo ' columns: ' + str($map.detector.columns) # #echo ' pixel_size:' # #echo ' - ' + str($map.detector.x_pixelsize) # #echo ' - ' + str($map.detector.y_pixelsize) # -#echo ' lens_magnification: str($map.detector.lens_magnification)' # +#echo ' lens_magnification: ' + str($map.detector.lens_magnification) # #end if #echo 'img_x_bounds:' # #if str($img_x_bounds.type_selector) == "full_range"