Skip to content

Commit

Permalink
Add caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-T-McCann committed Sep 19, 2024
1 parent 0557592 commit 48dcba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scico/linop/xray/_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ def _calc_weights(
class XRayTransform3D(LinearOperator):
r"""General-purpose, 3D, parallel ray X-ray projector.
Warning: This class is experimental and may be up to ten times slower
than :class:`scico.linop.xray.astra.XRayTransform3D`.
For each view, the projection geometry is specified by an array
with shape (2, 4) that specifies a :math:`2 \times 3` projection
matrix and a :math:`2 \times 1` offset vector. Denoting the matrix
Expand Down

0 comments on commit 48dcba0

Please sign in to comment.