Skip to content

Commit

Permalink
Removed flag. this refs #131
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Jan 5, 2022
1 parent 1a59a8c commit a63d3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/imars3d/CTProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a63d3f6

Please sign in to comment.