Skip to content

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


pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3DFunction

Bases: Function


              flowchart TD
              pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3DFunction[ConeBackProjection3DFunction]

              

              click pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3DFunction href "" "pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3DFunction"
            





pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3D

ConeBackProjection3D(hardware_interp=False)

Bases: Module


              flowchart TD
              pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3D[ConeBackProjection3D]

              

              click pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3D href "" "pyronn.ct_reconstruction.layers.torch.backprojection_3d.ConeBackProjection3D"
            
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()