diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/processTobiiRecords.sh | 8 |
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 |