Releases: royhessels/I2MC
I2MC Fixation-classification algorithm
I2MC Fixation-classification algorithm
This release fixes the following:
v2.0.7: twoClusterWeighting: placement of switch weights was inconsistent with locations where downsampled data were taken from, which causes a slight misalignment for some downsample levels, and also a crash due to wrong indexing for some valid input parameters (e.g. downsample 5 for 60 Hz data and a .2 s window)
I2MC Fixation-classification algorithm
This release fixes the following:
v2.0.6: wrong indexing in kmeans2 that could be hit in an edge case made code operate differently than specified in comment. super low impact, if any
v2.0.5: silenced I2MC
v2.0.4: added some more parameters to the example script, with documentation
I2MC Fixation-classification algorithm
This release fixes a small bug in v2.0.2 where the noise measures FixRangeX and FixRangeY gave incorrect values.
I2MC Fixation-classification algorithm
This release makes specifiying screen-distance and size for noise measures in degrees optional (noise measures are then given in pixels). Also removes requirement of statistics toolbox.
I2MC Fixation-classification algorithm
This release fixes an issue where using lower sampling frequency would yield too few samples for the chebychev-filter. When the order is too low, the code now returns an error explaining which settings to change.
I2MC Fixation-detection algorithm
This release fixes an issue where I2MC tended to eat into the saccade. I.e., it put the fixation ends too late when the saccade was already in flight, and the fixations starts too early when the saccade was still in flight.
I2MC Fixation-detection algorithm
First release of the I2MC fixation-detection algorithm accompanying the paper.
Minor bugfixes compared to v1.1, fixation end time was overestimated by one sample. Fixation duration was not affected.
I2MC Fixation-detection algorithm
First release of the I2MC fixation-detection algorithm accompanying the paper. Requirement for Signal Processing toolbox is now removed.
I2MC fixation-detection algorithm
First release of the I2MC fixation-detection algorithm. Minor bug-fixes.