AstraCpuImpl¶
-
class
odl.tomo.backends.astra_cpu.
AstraCpuImpl
(geometry, vol_space, proj_space)[source]¶ Bases:
object
Thin wrapper implementing ASTRA CPU for
RayTransform
.- Attributes
- proj_space
- vol_space
Methods
-
__init__
(self, geometry, vol_space, proj_space)[source]¶ Initialize a new instance.
- Parameters
- geometry
Geometry
Geometry defining the tomographic setup.
- vol_space
DiscretizedSpace
Reconstruction space, the space of the images to be forward projected.
- proj_space
DiscretizedSpace
Projection space, the space of the result.
- geometry