Creates excel sheet containing trial on- and offsets from output log file
How to install the requirements:
- Install python - https://www.python.org/downloads/
- Install Conda: https://conda.io/projects/conda/en/latest/user-guide/install/index.html
- Create an environment with numpy, pandas, datetime, argparse and pathlib installed
How to run the script:
- Open the conda prompt and execute HexLogWriter.py
- Input the path to the log file when prompted (for example C:\Users\Gebruiker\Documents\HexLogWriter\2019-01-16_10-43-01_hextrack_log)
- Input the path to the directory in which the excel sheet needs to be saved (for example C:\Users\Gebruiker\Documents\HexLogWriter)
- ???
- Profit
Important notes: Trial count continues for the entire log file (thus after mouse 1 is done, the counter keeps going on for the next mouse), these thus need to be adjusted when inputting the rest of the data. Sometimes the log file contains no 'real' trials, these then need to be deleted from the excel sheet.