Reference for pyronn/ct_reconstruction/layers/backprojection_2d.py
pyronn.ct_reconstruction.layers.backprojection_2d.ParallelBackProjectionFor2D
forward
Reconstruction for the 2D parallel beam CT.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
input
|
(1, number_of_projections, detection_size) numpy array or torch.Tensor. |
required | |
geometry
|
The projection geometry used for projection. |
required | |
for_train
|
Set the return value data type if the backend is torch. You can get a numpy.array by setting this |
False
|
return
The reconstruction result of 2D parallel beam CT.
Source code in pyronn/ct_reconstruction/layers/backprojection_2d.py
pyronn.ct_reconstruction.layers.backprojection_2d.FanBackProjectionFor2D
forward
Reconstruction for the 2D fan beam CT.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
input
|
(1, number_of_projections, detection_size) numpy array or torch.Tensor. |
required | |
geometry
|
The projection geometry used for projection. |
required | |
for_train
|
Set the return value data type if the backend is torch. You can get a numpy.array by setting this |
False
|
return
The reconstruction result of 2D fan beam CT.