.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/_static/custom.css
doc/_static/logo.ico
doc/_static/logo.png
doc/_templates/breadcrumbs.html
doc/_templates/page.html
doc/_templates/versions.html
doc/moduleref/core.rst
doc/moduleref/data_handling.rst
doc/moduleref/index.rst
doc/moduleref/optimization.rst
doc/moduleref/output_handling.rst
doc/tutorials/inspect_data.ipynb
doc/tutorials/projection_and_adjoint.ipynb
doc/tutorials/reconstruct_and_visualize.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/john_transform.py
mumott/core/projection_parameters.py
mumott/core/simulated_data_generator.py
mumott/core/spherical_harmonic_mapper.py
mumott/data_handling/__init__.py
mumott/data_handling/data_container.py
mumott/data_handling/input_frame.py
mumott/data_handling/input_stack.py
mumott/data_handling/reconstruction_input.py
mumott/data_handling/reconstruction_output.py
mumott/data_handling/reconstruction_parameters.py
mumott/data_handling/spherical_harmonic_parameters.py
mumott/data_handling/transform_parameters.py
mumott/optimization/__init__.py
mumott/optimization/optimization_parameters.py
mumott/optimization/optimization_timer.py
mumott/optimization/optimizer.py
mumott/optimization/regularization_curve_finder.py
mumott/optimization/regularization_parameters.py
mumott/optimization/regularizer.py
mumott/optimization/variance_estimator.py
mumott/output_handling/__init__.py
mumott/output_handling/live_view_handler.py
mumott/output_handling/orientation_image_mapper.py
mumott/output_handling/output_handler.py
mumott/output_handling/projection_frame.py
mumott/output_handling/projection_viewer.py
tests/unit_tests/test_john_transform.py
tests/unit_tests/test_projection_parameters.py
tests/unit_tests/test_regularization_parameters.py
tests/unit_tests/test_spherical_harmonic_mapper.py
tutorial/inspect_data.ipynb
tutorial/projection_and_adjoint.ipynb
tutorial/reconstruct_and_visualize.ipynb