Mercurial > repos > rv43 > tomo
diff tomo.py @ 36:7ffde31e1e07 draft
"planemo upload for repository https://github.com/rolfverberg/galaxytools commit 0aa4a3d4fc0e1bbe4f1140ea0232cfd42831ac32"
author | rv43 |
---|---|
date | Tue, 19 Apr 2022 18:03:03 +0000 |
parents | 20829cd7aaef |
children | 51dc93d0806a |
line wrap: on
line diff
--- a/tomo.py Tue Apr 19 17:58:05 2022 +0000 +++ b/tomo.py Tue Apr 19 18:03:03 2022 +0000 @@ -1186,7 +1186,8 @@ # try automatic center finding routines for initial value logging.info('tomopy.find_center_vo start') - tomo_center = tomopy.find_center_vo(sinogram, ncore=num_core) + #tomo_center = tomopy.find_center_vo(sinogram, ncore=num_core) + tomo_center = tomopy.find_center_vo(sinogram, ncore=1) logging.info('tomopy.find_center_vo end') center_offset_vo = tomo_center-center if self.test_mode: