![]()
| 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 |
Print out of what calibration settings are set up
1 lines of code changed in 1 file:
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:
Use the non-private callback.
2 lines of code changed in 1 file:
Renamed *EDF to EDF* to be consistent with other fns
[+ bugfix in merge of getTaskEyeTraces]
1 lines of code changed in 1 file:
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:
*** empty log message ***
7 lines of code changed in 1 file:
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:
Adding comment that callback names are required
6 lines of code changed in 1 file:
Adding ability to set number of calibration points by setting mglEyelinkParams
7 lines of code changed in 1 file:
converted all subfun isfile into a utility function
0 lines of code changed in 1 file:
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:
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:
Moving start eye link recording till after we calibrate the eye tracker
0 lines of code changed in 1 file:
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:
Adding taskID to messages for general saving of eye tracker data
16 lines of code changed in 2 files:
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:
Gives warning if you do not have eyelink compiled
6 lines of code changed in 1 file:
Commented out calibrate test message--it changes the mean luminance during autothresholding
6 lines of code changed in 1 file:
renamed mglPrivateEyelinkCalibration -> mglPrivateEyelinkSetup
2 lines of code changed in 2 files:
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:
(1 more)