Directory trunk/mgllib/mglEyelink/

Directory Created:
2010-03-16 14:33
Total Files:
32
Deleted Files:
2
Lines of Code:
3374

[root]/trunk/mgllib/mglEyelink

Lines of Code

trunk/mgllib/mglEyelink/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 71 (100.0%) 7130 (100.0%) 100.4
dep 47 (66.2%) 6265 (87.9%) 133.2
justin 24 (33.8%) 865 (12.1%) 36.0

Most Recent Commits

dep 2010-08-25 07:40 Rev.: 857

typo

1 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglEyelinkOpenEDF.m (+1 -1)
dep 2010-08-25 05:14 Rev.: 856

updated to search $HOME/Library/Frameworks on mac(i/i64)

6 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mexopts.sh (+6 -6)
justin 2010-08-11 11:24 Rev.: 852

Adding check for compiled file

7 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglEyelinkReadEDF.m (+7 -1)
dep 2010-05-05 02:03 Rev.: 825

non-private wrapper for opening EDF files

18 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglEyelinkOpenEDF.m (new 18)
dep 2010-05-05 02:02 Rev.: 824

bugfix fileparts conversion

1 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglEyelinkReadEDF.m (+1 -1)
dep 2010-05-05 02:01 Rev.: 823

test using fileparts for edf ext

5 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglEyelinkReadEDF.m (+5 -1)
justin 2010-05-02 15:36 Rev.: 821

Test example

105 lines of code changed in 3 files:

  • trunk/mgllib/mglEyelink: mglEyelinkReadEDF.m (+104 -2), mglPrivateEyelinkReadEDF.c (+1 -1), mglPrivateEyelinkReadEDF.mexmaci (changed)
justin 2010-04-16 12:55 Rev.: 812

Reads mgl events and returns them, but still working on getting a good data set to finish off the code and incorporate into mglGetTaskParameters

107 lines of code changed in 3 files:

  • trunk/mgllib/mglEyelink: mglEyelinkReadEDF.m (+9 -1), mglPrivateEyelinkReadEDF.c (+98 -7), mglPrivateEyelinkReadEDF.mexmaci (changed)
justin 2010-04-05 22:02 Rev.: 798

Starting function to read Eyelink edf files

246 lines of code changed in 4 files:

  • trunk/mgllib/mglEyelink: mexopts.sh (+6 -6), mglEyelinkReadEDF.m (new 22), mglPrivateEyelinkReadEDF.c (new 218), mglPrivateEyelinkReadEDF.mexmaci (new)
dep 2010-03-27 03:28 Rev.: 774

BUGFIX: type from template

1 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglEyelinkSetup.m (+1 -1)
dep 2010-03-27 03:22 Rev.: 772

BUG: exist returns 3 if it finds a mex file. Not sure why this echeck is here?

1 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglEyelinkOpen.m (+1 -1)
dep 2010-03-26 02:31 Rev.: 769

renamed mglPrivateEyelinkCalibration -> mglPrivateEyelinkSetup

1398 lines of code changed in 7 files:

  • trunk/mgllib/mglEyelink: developer.txt (+64 -74), mglEyelinkSetup.m (+1 -1), mglPrivateEyelinkCalibration.c (del), mglPrivateEyelinkCalibration.h (del), mglPrivateEyelinkDriftCorrection.c (+1 -1), mglPrivateEyelinkSetup.c (new 1172), mglPrivateEyelinkSetup.h (new 160)
dep 2010-03-26 02:24 Rev.: 768

Added public interface to the eyelink calibration private mex function, not
all functionality is implemented.

19 lines of code changed in 5 files:

  • trunk/mgllib/mglEyelink: mglEyelinkCalibrate.m (new), mglEyelinkDriftCorrect.m (new), mglEyelinkRecordingStart.m (+4 -3), mglEyelinkSetup.m (new 15), mglEyelinkValidate.m (new)
dep 2010-03-26 01:50 Rev.: 767

Doc string fix

3 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglPrivateEyelinkOpenEDF.c (+3 -2)
justin 2010-03-19 11:32 Rev.: 756

Minor changes to make mglEyelinkOpen fail gracefully if you do not have the eye tracker code compiled

7 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglEyelinkOpen.m (+7 -1)
justin 2010-03-18 16:46 Rev.: 755

minor changes. taskTemplateGazeContingent uses default monitor settings

3 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglPrivateEyelinkCalibration.c (+3 -3)
justin 2010-03-18 16:10 Rev.: 753

Changed error handling to provide warning messages. If the tracker cannot be initialized it shouldn't crash the program, it should continue to run and give a warning that the tracker did not initialize. This way you can run your stimulus program on computers without trackers.

94 lines of code changed in 4 files:

  • trunk/mgllib/mglEyelink: mglEyelinkOpen.m (+17 -16), mglPrivateEyelinkCMDPrintF.c (+1 -1), mglPrivateEyelinkEDFGetFile.c (+12 -6), mglPrivateEyelinkOpen.c (+64 -46)
justin 2010-03-18 16:09 Rev.: 752

Changed back to drawing lines for cursors. Seems to work fine now

24 lines of code changed in 2 files:

  • trunk/mgllib/mglEyelink: mglPrivateEyelinkCalibration.c (+23 -28), mglPrivateEyelinkCalibration.h (+1 -1)
justin 2010-03-18 10:57 Rev.: 742

mglPrivateEyelinkCalibration now uses a liveBuffer to update. Actually it seems that the slowing down problem has to do with the crosshairs callbacks. Commented out for now.

Moving all test programs into mglTest.

143 lines of code changed in 2 files:

  • trunk/mgllib/mglEyelink: mglPrivateEyelinkCalibration.c (+136 -110), mglPrivateEyelinkCalibration.h (+7 -21)
justin 2010-03-18 09:48 Rev.: 741

minor changes to header file

3 lines of code changed in 1 file:

  • trunk/mgllib/mglEyelink: mglPrivateEyelinkCalibration.h (+3 -3)

(6 more)

Generated by StatSVN 0.4.1