Skip to content

Commit

Permalink
Try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-T-McCann committed Sep 23, 2024
1 parent 48dcba0 commit 10128bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scico/linop/xray/_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ 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
adjoint of the forward projector. It is written purely in JAX,
allowing it to run on either CPU or GPU and minimizing host copies.
Warning: This class is experimental and may be up to ten times slower
than :class:`scico.linop.xray.astra.XRayTransform3D`.
Expand Down

0 comments on commit 10128bf

Please sign in to comment.