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
geometryGeometry

Geometry defining the tomographic setup.

vol_spaceDiscretizedSpace

Reconstruction space, the space of the images to be forward projected.

proj_spaceDiscretizedSpace

Projection space, the space of the result.