kernelkit.BaseProjector

kernelkit.BaseProjector#

class kernelkit.BaseProjector#

Interface-like base class for projectors.

Notes

Projectors are optimized for the reuse of geometries and memory for typical reconstruction problems, where there is a single set of projections and a single reconstruction volume.

Attributes:
projection_axes
projection_geometry
projections
volume
volume_axes
volume_geometry

Methods

__call__([additive])

Call self as a function.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

Attributes

projection_axes

projection_geometry

projections

volume

volume_axes

volume_geometry