Skip to content

Commit

Permalink
Merge pull request #132 from ornlneutronimaging/131_emission
Browse files Browse the repository at this point in the history
Removed flag. this refs #131
  • Loading branch information
JeanBilheux authored Jan 5, 2022
2 parents 1a59a8c + a63d3f6 commit 4d109e1
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 4d109e1

Please sign in to comment.