AstraCudaImpl.call_forward
- AstraCudaImpl.call_forward(x, out=None, **kwargs)[source]
Run an ASTRA forward projection on the given data using the GPU.
Parameters
- vol_data
vol_space.real_spaceelement Volume data to which the projector is applied. Although
vol_spacemay be complex, this element needs to be real.- out
proj_spaceelement, optional Element of the projection space to which the result is written. If
None, an element inproj_spaceis created.
Returns
- out
proj_spaceelement Projection data resulting from the application of the projector. If
outwas provided, the returned object is a reference to it.
- vol_data