diff tomo_reconstruct.py @ 21:3caba2116858 draft

"planemo upload for repository https://github.com/rolfverberg/galaxytools commit e32e37ee46f47b185f924884685eb1d464761e86"
author rv43
date Mon, 18 Apr 2022 19:43:15 +0000
parents 7f723407beb3
children ba5866d0251d
line wrap: on
line diff
--- a/tomo_reconstruct.py	Mon Apr 18 18:10:07 2022 +0000
+++ b/tomo_reconstruct.py	Mon Apr 18 19:43:15 2022 +0000
@@ -61,10 +61,8 @@
 
     # Reconstruct tomography stacks
     galaxy_param = {'center_offsets' : args.center_offsets, 'output_name' : args.output_data}
-    print(f'Here galaxy_param = {galaxy_param}')
     logging.info(f'galaxy_param = {galaxy_param}')
     tomo.reconstructTomoStacks(galaxy_param)
-    print('Here')
 
     # Displaying memory usage
     logging.info(f'Memory usage: {tracemalloc.get_traced_memory()}')