Reference for pyronn/ct_reconstruction/layers/torch/projection_3d.py
pyronn.ct_reconstruction.layers.torch.projection_3d.ConeProjection3DFunction
Bases: Function
forward
staticmethod
forward(ctx, input: Tensor, sinogram_shape: Tensor, volume_origin: Tensor, volume_spacing: Tensor, trajectory: Tensor, projection_multiplier: Tensor, step_size: Tensor, hardware_interp: Tensor) -> Tensor
Forward operator of 2D fan projection Args: input: volume to be projected sinogram_shape: number_of_projections x detector_width volume_origin: origin of the world coordinate system w.r.t. the volume array (tensor) ...
Source code in pyronn/ct_reconstruction/layers/torch/projection_3d.py
pyronn.ct_reconstruction.layers.torch.projection_3d.ConeProjection3D
Bases: Module