Skip to content

Commit

Permalink
Add warning to api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 26, 2023
1 parent 0f65ec4 commit a281e2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scico/linop/xray/_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ class XRayTransform(LinearOperator):
"""X-ray transform operator.
Wrap an X-ray projector object in a SCICO :class:`LinearOperator`.
**Warning:** Note that the only X-ray projector object currently
supported, :class:`.Parallel2dProjector`, is not a very accurate
approximation of the integral transform representing real projection
imaging, and is therefore not suitable for real imaging applications.
"""

def __init__(self, projector):
Expand Down

0 comments on commit a281e2f

Please sign in to comment.