Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Jan 29, 2025
1 parent c4ebb68 commit d0e17f0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions scico/linop/xray/astra.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,15 @@ def convert_to_scico_geometry(
linear system to determine the affine relationship between them.
Args:
vol_geom: ASTRA volume geometry object.
proj_geom: ASTRA projection geometry object.
input_shape: Shape of the input array.
det_count: Number of detector elements. See the
`astra documentation <https://www.astra-toolbox.com/docs/geom3d.html#projection-geometries>`__
for more information.
det_spacing: Spacing between detector elements. See the
`astra documentation <https://www.astra-toolbox.com/docs/geom3d.html#projection-geometries>`__
for more information.
angles: Array of projection angles in radians.
vectors: Array of geometry specification vectors.
Returns:
(num_angles, 2, 4) array of homogeneous projection matrices.
Expand Down

0 comments on commit d0e17f0

Please sign in to comment.