Directory sandbox/eyelinkdev/task/trackers/Eyelink/

Directory Created:
2009-03-22 02:51
Directory Deleted:
2010-03-16 14:34
Total Files:
0
Deleted Files:
13
Lines of Code:
0

[root]/sandbox/eyelinkdev/task/trackers/Eyelink

Lines of Code

sandbox/eyelinkdev/task/trackers/Eyelink/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
dep 66 (100.0%) 432 (100.0%) 6.5

Most Recent Commits

dep 2010-03-16 14:34 Rev.: 718

merged eyelink, end of branch development

0 lines of code changed in 13 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: eyeCalibrationEyelink.m (del), initEyeLinkTracker.m (del), initEyelinkEyeTracker.m (del), mglEyelinkCallbackCloseTracker.m (del), mglEyelinkCallbackGetPosition.m (del), mglEyelinkCallbackNextTask.m (del), mglEyelinkCallbackSaveData.m (del), mglEyelinkCallbackStartBlock.m (del), mglEyelinkCallbackStartSegment.m (del), mglEyelinkCallbackStartTrial.m (del), mglEyelinkCallbackTrialEnd.m (del), mglEyelinkCallbackTrialStart.m (del), mglEyelinkTestCalibration.m (del)
dep 2010-02-25 01:27 Rev.: 700

fixed typo

2 lines of code changed in 1 file:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+2 -1)
dep 2010-02-24 06:02 Rev.: 693

Allows a task to specify whether to stop recording at block, task or trial boundaries; allows for multiple tasks so long as only one task (optionally with multiple phases) has the 'collectEyeData' field set.
BY DEFAULT, EVEN IF YOU INIT THE EYE TRACKER, NO DATA IS RECORDED...

28 lines of code changed in 6 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+1), mglEyelinkCallbackNextTask.m (+4 -3), mglEyelinkCallbackStartBlock.m (+5 -5), mglEyelinkCallbackStartSegment.m (+3 -1), mglEyelinkCallbackTrialEnd.m (+7 -1), mglEyelinkCallbackTrialStart.m (+8 -6)
dep 2010-02-24 04:51 Rev.: 692

Updated to handle (hopefully) multiple tasks and remove the 'reset' at block boundaries until it can be implemented in a more coherent way.

11 lines of code changed in 2 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: mglEyelinkCallbackNextTask.m (+6), mglEyelinkCallbackStartBlock.m (+5 -5)
dep 2010-02-20 00:07 Rev.: 686

allow compile on 10.4
mgltestcal initScreens and load a low contrast grey

5 lines of code changed in 1 file:

  • sandbox/eyelinkdev/task/trackers/Eyelink: mglEyelinkTestCalibration.m (+5 -2)
dep 2010-02-03 07:12 Rev.: 682

Moved start recording from task to block callback.

7 lines of code changed in 2 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: mglEyelinkCallbackNextTask.m (-7), mglEyelinkCallbackStartBlock.m (+7)
dep 2009-10-29 00:29 Rev.: 644

fixes saving bugs for eyelink,
corrects recording check
rearranging getTaskParameters

10 lines of code changed in 3 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+1 -1), mglEyelinkCallbackNextTask.m (+9 -1), mglEyelinkCallbackStartBlock.m (-7)
dep 2009-09-16 03:44 Rev.: 632

Fixed lack of file protection bug!
added test calibration and close

9 lines of code changed in 2 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+3 -1), mglEyelinkTestCalibration.m (new 6)
dep 2009-08-28 06:00 Rev.: 625

Fixed eyetracker file save to not lose data on matlab crash
This should be improved, it's a bit of a hack.

47 lines of code changed in 1 file:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+47 -5)
dep 2009-03-27 00:22 Rev.: 561

Use device coords by default

1 lines of code changed in 1 file:

  • sandbox/eyelinkdev/task/trackers/Eyelink: mglEyelinkCallbackGetPosition.m (+1 -1)
dep 2009-03-26 06:20 Rev.: 560

removed debugging code

0 lines of code changed in 1 file:

  • sandbox/eyelinkdev/task/trackers/Eyelink: mglEyelinkCallbackStartBlock.m (-1)
dep 2009-03-26 06:17 Rev.: 558

bugfix: integration of eye-tracker recording (mglEyelinkRecordStart) with task

4 lines of code changed in 2 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+2 -2), mglEyelinkCallbackStartBlock.m (+2 -1)
dep 2009-03-26 02:33 Rev.: 554

Added new callbacks,
Renamed recording functions,
Added task/phase specific recording spec
Integrated start/stop recording into the task structure

82 lines of code changed in 9 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+20 -9), mglEyelinkCallbackCloseTracker.m (+4), mglEyelinkCallbackGetPosition.m (-3), mglEyelinkCallbackNextTask.m (+1 -1), mglEyelinkCallbackSaveData.m (+8 -6), mglEyelinkCallbackStartBlock.m (+13 -9), mglEyelinkCallbackStartSegment.m (+1 -1), mglEyelinkCallbackTrialEnd.m (new 15), mglEyelinkCallbackTrialStart.m (new 20)
dep 2009-03-25 05:35 Rev.: 553

Added edf messages

7 lines of code changed in 1 file:

  • sandbox/eyelinkdev/task/trackers/Eyelink: mglEyelinkCallbackStartTrial.m (+7 -2)
dep 2009-03-25 05:02 Rev.: 552

check to see if the save data field exists

2 lines of code changed in 1 file:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+2 -2)
dep 2009-03-25 01:09 Rev.: 551

Create a template gaze contingent task as a base for testing
bugfix: eyepos returned -y

75 lines of code changed in 4 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+21), mglEyelinkCallbackCloseTracker.m (new 19), mglEyelinkCallbackGetPosition.m (+4 -1), mglEyelinkCallbackSaveData.m (new 31)
dep 2009-03-23 07:23 Rev.: 550

fixed callback code and changed default eye-coords

2 lines of code changed in 2 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+1 -1), mglEyelinkCallbackGetPosition.m (+1 -1)
dep 2009-03-23 05:54 Rev.: 549

set physical params correctly,
fixed callbacks for trial/seg tags

32 lines of code changed in 3 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: initEyelinkEyeTracker.m (+25 -3), mglEyelinkCallbackStartSegment.m (+5 -8), mglEyelinkCallbackStartTrial.m (+2 -5)
dep 2009-03-22 07:41 Rev.: 548

Working mglEyelink with tracking

6 lines of code changed in 2 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: eyeCalibrationEyelink.m (+5), initEyelinkEyeTracker.m (+1 -1)
dep 2009-03-22 04:45 Rev.: 547

baseline task support
fixed mglEyelinkOpen and dependents to allow dummy mode

59 lines of code changed in 2 files:

  • sandbox/eyelinkdev/task/trackers/Eyelink: eyeCalibrationEyelink.m (+6 -2), initEyelinkEyeTracker.m (new 53)

(2 more)

Generated by StatSVN 0.4.1