.coveragerc
.flake8
.gitignore
.gitlab-ci.yml
Dockerfile
LICENSE
README.rst
setup.py
doc/background.rst
doc/bibliography.rst
doc/conf.py
doc/genindex.rst
doc/glossary.rst
doc/index.rst
doc/workflow.rst
doc/_static/custom.css
doc/_static/logo.ico
doc/_static/logo.png
doc/_static/workflow.dot
doc/_templates/breadcrumbs.html
doc/_templates/page.html
doc/_templates/versions.html
doc/moduleref/basis_sets.rst
doc/moduleref/core.rst
doc/moduleref/data_handling.rst
doc/moduleref/functionals.rst
doc/moduleref/loss_functions.rst
doc/moduleref/methods.rst
doc/moduleref/optimization.rst
doc/moduleref/optimizers.rst
doc/moduleref/output_handling.rst
doc/moduleref/pipelines.rst
doc/moduleref/projectors.rst
doc/moduleref/regularizers.rst
doc/tutorials/alignment.ipynb
doc/tutorials/inspect_data.ipynb
doc/tutorials/projection_and_adjoint.ipynb
doc/tutorials/reconstruct_and_visualize.ipynb
doc/tutorials/sirt_pipeline.ipynb
mumott/__init__.py
mumott.egg-info/PKG-INFO
mumott.egg-info/SOURCES.txt
mumott.egg-info/dependency_links.txt
mumott.egg-info/not-zip-safe
mumott.egg-info/requires.txt
mumott.egg-info/top_level.txt
mumott/core/__init__.py
mumott/core/cuda_utils.py
mumott/core/hashing.py
mumott/core/john_transform.py
mumott/core/john_transform_cuda.py
mumott/core/numba_setup.py
mumott/core/probed_coordinates.py
mumott/core/spherical_harmonic_mapper.py
mumott/data_handling/__init__.py
mumott/data_handling/data_container.py
mumott/data_handling/geometry.py
mumott/data_handling/stack.py
mumott/data_handling/utilities/__init__.py
mumott/data_handling/utilities/data_processing.py
mumott/methods/__init__.py
mumott/methods/basis_sets/__init__.py
mumott/methods/basis_sets/base_basis_set.py
mumott/methods/basis_sets/spherical_harmonics.py
mumott/methods/basis_sets/trivial_basis.py
mumott/methods/functionals/__init__.py
mumott/methods/functionals/base_functional.py
mumott/methods/functionals/gradient_functional.py
mumott/methods/projectors/__init__.py
mumott/methods/projectors/base_projector.py
mumott/methods/projectors/saxs_projector_astra.py
mumott/methods/projectors/saxs_projector_cuda.py
mumott/methods/projectors/saxs_projector_numba.py
mumott/methods/utilities/__init__.py
mumott/methods/utilities/preconditioning.py
mumott/optimization/__init__.py
mumott/optimization/loss_functions/__init__.py
mumott/optimization/loss_functions/base_loss_function.py
mumott/optimization/loss_functions/huber_loss.py
mumott/optimization/loss_functions/squared_loss.py
mumott/optimization/optimizers/__init__.py
mumott/optimization/optimizers/base_optimizer.py
mumott/optimization/optimizers/gradient_descent.py
mumott/optimization/optimizers/lbfgs.py
mumott/optimization/regularizers/__init__.py
mumott/optimization/regularizers/base_regularizer.py
mumott/optimization/regularizers/huber_norm.py
mumott/optimization/regularizers/l1_norm.py
mumott/optimization/regularizers/l2_norm.py
mumott/optimization/regularizers/laplacian.py
mumott/optimization/regularizers/total_variation.py
mumott/output_handling/__init__.py
mumott/output_handling/orientation_image_mapper.py
mumott/output_handling/projection_frame.py
mumott/output_handling/projection_viewer.py
mumott/output_handling/saving.py
mumott/pipelines/__init__.py
mumott/pipelines/alignment.py
mumott/pipelines/reconstruction.py
tests/test_full_circle.h5
tests/test_half_circle.h5
tests/cpu_tests/integration_tests/test_class_structure.py
tests/cpu_tests/integration_tests/test_minimal_pipeline.py
tests/cpu_tests/integration_tests/test_pipelines.py
tests/cpu_tests/unit_tests/test_data_container.py
tests/cpu_tests/unit_tests/test_dict_to_h5.py
tests/cpu_tests/unit_tests/test_geometry.py
tests/cpu_tests/unit_tests/test_gradient_descent.py
tests/cpu_tests/unit_tests/test_hashing.py
tests/cpu_tests/unit_tests/test_john_transform.py
tests/cpu_tests/unit_tests/test_l1_norm.py
tests/cpu_tests/unit_tests/test_laplacian.py
tests/cpu_tests/unit_tests/test_lbfgs.py
tests/cpu_tests/unit_tests/test_probed_coordinates.py
tests/cpu_tests/unit_tests/test_projection_viewer.py
tests/cpu_tests/unit_tests/test_saxs_projector_numba.py
tests/cpu_tests/unit_tests/test_shift_center_of_reconstruction.py
tests/cpu_tests/unit_tests/test_sigtt.py
tests/cpu_tests/unit_tests/test_spherical_harmonic_mapper.py
tests/cpu_tests/unit_tests/test_spherical_harmonics.py
tests/cpu_tests/unit_tests/test_squared_loss.py
tests/cpu_tests/unit_tests/test_stack.py
tests/cpu_tests/unit_tests/test_total_variation.py
tests/cpu_tests/unit_tests/test_trivial_basis.py
tests/gpu_tests/test_cuda_calloc.py
tests/gpu_tests/test_cupy.py
tests/gpu_tests/test_gpu_pipelines.py
tests/gpu_tests/test_import_astra.py
tests/gpu_tests/test_john_transform_cuda.py
tests/gpu_tests/test_numba_cuda.py
tests/gpu_tests/test_saxs_projector_astra.py
tests/gpu_tests/test_saxs_projector_cuda.py
tests/gpu_tests/test_sigtt_cuda.py
tutorial/alignment.ipynb
tutorial/inspect_data.ipynb
tutorial/projection_and_adjoint.ipynb
tutorial/reconstruct_and_visualize.ipynb
tutorial/sirt_pipeline.ipynb