From a63d3f6c6cf562956d5af8d4425c77cb65437290 Mon Sep 17 00:00:00 2001 From: JeanBilheux Date: Wed, 5 Jan 2022 10:31:06 -0500 Subject: [PATCH] Removed flag. this refs #131 --- python/imars3d/CTProcessor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/imars3d/CTProcessor.py b/python/imars3d/CTProcessor.py index 34eb42de..0fa79a93 100644 --- a/python/imars3d/CTProcessor.py +++ b/python/imars3d/CTProcessor.py @@ -396,8 +396,8 @@ def reconstruct( tomopy.write_center( proj.copy(), theta, cen_range=[X//2-DEVIATION, X//2+DEVIATION, 1.], - dpath=dpath, - emission=False) + dpath=dpath) + if rot_center is None: print("* Computing rotation center using 180deg pairs...") from .tilt import find_rot_center