Developers: justin

Login name:
justin
Total Commits:
2872 (56.7%)
Lines of Code:
41960 (50.3%)
Most Recent Commit:
2010-07-14 15:34

Activity by Clock Time

Activity by Hour of Day for justin

Activity by Day of Week for justin

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 2872 (100.0%) 41960 (100.0%) 14.6
trunk/mgllib/ 2037 (70.9%) 18675 (44.5%) 9.1
trunk/task/ 439 (15.3%) 10794 (25.7%) 24.5
trunk/utils/ 147 (5.1%) 7123 (17.0%) 48.4
trunk/utils/readDigPort/ 43 (1.5%) 1809 (4.3%) 42.0
trunk/mgllib/mglTest/ 23 (0.8%) 1483 (3.5%) 64.4
trunk/mgllib/mglEyelink/ 23 (0.8%) 858 (2.0%) 37.3
trunk/ 41 (1.4%) 674 (1.6%) 16.4
trunk/task/trackers/Eyelink/ 15 (0.5%) 369 (0.9%) 24.6
trunk/task/displays/ 40 (1.4%) 173 (0.4%) 4.3
branches/v1_0/ 3 (0.1%) 2 (0.0%) 0.6
trunk/mgllib/unitTests/ 2 (0.1%) 0 (0.0%) 0.0
trunk/mgllib/mglTestResources/ 4 (0.1%) 0 (0.0%) 0.0
branches/v1_5/utils/ 4 (0.1%) 0 (0.0%) 0.0
branches/v1_5/task/ 2 (0.1%) 0 (0.0%) 0.0
branches/v1_5/mgllib/ 21 (0.7%) 0 (0.0%) 0.0
branches/v1_2/task/ 6 (0.2%) 0 (0.0%) 0.0
branches/v1_10/task/ 2 (0.1%) 0 (0.0%) 0.0
branches/v1_1/task/ 2 (0.1%) 0 (0.0%) 0.0
branches/v1_0/task/ 4 (0.1%) 0 (0.0%) 0.0
branches/before_ds_changes_for_real/task/ 2 (0.1%) 0 (0.0%) 0.0
branches/before_ds_changes_for_real/ 5 (0.2%) 0 (0.0%) 0.0
branches/before_ds/task/ 2 (0.1%) 0 (0.0%) 0.0
branches/before_ds/ 5 (0.2%) 0 (0.0%) 0.0

Activity of justin

Most Recent Commits

justin 2010-07-14 15:34 Rev.: 839

After 1st test screen keep subsequent test screens up indefinitely until user hits ESC

7 lines of code changed in 1 file:

  • trunk/task: mglEditScreenParams.m (+7 -4)
justin 2010-07-12 13:20 Rev.: 838

Returns which trial each volume comes from - this is used by getStimvol and ultimatley by getMGLStimvol

32 lines of code changed in 1 file:

  • trunk/task: getStimvolFromVarname.m (+32 -1)
justin 2010-06-29 16:50 Rev.: 837

Get all was missing a unique statement for one condition which would make it return non-unqiue values if your variable happened to have repeats of the same value

1 lines of code changed in 1 file:

  • trunk/task: getVarFromParameters.m (+1 -1)
justin 2010-06-29 16:49 Rev.: 836

Ability to load using a filename

14 lines of code changed in 1 file:

  • trunk/task: getTaskParameters.m (+14)
justin 2010-06-29 13:04 Rev.: 835

minor

1 lines of code changed in 1 file:

  • trunk/task: taskTemplate.m (+1 -1)
justin 2010-06-29 13:03 Rev.: 834

Adding a response callback example

29 lines of code changed in 1 file:

  • trunk/task: taskTemplate.m (+29 -8)
justin 2010-06-28 16:41 Rev.: 833

Minor fixes to make comments match code

4 lines of code changed in 1 file:

  • trunk/task: taskTemplate.m (+4 -6)
justin 2010-06-28 16:12 Rev.: 832

Allows for default text to be shown

39 lines of code changed in 1 file:

  • trunk/utils: mglDispText.m (+39 -13)
justin 2010-06-26 13:53 Rev.: 831

Minor. Display message when ending task

2 lines of code changed in 1 file:

  • trunk/task: endTask.m (+2 -2)
justin 2010-06-26 13:37 Rev.: 830

Delete text texture after drawing it

1 lines of code changed in 1 file:

  • trunk/mgllib: mglTextDraw.m (+1)
justin 2010-06-11 15:51 Rev.: 829

Small typo

6 lines of code changed in 1 file:

  • trunk/task: eyeCalibDisp.m (+6 -1)
justin 2010-06-11 14:45 Rev.: 828

Added a new eyetracker type "calibrate" which runs the old/ASL style calibration - this can be used with any eyeTracker not just ASL

78 lines of code changed in 2 files:

  • trunk/task: eyeCalibDisp.m (+77 -12), mglEditScreenParams.m (+1 -1)
justin 2010-06-11 10:52 Rev.: 827

handles cases when string passed in

3 lines of code changed in 1 file:

  • trunk/task: initScreen.m (+3)
justin 2010-05-31 12:04 Rev.: 826

Fix to these functions that handles parameterCode variables to work; i.e. when you have a parameter like "index" and you have parameterCode like "orientation" you should be able to get stimvols orientation(index). This was slightly broken, now fixed.

36 lines of code changed in 3 files:

  • trunk/task: getStimvolFromVarname.m (+3 -2), getTaskParameters.m (+3 -1), getVarFromParameters.m (+30 -5)
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-27 16:52 Rev.: 820

A simple task template for implementing a saccade task - useful for testing eye tracker data

82 lines of code changed in 1 file:

  • trunk/task: taskTemplateSaccade.m (new 82)
justin 2010-04-26 14:44 Rev.: 819

mglEditScreenParams now calls mglDefaultScreenParams

3 lines of code changed in 2 files:

  • trunk/task: mglDefaultScreenParams.m (-1), mglEditScreenParams.m (+3 -55)
justin 2010-04-26 14:44 Rev.: 818

Minor fixes to the task template - handling of 0 contrast and warning message displays

13 lines of code changed in 1 file:

  • trunk/task: taskTemplateContrast10bit.m (+13 -1)
justin 2010-04-26 10:00 Rev.: 817

Pulled out mglDefaultScreenParams and added comments to mglValidateScreenParams

64 lines of code changed in 2 files:

  • trunk/task: mglDefaultScreenParams.m (new 59), mglValidateScreenParams.m (+5 -1)
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 2 files:

  • trunk/task: eyeCalibDisp.m (-1)
  • trunk/task/trackers/Eyelink: mglEyelinkCallbackNextTask.m (+3 -3)

(537 more)

Generated by StatSVN 0.4.1