Skip to content

Reference for pyronn/ct_reconstruction/layers/torch/backprojection_3d.py


pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3DFunction

Bases: Function





pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3D

ConeBackProjection3D(hardware_interp=False)

Bases: Module

Source code in pyronn/ct_reconstruction/layers/torch/backprojection_3d.py
def __init__(self, hardware_interp=False):
    # TODO: Document this function on your own. Could not be documented by the model.
    # TODO: Document this function on your own. Could not be documented by the model.
    super(ConeBackProjection3D, self).__init__()
    self.hardware_interp = torch.Tensor([hardware_interp]).cpu()