% Dataset: "Motor recalibration of visual and saccadic maps" % Authors: Sandra Tyralla, Antonella Pome', Eckart Zimmermann % Perceptual Psychology, Heinrich-Heine University Dusseldorf % %%%%% % data_analyze.m % script for generating the figures reported in the manuscript % %%%%% % mymat_Subj1.mat % .mat-file containing saccade landing positions and localizations [in deg] % for one example subject (Exp.1, long [50 trials] condition) % %%%%% % mymat_Exp1.mat, mymat_Exp2.mat, mymat_Exp3.mat % .mat-files containing for each subject, block and session: % landing positions and localizations [in deg] % adaptation effect for saccades and localizations + SEMs % the difference in localization + SEMs % % % VARIABLES DESCRIPTION % mymat_ExpX.LandPos: for each subject, the mean saccade landing position % (.Sac) and localization (.Loc) for each block and each session % (session indicated by "_12" / "_25" / "_50" % Blocks: % Baseline: .Bsl_X (same label for saccade and localization) % Post Adaptation: .Adapt_X and .Loc1_X % Post 'no error trials early': .NoErrorEarly_X and .Loc2_X % Post 'no error trials late': .NoErrorLate_X and Loc3_X % mymat_ExpX.AdaptEffect:for each subject, the mean adaptation (mean % in the block minus subject`s baseline) for each block (same labels % as mentioned above) and each session (12, 25, 50) for both, saccade % landing positions (.Sac) and localizations (.Loc) % % mymat_ExpX.error_AdaptEff: SEMs for the mean adaptation effect for each % block (same labels as mentioned above) and each session (12, 25, 50) for % both, saccade landing positions (.Sac) and localizations (.Loc) % % % mymat_ExpX.LocDiff: Difference in localization (localization in Post % Adaptation minus localization in Post 'No error trials early') for each % session (12, 25, 50) for each subject % % mymat_ExpX.err_LocDiff: SEMs for difference ib localizations for each session %(12, 25, 50) % %%% % mymat_rawData.mat % .mat-file containing the raw data for each subject, experiment (.Exp1, .Exp2, .Exp3) and % session (short, medium, long) for both, saccade landing positions (.sacLand) and localizations % (.Loc) % Row representing trial numbers, colomns representing subjects % Note: for saccade landing positions and localizations, missing values are % indicated by "NaN". Additionally, for saccade landing positions, trials % in which a localization should be performed (e.g. trial 1 to 20 for all % experiments) are also indicated by "NaN" (vice versa for localization % clicks).