README.md
pyproject.toml
src/models.py
src/mosamaticinsights/__init__.py
src/mosamaticinsights/cli.py
src/mosamaticinsights/main.py
src/mosamaticinsights.egg-info/PKG-INFO
src/mosamaticinsights.egg-info/SOURCES.txt
src/mosamaticinsights.egg-info/dependency_links.txt
src/mosamaticinsights.egg-info/entry_points.txt
src/mosamaticinsights.egg-info/requires.txt
src/mosamaticinsights.egg-info/top_level.txt
src/mosamaticinsights/core/__init__.py
src/mosamaticinsights/core/commands/__init__.py
src/mosamaticinsights/core/commands/calculatescores.py
src/mosamaticinsights/core/commands/rescaledicomimages.py
src/mosamaticinsights/core/commands/segmentmusclefatl3tensorflow.py
src/mosamaticinsights/core/data/__init__.py
src/mosamaticinsights/core/data/dicomfile.py
src/mosamaticinsights/core/data/file.py
src/mosamaticinsights/core/data/multidicomfile.py
src/mosamaticinsights/core/pipelines/__init__.py
src/mosamaticinsights/core/pipelines/pipeline.py
src/mosamaticinsights/core/tasks/__init__.py
src/mosamaticinsights/core/tasks/task.py
src/mosamaticinsights/core/tasks/calculatescorestask/__init__.py
src/mosamaticinsights/core/tasks/calculatescorestask/calculatescorestask.py
src/mosamaticinsights/core/tasks/rescaledicomimagestask/__init__.py
src/mosamaticinsights/core/tasks/rescaledicomimagestask/rescaledicomimagestask.py
src/mosamaticinsights/core/tasks/segmentmusclefatl3tensorflowtask/__init__.py
src/mosamaticinsights/core/tasks/segmentmusclefatl3tensorflowtask/paramloader.py
src/mosamaticinsights/core/tasks/segmentmusclefatl3tensorflowtask/segmentmusclefatl3tensorflowtask.py
src/mosamaticinsights/core/tasks/selectslicefromscanstask/__init__.py
src/mosamaticinsights/core/tasks/selectslicefromscanstask/selectslicefromscanstask.py
src/mosamaticinsights/core/utilities/__init__.py
src/mosamaticinsights/core/utilities/decorators.py
src/mosamaticinsights/core/utilities/doc.py
src/mosamaticinsights/core/utilities/logmanager.py
src/mosamaticinsights/core/utilities/logmanagerlistener.py
src/mosamaticinsights/ui/__init__.py
src/mosamaticinsights/ui/mainwindow.py
src/mosamaticinsights/ui/mainwindow2.py
src/mosamaticinsights/ui/settings.py
src/mosamaticinsights/ui/utilities.py
src/mosamaticinsights/ui/processes/rescaledicomimagesprocess.py
src/mosamaticinsights/ui/processes/selectslicefromscansprocess.py
src/mosamaticinsights/ui/widgets/__init__.py
src/mosamaticinsights/ui/widgets/pages/__init__.py
src/mosamaticinsights/ui/widgets/pages/homepage/__init__.py
src/mosamaticinsights/ui/widgets/pages/homepage/homepage.py
src/mosamaticinsights/ui/widgets/pages/l3analysispage/__init__.py
src/mosamaticinsights/ui/widgets/pages/l3analysispage/l3analysispage.py
src/mosamaticinsights/ui/widgets/pages/l3autoselectionpage/__init__.py
src/mosamaticinsights/ui/widgets/pages/l3autoselectionpage/l3autoselectionpage.py
tests/test_calculatescorestask.py
tests/test_rescaledicomimagestask.py
tests/test_segmentmusclefatl3tensorflowtask.py
tests/test_selectslicefromscanstask.py