Directory Setup:
- Clone the "/src" directory in the desired location on your local machine.
- Create a "data" directory in the same location.
- Place all raw data folders in the created "data" directory.
The data analysis scripts are executed by using the "runner.sh" bash script. The "runner.sh" expects 4 parameters:
- The name of the data set to be analyzed
- The intersection ID of the intersection be analyzed
- The total number of tests
- The total number of trials per test
The csv output of the data analysis will be in the "/data/combinedOutput" directory.