Skip to content

Data export

Thomas Duhamel requested to merge csv_export into develop

Created by: thomasduhamel

Allows to export data as a file per experiment per persion per session, with a line per trial, as CSV files.

The files are named after the experiment name specified in the JSON configuration file and the user id and session number sepecified in the UI.

The folder where the files are exported is defined as the application data path followed by the directory Outputs that is created if necessary. It can be overriden through the options menu.

Merge request reports