AstraCudaImpl

class odl.applications.tomo.backends.astra_cuda.AstraCudaImpl(geometry, vol_space, proj_space)[source]

Bases: object

RayTransform implementation for CUDA algorithms in ASTRA.

__init__(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.