CITATION.cff
LICENSE
MANIFEST.in
MRax_logo.png
README.md
pyproject.toml
pyrightconfig.json
requirements-dev.txt
requirements.txt
docs/analysis.rst
docs/api.rst
docs/batch.rst
docs/bruker_import.rst
docs/conf.py
docs/gui.rst
docs/guides.rst
docs/importer_development.rst
docs/index.rst
docs/model_template.py
docs/models.rst
docs/notebooks.rst
docs/overview.rst
docs/preprocessing.rst
docs/pulseq_import.rst
docs/quantitative_fits.rst
docs/reconstruction.rst
docs/references.rst
docs/release_notes.rst
docs/roadmap.rst
docs/setup.rst
docs/storage.rst
docs/studies.rst
docs/_static/MRax_logo.png
docs/_static/MRax_logo_nav.png
docs/_static/MRax_logo_square.png
docs/_static/custom.css
docs/_templates/license-contact.html
mrax/__init__.py
mrax.egg-info/PKG-INFO
mrax.egg-info/SOURCES.txt
mrax.egg-info/dependency_links.txt
mrax.egg-info/entry_points.txt
mrax.egg-info/requires.txt
mrax.egg-info/top_level.txt
mrax/analysis/__init__.py
mrax/analysis/dce.py
mrax/analysis/dti.py
mrax/analysis/group.py
mrax/analysis/roi.py
mrax/analysis/saturation_transfer.py
mrax/analysis/stats.py
mrax/analysis/timecourse.py
mrax/analysis/timecourse_processing.py
mrax/core/__init__.py
mrax/core/batch.py
mrax/core/fit_sanity.py
mrax/core/loss_builder.py
mrax/core/runtime.py
mrax/core/study_runner.py
mrax/core/synthetic.py
mrax/data_struct/__init__.py
mrax/data_struct/dataset.py
mrax/data_struct/dimensions.py
mrax/data_struct/experiment.py
mrax/data_struct/joint.py
mrax/data_struct/model.py
mrax/data_struct/quantity.py
mrax/data_struct/storage.py
mrax/data_struct/study.py
mrax/gui/__init__.py
mrax/gui/_deps.py
mrax/gui/app.py
mrax/gui/masks.py
mrax/gui/models.py
mrax/gui/registration.py
mrax/gui/session.py
mrax/io/__init__.py
mrax/io/bruker_import.py
mrax/io/dipy.py
mrax/io/import_definitions.py
mrax/io/nifti.py
mrax/io/pulseq_import.py
mrax/io/study_selection.py
mrax/library/__init__.py
mrax/library/default_experiments.py
mrax/library/default_models.py
mrax/library/parameter_library.py
mrax/library/parameter_library.toml
mrax/opt/__init__.py
mrax/opt/ops.py
mrax/opt/optimizers.py
mrax/opt/regularizers.py
mrax/opt/wavelets.py
mrax/preprocessing/__init__.py
mrax/preprocessing/denoise.py
mrax/preprocessing/drift.py
mrax/preprocessing/motion.py
mrax/reco/__init__.py
mrax/reco/jax_fft.py
mrax/reco/observables.py
mrax/reco/pipeline.py
mrax/reco/processing.py
mrax/reco/utils.py
mrax/reco/variational.py
notebooks/analysis_toolbox.ipynb
notebooks/getting_started.ipynb
notebooks/preprocessing_denoiser_benchmarks.ipynb
notebooks/pulseq_import_demo.ipynb
notebooks/reconstruction_pipeline.ipynb
notebooks/variational_reconstruction.ipynb
tests/test_core_workflows.py
tests/test_extended_release_workflows.py
tests/test_gui_workflows.py
tests/test_import_workflows.py
tests/test_preprocessing_workflows.py
tests/test_release_regressions.py
tests/test_timecourse_baseline.py