This repository contains utility tools for additional processing of recording data from UXC. See README in each project to find out more information:
- CorrectTimestamps - use to synchronize timestamps in data, especially eye tracking data from UXC.
- Select - use to split large data files.
First, install Microsoft Visual Studio 2015 or 2017 or Visual Studio Build Tools.
To build the solution using the Visual Studio:
- Open the
UXC.Utils.sln
in Visual Studio. - Set up build target to
Release
. - Build the solution (default hotkey F6).
To build the solution using the included batch script:
- Download NuGet Windows Commandline, v4.9.x were tested.
- Create new environment variable named
nuget
with path set to thenuget.exe
executable, e.g.,C:\Program Files (x86)\NuGet\nuget.exe
. - Test the path in a new command line window with
echo %nuget%
. - Run the
build.bat
script.
Then, locate the build output in the /build/Release/
directory.
Use Issues to request features, report bugs, or discuss ideas.
- UXIsk Filters Framework
- UXIsk Data Serialization Library
- CommandLineParser
- CsvHelper
- Newtonsoft.Json
- Martin Konopka - @martinkonopka
This project is licensed under the 3-Clause BSD License - see the LICENSE.txt file for details
Copyright (c) 2019 Martin Konopka and Faculty of Informatics and Information Technologies, Slovak University of Technology in Bratislava.
- UXIsk
- User eXperience and Interaction Research Center
- Faculty of Informatics and Information Technologies, Slovak University of Technology in Bratislava
- Web: https://www.uxi.sk/
- Martin Konopka
- E-mail: martin (underscore) konopka (at) stuba (dot) sk