Skip to content

Releases: royhessels/I2MC

I2MC Fixation-classification algorithm

07 Nov 13:48
Compare
Choose a tag to compare

This release fixes the following:
v2.1: endT and dur fields of fixation output are now consistent

I2MC Fixation-classification algorithm

06 May 09:50
Compare
Choose a tag to compare

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

08 Dec 13:23
Compare
Choose a tag to compare

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

07 Dec 08:29
Compare
Choose a tag to compare

This release fixes a small bug in v2.0.2 where the noise measures FixRangeX and FixRangeY gave incorrect values.

I2MC Fixation-classification algorithm

27 Nov 10:01
Compare
Choose a tag to compare

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

15 Sep 06:50
Compare
Choose a tag to compare

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

17 Oct 16:08
Compare
Choose a tag to compare

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

08 Feb 13:10
Compare
Choose a tag to compare

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

06 Oct 09:35
Compare
Choose a tag to compare

First release of the I2MC fixation-detection algorithm accompanying the paper. Requirement for Signal Processing toolbox is now removed.

I2MC fixation-detection algorithm

29 Aug 08:04
Compare
Choose a tag to compare

First release of the I2MC fixation-detection algorithm. Minor bug-fixes.