.gitignore
.gitmodules
LICENSE
README.md
environment.yml
pyproject.toml
setup.py
.github/workflows/deploy-docs.yml
.github/workflows/draft-pdf.yml
.github/workflows/isblacked.yml
.github/workflows/push_to_pypi.yml
.github/workflows/run_tests.yml
.qlty/qlty.toml
docs/EyeDentify3D_logo.png
docs/_config.yml
docs/_toc.yml
docs/intro.md
docs/references.bib
docs/references.md
docs/behavior_identification/blink.md
docs/behavior_identification/fixation.md
docs/behavior_identification/index.md
docs/behavior_identification/inter_saccadic_movement.md
docs/behavior_identification/saccade.md
docs/behavior_identification/smooth_pursuit.md
docs/behavior_identification/visual_scanning.md
docs/data_parsing/htc_vive_pro.md
docs/data_parsing/index.md
docs/data_parsing/pico_neo.md
docs/data_parsing/pupil_invisible.md
docs/data_parsing/tobii_pro_glasses.md
docs/examples/data_parsers.md
docs/examples/gaze_behavior_identification.md
docs/examples/index.md
docs/examples/metrics_extraction.md
docs/figures/all_gaze_behaviors.png
docs/figures/animation.gif
docs/figures/animation.mov
docs/figures/blink_detection.png
docs/figures/fixation_detection.png
docs/figures/inter_saccade_detection.png
docs/figures/invalid_detection.png
docs/figures/saccade_detection.png
docs/figures/smooth_pursuit_detection.png
docs/figures/visual_scanning_detection.png
examples/complete_example.py
examples/example_htc_vive_pro.py
examples/example_pico_neo.py
examples/example_pupil_invisible.py
examples/example_tobii_pro_glasses.py
examples/data/HTC_Vive_Pro/TESTNA01_2D_Fist3.csv
examples/data/HTC_Vive_Pro/TESTNA01_360VR_Fist3.csv
examples/data/HTC_Vive_Pro/TESTNA05_2D_Spread7.csv
examples/data/HTC_Vive_Pro/TESTNA05_360VR_Spread7.csv
examples/data/HTC_Vive_Pro/TESTNA10_360VR_Fist3.csv
examples/data/HTC_Vive_Pro/TESTNA15_2D_Pen3.csv
examples/data/HTC_Vive_Pro/TESTNA15_360VR_Pen3.csv
examples/data/HTC_Vive_Pro/TESTVA03_2D_Spread9.csv
examples/data/Pico_Neo_3_Pro/boxing_VR.csv
examples/data/Pupil_Invisible/trampoline_01/blinks.csv
examples/data/Pupil_Invisible/trampoline_01/gaze.csv
examples/data/Pupil_Invisible/trampoline_01/imu.csv
examples/data/Pupil_Invisible/trampoline_02/blinks.csv
examples/data/Pupil_Invisible/trampoline_02/gaze.csv
examples/data/Pupil_Invisible/trampoline_02/imu.csv
examples/data/Pupil_Invisible/trampoline_03/blinks.csv
examples/data/Pupil_Invisible/trampoline_03/gaze.csv
examples/data/Pupil_Invisible/trampoline_03/imu.csv
examples/data/Tobii_Pro_Glasses_3/calibration_1/eventdata.gz
examples/data/Tobii_Pro_Glasses_3/calibration_1/gazedata.gz
examples/data/Tobii_Pro_Glasses_3/calibration_1/imudata.gz
examples/results/HTC_Vive_Pro/full_trial_results_reference.csv
eyedentify3d/__init__.py
eyedentify3d/error_type.py
eyedentify3d/time_range.py
eyedentify3d/version.py
eyedentify3d.egg-info/PKG-INFO
eyedentify3d.egg-info/SOURCES.txt
eyedentify3d.egg-info/dependency_links.txt
eyedentify3d.egg-info/requires.txt
eyedentify3d.egg-info/top_level.txt
eyedentify3d/data_parsers/__init__.py
eyedentify3d/data_parsers/abstract_data.py
eyedentify3d/data_parsers/htc_vive_pro_data.py
eyedentify3d/data_parsers/pico_neo_data.py
eyedentify3d/data_parsers/pupil_invisible_data.py
eyedentify3d/data_parsers/reduced_data.py
eyedentify3d/data_parsers/tobii_pro_glasses_data.py
eyedentify3d/identification/__init__.py
eyedentify3d/identification/behavior_type.py
eyedentify3d/identification/blink.py
eyedentify3d/identification/fixation.py
eyedentify3d/identification/gaze_behavior_identifier.py
eyedentify3d/identification/inter_saccades.py
eyedentify3d/identification/invalid.py
eyedentify3d/identification/saccade.py
eyedentify3d/identification/smooth_pursuit.py
eyedentify3d/identification/visual_scanning.py
eyedentify3d/model/head_model.bioMod
eyedentify3d/model/jaw_s.vtp
eyedentify3d/model/skull_s.vtp
eyedentify3d/utils/__init__.py
eyedentify3d/utils/check_utils.py
eyedentify3d/utils/data_utils.py
eyedentify3d/utils/plot_utils.py
eyedentify3d/utils/rotation_utils.py
eyedentify3d/utils/sequence_utils.py
eyedentify3d/utils/signal_utils.py
paper/paper.bib
paper/paper.md
paper/paper.pdf
tests/generating_plot_reference_images.md
tests/original_code.py
tests/test_abstract_data.py
tests/test_blink.py
tests/test_complete_example.py
tests/test_data_utils.py
tests/test_error_type.py
tests/test_event.py
tests/test_fixation.py
tests/test_htc_vive_pro_data.py
tests/test_inter_saccades.py
tests/test_invalid.py
tests/test_original_code.py
tests/test_pico_neo_data.py
tests/test_plots.py
tests/test_pupil_invisible_data.py
tests/test_reduced_data.py
tests/test_rotation_utils.py
tests/test_saccade.py
tests/test_sequence_utils.py
tests/test_signal_utils.py
tests/test_smooth_pursuit.py
tests/test_time_range.py
tests/test_tobii_pro_data.py
tests/test_visual_scanning.py
tests/original_results/TESTNA01_2D_Fist3.pkl
tests/original_results/TESTNA01_360VR_Fist3.pkl
tests/original_results/TESTNA05_2D_Spread7.pkl
tests/original_results/TESTNA05_360VR_Spread7.pkl
tests/original_results/TESTNA15_2D_Pen3.pkl
tests/original_results/TESTNA15_360VR_Pen3.pkl
tests/original_results/bad_data_files.txt
tests/original_results/event_excluded_at_cut_off.txt
tests/original_results/output_log.txt
tests/original_results/output_metrics.csv
tests/original_results/output_metrics.pkl
tests/plot_reference_images/test_all_gaze_behaviors_plotting.png
tests/plot_reference_images/test_blink_plotting.png
tests/plot_reference_images/test_fixation_plotting.png
tests/plot_reference_images/test_inter_saccadic_sequences_plotting.png
tests/plot_reference_images/test_invalid_plotting.png
tests/plot_reference_images/test_saccade_plotting.png
tests/plot_reference_images/test_smooth_pursuit_plotting.png
tests/plot_reference_images/test_visual_scanning_plotting.png