LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/glassesValidator/__init__.py
src/glassesValidator/version.py
src/glassesValidator.egg-info/PKG-INFO
src/glassesValidator.egg-info/SOURCES.txt
src/glassesValidator.egg-info/dependency_links.txt
src/glassesValidator.egg-info/requires.txt
src/glassesValidator.egg-info/top_level.txt
src/glassesValidator/GUI/__init__.py
src/glassesValidator/GUI/_general_imgui.py
src/glassesValidator/GUI/_impl/__init__.py
src/glassesValidator/GUI/_impl/async_thread.py
src/glassesValidator/GUI/_impl/callbacks.py
src/glassesValidator/GUI/_impl/db.py
src/glassesValidator/GUI/_impl/filepicker.py
src/glassesValidator/GUI/_impl/globals.py
src/glassesValidator/GUI/_impl/gui.py
src/glassesValidator/GUI/_impl/imagehelper.py
src/glassesValidator/GUI/_impl/msgbox.py
src/glassesValidator/GUI/_impl/process_pool.py
src/glassesValidator/GUI/_impl/structs.py
src/glassesValidator/GUI/_impl/utils.py
src/glassesValidator/config/__init__.py
src/glassesValidator/config/markerPositions.csv
src/glassesValidator/config/targetPositions.csv
src/glassesValidator/config/validationSetup.txt
src/glassesValidator/config/poster/__init__.py
src/glassesValidator/config/poster/poster.pdf
src/glassesValidator/config/poster/poster.tex
src/glassesValidator/preprocess/SMI_ETG.py
src/glassesValidator/preprocess/SeeTrue.py
src/glassesValidator/preprocess/__init__.py
src/glassesValidator/preprocess/pupilLabs.py
src/glassesValidator/preprocess/tobii_G2.py
src/glassesValidator/preprocess/tobii_G3.py
src/glassesValidator/process/__init__.py
src/glassesValidator/process/_image_gui.py
src/glassesValidator/process/b_codeMarkerInterval.py
src/glassesValidator/process/c_detectMarkers.py
src/glassesValidator/process/d_gazeToPoster.py
src/glassesValidator/process/e1_computeOffsetsToTargets.py
src/glassesValidator/process/e2_determineFixationIntervals.py
src/glassesValidator/process/f_calculateDataQuality.py
src/glassesValidator/resources/__init__.py
src/glassesValidator/resources/fonts/Karla-Regular.ttf
src/glassesValidator/resources/fonts/NotoSans-Regular.ttf
src/glassesValidator/resources/fonts/__init__.py
src/glassesValidator/resources/fonts/materialdesignicons-webfont.7.0.96.ttf
src/glassesValidator/resources/icons/__init__.py
src/glassesValidator/resources/icons/icon.icns
src/glassesValidator/resources/icons/icon.ico
src/glassesValidator/resources/icons/icon.png
src/glassesValidator/utils/__init__.py
src/glassesValidator/utils/makeVideo.py
src/glassesValidator/utils/mp4analyser/__init__.py
src/glassesValidator/utils/mp4analyser/core.py
src/glassesValidator/utils/mp4analyser/iso.py
src/glassesValidator/utils/mp4analyser/mpeglookups.py
src/glassesValidator/utils/mp4analyser/non_iso.py
src/glassesValidator/utils/mp4analyser/summary.py
src/glassesValidator/utils/mp4analyser/util.py