Kautzky & Thurley (2016) Royal Society Open Science. Folder structure containing the data: ------------------------------------- The data include behavioral results for each task and subject. Data is sorted in folders structured as follows: distance -- spatial bisection experiments time -- temporal bisection experiments controls_distance -- spatial bisection experiments with manipulations controls_time -- temporal bisection experiments with manipulations Each of these folders contains subfolders named with the ID of the animal the data was acquired with (10088, 10089, 10090, 10091, 10535, 10536, 10537). In each of these subfolders further subfolders are located which include data from an experimental session and are named with the date YYYY-MM-DD_SN with SN being the session number on that day. Only one session was performed per animal and day, i.e. SN is always equal to 01 here. For the bisection experiments with manipulations the subfolders beloning to one animal contain one subfolder for each manipulation, i.e. control baseline, double, half, horizontal, inverse gain, noise. For spatial bisection also a folder for openloop exists and a folder called baseline, which contains the baseline trials we did before every session to ensure stable performance before presenting the manipulation. Data files for each session: ---------------------------- For each session data is stored in different files. Data files are text files. Each file starts with a header containing parameters. Lines belonging to the header start with #. One line corresponds to one parameter stored as a key value pair separated by =. The files for a session include: assisted_trials list of trials which should not be analyzed due to time out (negative value) or a problem with the setup (positive value), e.g. when the treadmill got blocked. bisection_position.traj contains positional data sampled at a rate dt (see header). Each line is one sample with timestamp, x, y, z coordinate separated by space characters. bisection_responses_starts.traj contains timestamp, , x, y, z coordinate separated by space characters for the begin of a trial, i.e. when animal started moving. bisection_stimuli.tsv contains tab separated parameters of the stimulation in a trial. Key and value of a pair are separated by colons. Timestamp of trial, scaling, yaw, wait_time between trials, correct_side (arm of the maze), gain factor, mazeName, time_out interval, eval_time (duration of evaluation screen), task_value (stimulus time or distance). Decision data was sorted differently for animals in group 1 (10088, 10089, 10090, 10091) and group 2 (10535, 10536, 10537): bisection_responses_decisions.traj contains data for correct decision and chosen arm. One line for every choice. bisection_responses.tsv contains data separated by tabs in key value pairs separated by colons. Values were stored for correct decision (hit), chosen arm (chosen_arm), ran distance (prod_dist) and time (prod_time). One line for every choice.