kernelkit.fp

Contents

kernelkit.fp#

kernelkit.fp(volume: Any, projection_geometry: list[ProjectionGeometry], volume_geometry: VolumeGeometry, out=None)#

X-ray forward projection.

Parameters:
volume: array-like

The volume to project.

projection_geometry: list[ProjectionGeometry]

The projection geometries.

volume_geometry: VolumeGeometry

The volume geometry.

out: array-like, optional

The projection array to write the result to. If not given, a new array is allocated on the CPU in page-locked memory and returned.

Returns:
outndarray

The forward projection of the volume.