We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471e49c commit 3ea6263Copy full SHA for 3ea6263
functions/I2MC/I2MCfunc.m
@@ -21,7 +21,7 @@
21
par.scrSz = []; % screen size (e.g. in cm). Optional, specify if want fixation statistics in deg
22
par.disttoscreen = []; % screen distance (in same unit as size). Optional, specify if want fixation statistics in deg
23
% parameters with defaults:
24
-% CUBIC SPLINE INTERPOLATION
+% STEFFEN INTERPOLATION
25
par.windowtimeInterp = .1; % max duration (s) of missing values for interpolation to occur
26
par.edgeSampInterp = 2; % amount of data (number of samples) at edges needed for interpolation
27
par.maxdisp = []; % (default value set below if needed) maximum displacement during missing for interpolation to be possible
0 commit comments