changeset 26:7791b6e7d4e6 draft

"planemo upload for repository https://github.com/rolfverberg/galaxytools commit a32862f90d84bccbdc4afd5bbc0ec268ea71216e"
author rv43
date Mon, 18 Apr 2022 20:54:59 +0000
parents 1728c330a87d
children 9d631a5e118f
files tomo.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tomo.py	Mon Apr 18 20:42:10 2022 +0000
+++ b/tomo.py	Mon Apr 18 20:54:59 2022 +0000
@@ -1183,6 +1183,7 @@
         center = sinogram.shape[1]/2
 
         # try automatic center finding routines for initial value
+        num_core=1
         print(f'OK2 numcore = {num_core}')
         tomo_center = tomopy.find_center_vo(sinogram, ncore=num_core)
         center_offset_vo = tomo_center-center