Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

datasets from humans performing a navigation task in VR

Kaushik Lakshminarasimhan 24cbd6a9ac Update 'README.md' 2 years ago
LICENSE d8691caff2 Initial commit 2 years ago
README.md 24cbd6a9ac Update 'README.md' 2 years ago
dataset1.mat 486385ebc6 Upload files to '' 2 years ago
dataset2.mat 486385ebc6 Upload files to '' 2 years ago
dataset3.mat 486385ebc6 Upload files to '' 2 years ago

README.md

firefly-human

datasets from humans performing a navigation task in VR:

dataset1.mat: data from experiments in which target locations were discrete and target distances were long (~30m)

dataset2.mat: data from experiments in which target locations were continuous and target distances were short (~6m). Each trial corresponds to one of four experimental conditions (2 sensory reliabilities x 2 max valocities)

dataset3.mat: data from experiments in which target locations were continuous and target distances were short (~6m). Sensory reliability and max valocity were fixed.

Data structure:

Each dataset is formatted as a matlab array of structures. Each element corresponds to one subject. Each subject contains the following fields:

resp: An array of stopping locations encoded in polar co-ordinates -- r is the distance of the participant from the origin at the end of the trial, theta is the angle relative to straight ahead at the end of the trial. The participant is located at the origin at the beginning of each trial.

targ: An array of target locations encoded in polar co-ordinates -- r is the distance of the target from the origin, and theta is the target angle relative to straight ahead.

traj: A cell array of movement trajectories in cartesian co-ordinates. Each cell contains the trajectory from one trial -- xt and yt denote the x and y co-ordinates of the trajectory i.e. participant's position as a function of time t

vel: A cell array of movement velocities. Each cell contains the velocity from one trial -- vt and wt denote the forward velocity and angular velocity, respectively, as a function of time t

prs: An array of trial-specific parameters. floordensity denotes sensory reliability and maxvelocity denotes maximum movement speed. rendering is a flag generated online during the experiment: 1 denotes succeessful rendering of the stiumulus, 0 denotes a possible glitch