.gitignore
.gitlab-ci.yml
.python-version
Dockerfile
LICENSE
README.md
pyproject.toml
uv.lock
example/.gitkeep
example/example.yaml
example/example_calculator.yaml
flexpose/__init__.py
flexpose/auxfuncs.py
flexpose/calculator.py
flexpose/constants.py
flexpose/dataformats.py
flexpose/dose.py
flexpose/main.py
flexpose/measure.py
flexpose/optimizer.py
flexpose/pixel.py
flexpose/spectra_gen.py
flexpose/wet.py
flexpose.egg-info/PKG-INFO
flexpose.egg-info/SOURCES.txt
flexpose.egg-info/dependency_links.txt
flexpose.egg-info/entry_points.txt
flexpose.egg-info/requires.txt
flexpose.egg-info/top_level.txt
flexpose/observer/__init__.py
flexpose/observer/base.py
flexpose/observer/context.py
flexpose/observer/diagnostics.py
flexpose/observer/ideal.py
flexpose/observer/npwe.py
flexpose/observer/snru.py
flexpose/observer/system_mtf.py
flexpose/observer/task_mtf.py
flexpose/observer/weights.py
tests/integration/__init__.py
tests/integration/test_integration.py
tests/integration/data/config.yaml
tests/integration/data/max_ma.txt
tests/integration/data/detector_dqe/data_raw.txt
tests/integration/data/detector_dqe/dqe_fit.txt
tests/integration/data/detector_mtf/detector_mtf.csv
tests/integration/data/detector_mtf/detector_mtf.txt
tests/integration/data/dose_merged/AD00n.txt
tests/integration/data/kerma_calibration/kerma_calibration_0.txt
tests/integration/data/object/iron.dat
tests/integration/data/primary_img/AD.txt
tests/integration/data/ref/parameters_selected.txt
tests/integration/data/scatter_img/AD00n.txt
tests/integration/data/spectrum/0/100kv.spk
tests/integration/data/spectrum/0/110kv.spk
tests/integration/data/spectrum/0/120kv.spk
tests/integration/data/spectrum/0/40kv.spk
tests/integration/data/spectrum/0/50kv.spk
tests/integration/data/spectrum/0/60kv.spk
tests/integration/data/spectrum/0/70kv.spk
tests/integration/data/spectrum/0/80kv.spk
tests/integration/data/spectrum/0/90kv.spk
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_auxfuncs.py
tests/unit/test_calculator.py
tests/unit/test_dataformats.py
tests/unit/test_genspec.py
tests/unit/test_measure.py
tests/unit/test_mtf.py
tests/unit/test_observers.py
tests/unit/test_weights.py