.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
Justfile
LICENSE
README.md
ci.yml
codecov.yaml
mkdocs.yml
pyproject.toml
uv.lock
.github/actions/setup-python-env/action.yml
.github/workflows/deploy-draft-docs.yml
.github/workflows/main.yml
.github/workflows/on-release-main.yml
.github/workflows/validate-codecov-config.yml
docs/database.md
docs/fitting.md
docs/general_description.md
docs/gui.md
docs/image-20251104162052926.png
docs/index.md
docs/modules.md
docs/images/database.svg
docs/images/fitting_targets.svg
docs/javascripts/mathjax.js
docs/stylesheets/extra.css
examples/defraction_box.py
examples/fitting_example.py
examples/fleetmaster_fit.py
examples/settings_full.yml
examples/settings_half.yml
examples/settings_rotations.yml
examples/settings_single_case_nc.yml
src/fleetmaster/__init__.py
src/fleetmaster/cli.py
src/fleetmaster/logging_setup.py
src/fleetmaster.egg-info/PKG-INFO
src/fleetmaster.egg-info/SOURCES.txt
src/fleetmaster.egg-info/dependency_links.txt
src/fleetmaster.egg-info/entry_points.txt
src/fleetmaster.egg-info/requires.txt
src/fleetmaster.egg-info/top_level.txt
src/fleetmaster/commands/__init__.py
src/fleetmaster/commands/export_dhyd.py
src/fleetmaster/commands/gui.py
src/fleetmaster/commands/list.py
src/fleetmaster/commands/plot.py
src/fleetmaster/commands/run.py
src/fleetmaster/commands/view.py
src/fleetmaster/core/__init__.py
src/fleetmaster/core/engine.py
src/fleetmaster/core/exceptions.py
src/fleetmaster/core/fitting.py
src/fleetmaster/core/fleetmaster.py
src/fleetmaster/core/io.py
src/fleetmaster/core/settings.py
src/fleetmaster/gui/__init__.py
src/fleetmaster/gui/handles.py
src/fleetmaster/gui/main_window.py
tests/test_engine.py
tests/test_fitting.py
tests/test_io.py
tests/test_plot_command.py
tests/test_settings.py
tests/data/.gitkeep
tests/data/boxship.hdf5
tests/data/boxship.stl
tests/data/settings.yml