kernelkit.toolbox_support.ForwardProjector#
- class kernelkit.toolbox_support.ForwardProjector#
Adapter for ASTRA forward projectors.
- Attributes:
projection_axesThe axes of the volume to project from.
- projection_geometry
projectionsThe projections onto which to project.
volumeThe volume to project from.
volume_axesThe 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_axesThe axes of the volume to project from.
projection_geometryprojectionsThe projections onto which to project.
volumeThe volume to project from.
volume_axesThe axes of the volume to project from.
volume_geometry