kernelkit.toolbox_support.ForwardProjector

kernelkit.toolbox_support.ForwardProjector#

class kernelkit.toolbox_support.ForwardProjector#

Adapter for ASTRA forward projectors.

Attributes:
projection_axes

The axes of the volume to project from.

projection_geometry
projections

The projections onto which to project.

volume

The volume to project from.

volume_axes

The axes of the volume to project from.

volume_geometry

Methods

__call__([additive])

Perform ASTRA Toolbox forward projection.

directFPBP(mode[, additive])

Perform ASTRA Toolbox forward or backprojection.

projector3d()

Create an ASTRA Toolbox projector3d object.

__init__()#

Base class for ASTRA projectors.

Methods

__init__()

Base class for ASTRA projectors.

directFPBP(mode[, additive])

Perform ASTRA Toolbox forward or backprojection.

projector3d()

Create an ASTRA Toolbox projector3d object.

Attributes

projection_axes

The axes of the volume to project from.

projection_geometry

projections

The projections onto which to project.

volume

The volume to project from.

volume_axes

The axes of the volume to project from.

volume_geometry