Skip to content

Commit

Permalink
Clarify Parallel2dProjector angles
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-T-McCann committed Oct 3, 2023
1 parent c1d67ca commit c2ad682
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scico/linop/xray/_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ def __init__(
r"""
Args:
im_shape: Shape of input array.
angles: (num_angles,) array of angles in radians.
angles: (num_angles,) array of angles in radians. Viewing an
(M, N) array as a matrix with M rows and N columns, an
angle of 0 corresponds to summing rows, an angle of pi/2
corresponds to summing columns, and an angle of pi/4
corresponds to summing along antidiagonals.
det_length: Length of detector. If ``None``, defaults to the
length of diagonal of `im_shape`.
dither: If ``True`` randomly shift pixel locations to
Expand Down

0 comments on commit c2ad682

Please sign in to comment.