aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/ArFeatures.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/ArFeatures.py')
-rw-r--r--src/argaze/ArFeatures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/ArFeatures.py b/src/argaze/ArFeatures.py
index 5782512..7e7545e 100644
--- a/src/argaze/ArFeatures.py
+++ b/src/argaze/ArFeatures.py
@@ -978,7 +978,7 @@ class ArFrame(DataFeatures.SharedObject):
look_data = DataFeatures.DataDictionary({
"gaze_position": self.__gaze_position,
"gaze_movement": identified_gaze_movement,
- "scan_step_analysis": DataFeatures.DataDictionary(scan_step_analysis),
+ "scan_path_analysis": DataFeatures.DataDictionary(scan_step_analysis),
"execution_times": DataFeatures.DataDictionary(execution_times),
"exception": exception,
"layers": DataFeatures.DataDictionary(layers_look_data)