From cbf1b90d3ff079265af206a177ce64d24b73753f Mon Sep 17 00:00:00 2001 From: Michael-T-McCann Date: Mon, 23 Sep 2024 12:24:31 -0600 Subject: [PATCH] Rephrase --- scico/linop/xray/_xray.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scico/linop/xray/_xray.py b/scico/linop/xray/_xray.py index 5e9caa61..770bf627 100644 --- a/scico/linop/xray/_xray.py +++ b/scico/linop/xray/_xray.py @@ -235,8 +235,8 @@ def _calc_weights( class XRayTransform3D(LinearOperator): r"""General-purpose, 3D, parallel ray X-ray projector. - This projector approximates cubical voxels projecting onto - rectangular pixels and provides a back projector that is the true + This projector approximates cubic voxels projecting onto + rectangular pixels and provides a back projector that is the exact adjoint of the forward projector. It is written purely in JAX, allowing it to run on either CPU or GPU and minimizing host copies.