AstraCpuImpl.call_backward
- AstraCpuImpl.call_backward(x, out=None, **kwargs)[source]
Run an ASTRA back-projection on the given data using the CPU.
Parameters
- proj_data
proj_space.real_spaceelement Projection data to which the back-projector is applied. Although
proj_spacemay be complex, this element needs to be real.- out
vol_spaceelement, optional Element of the reconstruction space to which the result is written. If
None, an element invol_spaceis created.
Returns
- out
vol_spaceelement Reconstruction data resulting from the application of the back-projector. If
outwas provided, the returned object is a reference to it.
- proj_data