We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471906e commit cb45398Copy full SHA for cb45398
1 file changed
pylops/medical/ct.py
@@ -69,6 +69,14 @@ class CT2D(LinearOperator):
69
Operator contains a matrix that can be solved
70
explicitly (``True``) or not (``False``)
71
72
+ Raises
73
+ ------
74
+ ValueError
75
+ If a projector type other than 'cuda' is provided for 'cuda' engine.
76
+
77
+ NotImplementedError
78
+ If ASTRA toolbox could not be imported.
79
80
Notes
81
-----
82
The CT2D operator applies parallel or fan beam computerized tomography operators
0 commit comments