Skip to content

Commit

Permalink
Fix minor docs error (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg authored May 16, 2024
1 parent 71b15ff commit 48e0b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scico/linop/xray/astra.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ def __init__(
"""
Args:
input_shape: Shape of the input array.
det_spacing: Spacing between detector elements. See the
`astra documentation <https://www.astra-toolbox.com/docs/geom2d.html#projection-geometries>`__
for more information..
det_count: Number of detector elements. See the
`astra documentation <https://www.astra-toolbox.com/docs/geom2d.html#projection-geometries>`__
for more information.
det_spacing: Spacing between detector elements. See the
`astra documentation <https://www.astra-toolbox.com/docs/geom2d.html#projection-geometries>`__
for more information..
angles: Array of projection angles in radians.
volume_geometry: Specification of the shape of the
discretized reconstruction volume. Must either ``None``,
Expand Down

0 comments on commit 48e0b21

Please sign in to comment.