From 94ccab6f91c00b1f669b09445bd5af8c32957e72 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 9 Jul 2024 13:42:21 +0200 Subject: Replacing processing word by capture or playback words. --- utils/processTobiiRecords.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'utils/processTobiiRecords.sh') diff --git a/utils/processTobiiRecords.sh b/utils/processTobiiRecords.sh index 0cc3eb4..bbe6c86 100644 --- a/utils/processTobiiRecords.sh +++ b/utils/processTobiiRecords.sh @@ -12,7 +12,7 @@ # Arguments: # $1: ArGaze context file # $2: folder from where to look for Tobii records -# $3: folder where to export ArGaze processing outputs +# $3: folder where to export processing outputs ####################################### # Check required arguments @@ -103,12 +103,12 @@ function process_segment() { mkdir -p $seg_output cd $seg_output - # Launch argaze with modified context - echo "*** ArGaze processing starts" + # Launch modified context with argaze load command + echo "*** ArGaze starts context" python -m argaze load $context_file - echo "*** ArGaze processing ends" + echo "*** ArGaze ends context" # Move back to context folder cd $ctx_folder -- cgit v1.1