Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion odl/phantom/transmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _shepp_logan_ellipse_2d():
"""Return ellipse parameters for a 2d Shepp-Logan phantom.

This assumes that the ellipses are contained in the square
[-1, -1]x[-1, -1].
[-1, 1]x[-1, 1].
"""
rad18 = np.deg2rad(18.0)
# value axisx axisy x y rotation
Expand Down