/trunk Developers: eli

Login name:
eli
Total Commits:
55 (1.3%)
Lines of Code:
208 (0.3%)
Most Recent Commit:
2011-07-15 00:41

Activity by Clock Time

Activity by Hour of Day for eli

Activity by Day of Week for eli

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 55 (100.0%) 208 (100.0%) 3.7
mgllib/mglEyelink/ 11 (20.0%) 157 (75.5%) 14.2
task/ 5 (9.1%) 27 (13.0%) 5.4
task/trackers/Eyelink/ 2 (3.6%) 10 (4.8%) 5.0
utils/ 2 (3.6%) 7 (3.4%) 3.5
mgllib/ 35 (63.6%) 7 (3.4%) 0.2

Activity of eli

Most Recent Commits

eli 2011-07-15 00:41 Rev.: 952

fixed a few small inconsistencies with the output of mglPrivateEyelinkEDFRead that crept in at some point

3 lines of code changed in 1 file:

  • task: getTaskEyeTraces.m (+3 -1)
eli 2011-07-13 23:50 Rev.: 951

fixed a small bug in eric's last update which was causing mglPrivateEyelinkEDFRead to crash

12 lines of code changed in 2 files:

  • mgllib/mglEyelink: mglPrivateEyelinkEDFRead.c (+12 -10), mglPrivateEyelinkEDFRead.mexmaci64 (changed)
eli 2011-03-25 03:27 Rev.: 912

fixed a small bug (found by Helena Wang) that was causing movies to be displayed at the wrong position on the screen.

2 lines of code changed in 1 file:

  • mgllib: mglOpen.m (+2 -2)
eli 2011-02-18 06:06 Rev.: 908

oops - left a 'keyboard' in the last version...

1 lines of code changed in 1 file:

  • task: getTaskEyeTraces.m (+1 -2)
eli 2011-02-18 05:55 Rev.: 907

modified variable names for edf.gaze.x and edf.gaze.y (had been h & v) to be compatible with the output of mglPrivateReadEDF.

17 lines of code changed in 1 file:

  • task: getTaskEyeTraces.m (+17 -26)
eli 2011-01-15 02:34 Rev.: 892

Fixed a bug in which gaze sampels were being set to NaN if there was no corresponding velocity computed. It turns out that there are many time points that have 'missing' velocity samples but perfectly fine gaze samples. Also added a 64-bit version.

3 lines of code changed in 3 files:

  • mgllib/mglEyelink: mglPrivateEyelinkReadEDF.c (+3 -2), mglPrivateEyelinkReadEDF.mexmaci (changed), mglPrivateEyelinkReadEDF.mexmaci64 (new)
eli 2010-10-30 03:11 Rev.: 883

fixed small bug in number of expected args

1 lines of code changed in 1 file:

  • mgllib/mglEyelink: mglEyelinkEDFPrintF.m (+1 -1)
eli 2010-10-21 04:50 Rev.: 882

*** empty log message ***

3 lines of code changed in 1 file:

  • mgllib/mglEyelink: mglEyelinkEDFPrintF.m (+3)
eli 2010-10-21 04:49 Rev.: 881

added a header with some help

15 lines of code changed in 1 file:

  • mgllib/mglEyelink: mglEyelinkEDFPrintF.m (+15 -9)
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)
eli 2010-10-12 23:38 Rev.: 878

changed from close_eyelink_connection() to eyelink_close(1), which seems to avoid a crash when using the 64-bit eyelink libs

13 lines of code changed in 1 file:

  • mgllib/mglEyelink: mglPrivateEyelinkClose.c (+13 -9)
eli 2010-10-12 23:28

now returns named structures for saccades, fixations, and blinks. still need to parse calibration and validation sections

110 lines of code changed in 2 files:

  • mgllib/mglEyelink: mglPrivateEyelinkReadEDF.c (+110 -41), mglPrivateEyelinkReadEDF.mexmaci (changed)
eli 2007-08-23 04:13 Rev.: 254

fixed negative direction so that the last frame in the cycle for 'direction=-1' is the same as the first frame in the cycle for 'direction=1'

1 lines of code changed in 1 file:

  • utils: mglRetinotopy.m (+1 -1)
eli 2007-07-17 00:32 Rev.: 249

fixed bug in parameter parsing in call to myscreen=mglRetinotopy(params)

6 lines of code changed in 1 file:

  • utils: mglDoRetinotopy.m (+6 -1)
eli 2007-03-08 01:09 Rev.: 195

updated screen info for tejas

5 lines of code changed in 1 file:

  • task: initScreen.m (+5)
eli 2007-02-09 03:55 Rev.: 171

*** empty log message ***

0 lines of code changed in 31 files:

  • mgllib: mglBltTexture.mexmaci (new), mglCharToKeycode.mexmaci (new), mglClearScreen.mexmaci (new), mglFillOval.mexmaci (new), mglFillRect.mexmaci (new), mglFlush.mexmaci (new), mglGetGammaTable.mexmaci (new), mglGetKeyEvent.mexmaci (new), mglGetKeys.mexmaci (new), mglGetMouse.mexmaci (new), mglGetMouseEvent.mexmaci (new), mglGetSecs.mexmaci (new), mglGluDisk.mexmaci (new), mglInstallSound.mexmaci (new), mglKeycodeToChar.mexmaci (new), mglLines2.mexmaci (new), mglPlaySound.mexmaci (new), mglPoints2.mexmaci (new), mglPoints3.mexmaci (new), mglPolygon.mexmaci (new), mglPrivateClose.mexmaci (new), mglPrivateCreateTexture.mexmaci (new), mglPrivateOpen.mexmaci (new), mglQuad.mexmaci (new), mglSetGammaTable.mexmaci (new), mglStencilCreateBegin.mexmaci (new), mglStencilCreateEnd.mexmaci (new), mglStencilSelect.mexmaci (new), mglStrokeText.mexmaci (new), mglText.mexmaci (new), mglTransform.mexmaci (new)
eli 2007-02-09 03:54 Rev.: 170

fixed another pointer deref error that only shows up on intel

2 lines of code changed in 1 file:

  • mgllib: mglInstallSound.c (+2 -2)
eli 2007-02-09 02:53 Rev.: 168

mxGetPr fails on intel. maybe fixed

1 lines of code changed in 1 file:

  • mgllib: mglCharToKeycode.c (+1 -1)
eli 2007-02-09 02:40 Rev.: 167

Changed int32 arrays to double arrays since intel mac was bombing on that

2 lines of code changed in 1 file:

  • mgllib: mglInstallSound.c (+2 -7)

(1 more)

Generated by StatSVN 0.4.1