Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Sep 1, 2023
1 parent a9c5c8e commit e5d77ec
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions scico/linop/_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
# user license can be found in the 'LICENSE' file distributed with the
# package.

"""X-ray transform classes."""


"""
X-ray projector classes.
"""
from functools import partial
from typing import Optional

Expand All @@ -24,10 +23,9 @@


class XRayTransform(LinearOperator):
"""X-ray projection operator.
"""X-ray transform operator.
Wraps an X-ray projector object in a SCICO
:class:`LinearOperator`.
Wrap an X-ray projector object in a SCICO :class:`LinearOperator`.
"""

def __init__(self, projector):
Expand Down

0 comments on commit e5d77ec

Please sign in to comment.