.gitattributes
.gitignore
.readthedocs.yaml
INSTALL.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
.circleci/config.yml
.circleci/test_doc_examples/ci_test_sample_report.py
doc/Makefile
doc/conf.py
doc/index.rst
doc/install_link.rst
doc/make.bat
doc/tutorial.rst
doc/_static/logo.png
doc/datasets/datasets_image.rst
doc/datasets/datasets_results.rst
doc/datasets/index.rst
doc/doc_api/camera.rst
doc/doc_api/emva1288.rst
doc/doc_api/process.rst
doc/doc_api/report.rst
doc/doc_api/sphinx_directives.rst
doc/examples/EMVA1288_image_data.txt
doc/examples/emva_xml_compare.py
doc/examples/emva_xml_create.py
doc/examples/extend_plots.py
doc/examples/full_emva_process.py
doc/examples/grab.py
doc/examples/grab_and_process.py
doc/examples/index.rst
doc/examples/sample_report.py
doc/examples/simple_emva_process.py
doc/exts/sphinx_directives.py
emva1288/__init__.py
emva1288/_version.py
emva1288.egg-info/PKG-INFO
emva1288.egg-info/SOURCES.txt
emva1288.egg-info/dependency_links.txt
emva1288.egg-info/requires.txt
emva1288.egg-info/top_level.txt
emva1288/camera/__init__.py
emva1288/camera/bad_images.py
emva1288/camera/camera.py
emva1288/camera/dataset_generator.py
emva1288/camera/points_generator.py
emva1288/camera/routines.py
emva1288/process/__init__.py
emva1288/process/data.py
emva1288/process/loader.py
emva1288/process/parser.py
emva1288/process/plotting.py
emva1288/process/results.py
emva1288/process/routines.py
emva1288/report/__init__.py
emva1288/report/report.py
emva1288/report/files/EMVA1288Logo.pdf
emva1288/report/files/missinglogo.pdf
emva1288/report/files/missingplot.pdf
emva1288/report/templates/emvadatasheet.sty
emva1288/report/templates/general_info.tex
emva1288/report/templates/op.tex
emva1288/report/templates/op_header.tex
emva1288/report/templates/report.tex
tests/__init__.py
tests/conftest.py
tests/test_camera.py
tests/test_data.py
tests/test_loader.py
tests/test_parser.py
tests/test_report.py
tests/test_results.py
tests/test_routines.py