aboutsummaryrefslogtreecommitdiff
path: root/utils/processTobiiRecords.sh
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-09 13:42:21 +0200
committerThéo de la Hogue2024-07-09 13:42:21 +0200
commit94ccab6f91c00b1f669b09445bd5af8c32957e72 (patch)
treea910239e1892ae420ae1f33442d17454c6096902 /utils/processTobiiRecords.sh
parent2753c71f0121cd380b67b150e1ea296bd7e39600 (diff)
downloadargaze-94ccab6f91c00b1f669b09445bd5af8c32957e72.zip
argaze-94ccab6f91c00b1f669b09445bd5af8c32957e72.tar.gz
argaze-94ccab6f91c00b1f669b09445bd5af8c32957e72.tar.bz2
argaze-94ccab6f91c00b1f669b09445bd5af8c32957e72.tar.xz
Replacing processing word by capture or playback words.
Diffstat (limited to 'utils/processTobiiRecords.sh')
-rw-r--r--utils/processTobiiRecords.sh8
1 files changed, 4 insertions, 4 deletions
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