.codecov.yml
.coveragerc
.flake8
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.md
SuperMAGE logo_text.svg
pyproject.toml
requirements-dev.txt
requirements-docs.txt
requirements-test.txt
requirements.txt
setup.py
.github/workflows/PyPI.yaml
.github/workflows/docs.yaml
.github/workflows/pre-commit.yaml
.github/workflows/system_info.py
.github/workflows/test-release-candidate.yaml
.github/workflows/test.yaml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/changelog.rst
docs/source/conf.py
docs/source/genindex.rst
docs/source/index.rst
docs/source/py-modindex.rst
supermage/__init__.py
supermage/__meta__.py
supermage.egg-info/PKG-INFO
supermage.egg-info/SOURCES.txt
supermage.egg-info/dependency_links.txt
supermage.egg-info/requires.txt
supermage.egg-info/top_level.txt
supermage/preprocessing/__init__.py
supermage/preprocessing/gridder.py
supermage/preprocessing/yaml_loaders.py
supermage/preprocessing/yashar_pregridded.py
supermage/simulators/__init__.py
supermage/simulators/cloud_cube.py
supermage/simulators/intensity_models.py
supermage/simulators/lensed_pixelated_cube.py
supermage/simulators/pixelated_cube.py
supermage/simulators/velocity_models.py
supermage/simulators/visibility_cube.py
supermage/solvers/MCMC.py
supermage/solvers/MCMC_stats.py
supermage/solvers/__init__.py
supermage/solvers/optimization.py
supermage/solvers/swarm_init.py
supermage/tests/__init__.py
supermage/tests/base_test.py
supermage/tests/test_module.py
supermage/utils/__init__.py
supermage/utils/coord_utils.py
supermage/utils/cube_tools.py
supermage/utils/math_utils.py
supermage/utils/uv_utils.py