.coveragerc
.gitignore
.gitlab-ci.yml
.gitmodules
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
justfile
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
pyronn_torch_cpp/cone_backprojector_3D_CudaKernel.cu
pyronn_torch_cpp/cone_backprojector_3D_CudaKernel_hardware_interp.cu
pyronn_torch_cpp/cone_projector_3D_CudaKernel.cu
pyronn_torch_cpp/cone_projector_3D_CudaKernel_hardware_interp.cu
pyronn_torch_cpp/fan_backprojector_2D_CudaKernel.cu
pyronn_torch_cpp/fan_projector_2D_CudaKernel.cu
pyronn_torch_cpp/par_backprojector_2D_CudaKernel.cu
pyronn_torch_cpp/par_projector_2D_CudaKernel.cu
src/pyronn_torch/__init__.py
src/pyronn_torch/codegen.py
src/pyronn_torch/conebeam.py
src/pyronn_torch/pyronn_torch.cpp
src/pyronn_torch.egg-info/PKG-INFO
src/pyronn_torch.egg-info/SOURCES.txt
src/pyronn_torch.egg-info/dependency_links.txt
src/pyronn_torch.egg-info/not-zip-safe
src/pyronn_torch.egg-info/requires.txt
src/pyronn_torch.egg-info/top_level.txt
src/pyronn_torch/PYRO-NN-Layers/__init__.py
src/pyronn_torch/PYRO-NN-Layers/cuda_operator.py
tests/conftest.py
tests/install_travis.sh
tests/test_projection.py
tests/travis_install.sh