From 0914b4d34483586ade32018dde640e1006a4a0d5 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 17 Jul 2024 18:15:27 +0200 Subject: Adding files to prepare new use case documenation. --- docs/use_cases/gaze_based_candidate_selection/context.md | 7 +++++++ .../use_cases/gaze_based_candidate_selection/introduction.md | 12 ++++++++++++ docs/use_cases/gaze_based_candidate_selection/observers.md | 6 ++++++ docs/use_cases/gaze_based_candidate_selection/pipeline.md | 6 ++++++ 4 files changed, 31 insertions(+) create mode 100644 docs/use_cases/gaze_based_candidate_selection/context.md create mode 100644 docs/use_cases/gaze_based_candidate_selection/introduction.md create mode 100644 docs/use_cases/gaze_based_candidate_selection/observers.md create mode 100644 docs/use_cases/gaze_based_candidate_selection/pipeline.md (limited to 'docs') diff --git a/docs/use_cases/gaze_based_candidate_selection/context.md b/docs/use_cases/gaze_based_candidate_selection/context.md new file mode 100644 index 0000000..96547ea --- /dev/null +++ b/docs/use_cases/gaze_based_candidate_selection/context.md @@ -0,0 +1,7 @@ +Data playback context +====================== + +The context handles incoming eye tracker data before to pass them to a processing pipeline. + +## data_playback_context.json + diff --git a/docs/use_cases/gaze_based_candidate_selection/introduction.md b/docs/use_cases/gaze_based_candidate_selection/introduction.md new file mode 100644 index 0000000..da8d6f9 --- /dev/null +++ b/docs/use_cases/gaze_based_candidate_selection/introduction.md @@ -0,0 +1,12 @@ +Post-processing screen-based eye tracker data +================================================= + +**ArGaze** enabled ... + +The following use case has integrated ... + +## Background + +## Environment + +## Setup diff --git a/docs/use_cases/gaze_based_candidate_selection/observers.md b/docs/use_cases/gaze_based_candidate_selection/observers.md new file mode 100644 index 0000000..a1f1fce --- /dev/null +++ b/docs/use_cases/gaze_based_candidate_selection/observers.md @@ -0,0 +1,6 @@ +Metrics and video recording +=========================== + +Observers are attached to pipeline steps to be notified when a method is called. + +## observers.py diff --git a/docs/use_cases/gaze_based_candidate_selection/pipeline.md b/docs/use_cases/gaze_based_candidate_selection/pipeline.md new file mode 100644 index 0000000..6fae01a --- /dev/null +++ b/docs/use_cases/gaze_based_candidate_selection/pipeline.md @@ -0,0 +1,6 @@ +Post processing pipeline +======================== + +The pipeline processes gaze data to enable gaze analysis. + +## post_processing_pipeline.json -- cgit v1.1