Directory task/trackers/Eyelink/

Directory Created:
2010-03-16 14:33
Total Files:
12
Deleted Files:
0
Lines of Code:
545

[root]/task/trackers/Eyelink

Lines of Code

task/trackers/Eyelink/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 40 (100.0%) 806 (100.0%) 20.1
dep 18 (45.0%) 401 (49.8%) 22.2
justin 20 (50.0%) 395 (49.0%) 19.7
eli 2 (5.0%) 10 (1.2%) 5.0

Most Recent Commits

justin 2012-07-31 15:11 Rev.: 1039

Print out of what calibration settings are set up

1 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+1)
justin 2012-07-31 10:59 Rev.: 1038

Adding ability to set the size of the area eye calibration is done on. That is, if you set to 0.5 then the calibration targets will be presented at 50% of the screen size. Set this with mglEyelinkParams

12 lines of code changed in 2 files:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+6), mglEyelinkParams.m (+6 -1)
dep 2011-07-02 04:19 Rev.: 949

Use the non-private callback.

2 lines of code changed in 1 file:

  • task/trackers/Eyelink: mglEyelinkCallbackStartBlock.m (+2 -2)
dep 2011-07-02 01:56 Rev.: 948

Renamed *EDF to EDF* to be consistent with other fns
[+ bugfix in merge of getTaskEyeTraces]

1 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+1 -1)
dep 2011-06-26 03:14 Rev.: 937

Added MGL version and mglEyelink version to the preamble saved in
the edf file. this can be used to aid in parsing if changes or additions are
made in the future.

7 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+7 -7)
eli 2010-10-13 00:06 Rev.: 880

*** empty log message ***

7 lines of code changed in 1 file:

  • task/trackers/Eyelink: mglEyelinkParams.m (+7 -3)
eli 2010-10-13 00:06 Rev.: 879

added line to set the sensitivity of the event parser (defaults to 1, which is more sensitivity)

3 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+3 -3)
justin 2010-09-04 18:01 Rev.: 868

Adding comment that callback names are required

6 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+6)
justin 2010-08-11 12:05 Rev.: 854

Adding ability to set number of calibration points by setting mglEyelinkParams

7 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+7 -8)
dep 2010-05-05 02:01 Rev.: 822

converted all subfun isfile into a utility function

0 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (-21)
justin 2010-04-23 13:57 Rev.: 816

A few more fixes so that the default (if you do not set any task to collectEyeData is to collect eye data for all tasks)

3 lines of code changed in 1 file:

  • task/trackers/Eyelink: mglEyelinkCallbackNextTask.m (+3 -3)
justin 2010-04-16 12:53 Rev.: 811

Function to set/get eyelink parameters. There is corresponding code in initEyelinkEyeTracker that will read the parameters from this function, but it is not checked in yet until I can test it.

137 lines of code changed in 1 file:

  • task/trackers/Eyelink: mglEyelinkParams.m (new 137)
justin 2010-04-15 16:39 Rev.: 808

Moving start eye link recording till after we calibrate the eye tracker

0 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (-10)
justin 2010-04-14 12:55 Rev.: 805

initTask now always sets the variable collectEyeData so that we don't have to do a field check in the callbacks.
Also, if initTask has any task with a collectEyeData set to not false, then we turn of the myscreen collectEyeData which sets recording for the whole structure

27 lines of code changed in 5 files:

  • task/trackers/Eyelink: mglEyelinkCallbackGetPosition.m (+2 -3), mglEyelinkCallbackNextTask.m (+7 -8), mglEyelinkCallbackStartBlock.m (+8 -9), mglEyelinkCallbackTrialEnd.m (+7 -8), mglEyelinkCallbackTrialStart.m (+3 -5)
justin 2010-04-14 12:47 Rev.: 804

Adding taskID to messages for general saving of eye tracker data

16 lines of code changed in 2 files:

  • task/trackers/Eyelink: mglEyelinkCallbackStartSegment.m (+5 -5), mglEyelinkCallbackTrialStart.m (+11 -9)
justin 2010-04-14 11:53 Rev.: 803

Default to starting eye tracker as soon as you call initEyelinkEyeTracker so that all data can be saved for all tasks

10 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+10)
justin 2010-03-30 15:44 Rev.: 780

Gives warning if you do not have eyelink compiled

6 lines of code changed in 1 file:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+6)
dep 2010-03-29 11:48 Rev.: 776

Commented out calibrate test message--it changes the mean luminance during autothresholding

6 lines of code changed in 1 file:

  • task/trackers/Eyelink: eyeCalibrationEyelink.m (+6 -3)
dep 2010-03-26 02:31 Rev.: 769

renamed mglPrivateEyelinkCalibration -> mglPrivateEyelinkSetup

2 lines of code changed in 2 files:

  • task/trackers/Eyelink: eyeCalibrationEyelink.m (+1 -1), mglEyelinkTestCalibration.m (+1 -1)
justin 2010-03-18 16:11 Rev.: 754

Number of minor changes here and there. The taskTemplateGazeContingent and calibrateEyeTracker sequence now display messages to get the experimenter started on what is going on.

170 lines of code changed in 3 files:

  • task/trackers/Eyelink: eyeCalibrationEyelink.m (+36 -16), initEyelinkEyeTracker.m (+118 -116), mglEyelinkCallbackSaveData.m (+16 -18)

(1 more)

Generated by StatSVN 0.4.1