From d0e17f0bdc7c570375aee0a3a86c04e85383238a Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Wed, 29 Jan 2025 14:36:19 -0700 Subject: [PATCH] Docs fix --- scico/linop/xray/astra.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/scico/linop/xray/astra.py b/scico/linop/xray/astra.py index ab16dc7e..e076189f 100644 --- a/scico/linop/xray/astra.py +++ b/scico/linop/xray/astra.py @@ -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 `__ + for more information. + det_spacing: Spacing between detector elements. See the + `astra documentation `__ + 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.