/trunk Developers: dep

Login name:
dep
Total Commits:
615 (14.0%)
Lines of Code:
14870 (21.0%)
Most Recent Commit:
2011-09-15 00:39

Activity by Clock Time

Activity by Hour of Day for dep

Activity by Day of Week for dep

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 615 (100.0%) 14870 (100.0%) 24.1
mgllib/mglEyelink/ 87 (14.1%) 7741 (52.1%) 88.9
task/ 49 (8.0%) 4336 (29.2%) 88.4
mgllib/ 430 (69.9%) 1574 (10.6%) 3.6
utils/ 13 (2.1%) 460 (3.1%) 35.3
task/trackers/Eyelink/ 18 (2.9%) 401 (2.7%) 22.2
task/trackers/ASL/ 2 (0.3%) 160 (1.1%) 80.0
mgllib/unitTests/ 3 (0.5%) 142 (1.0%) 47.3
/ 4 (0.7%) 28 (0.2%) 7.0
utils/readDigPort/ 2 (0.3%) 17 (0.1%) 8.5
mgllib/mglTest/ 4 (0.7%) 11 (0.1%) 2.7
task/trackers/ 2 (0.3%) 0 (0.0%) 0.0
task/displays/ 1 (0.2%) 0 (0.0%) 0.0

Activity of dep

Most Recent Commits

dep 2011-09-15 00:39 Rev.: 968

Lion compatible mglMake and mexopt.sh files

655 lines of code changed in 74 files:

  • mgllib: mexopts.10.5.sh (new 286), mexopts.sh (+3 -3), mgl.h (+16 -16), mglBindFrameBufferObject.mexmaci64 (changed), mglBltTexture.mexmaci64 (changed), mglCharToKeycode.mexmaci64 (changed), mglClearScreen.mexmaci64 (changed), mglCreateFrameBufferObject.mexmaci64 (changed), mglDisplayCursor.mexmaci64 (changed), mglDrawImage.mexmaci64 (changed), mglFillOval.mexmaci64 (changed), mglFillRect.mexmaci64 (changed), mglFillRect3D.mexmaci64 (changed), mglFlush.mexmaci64 (changed), mglFrameGrab.mexmaci64 (changed), mglGetGammaTable.mexmaci64 (changed), mglGetKeys.mexmaci64 (changed), mglGetMouse.mexmaci64 (changed), mglGetSecs.mexmaci64 (changed), mglGluAnnulus.mexmaci64 (changed), mglGluDisk.mexmaci64 (changed), mglGluPartialDisk.mexmaci64 (changed), mglIsCursorVisible.mexmaci64 (changed), mglKeycodeToChar.mexmaci64 (changed), mglLines2.mexmaci64 (changed), mglMake.m (+48 -36), mglPoints2.mexmaci64 (changed), mglPoints3.mexmaci64 (changed), mglPolygon.mexmaci64 (changed), mglPrivateClose.mexmaci64 (changed), mglPrivateCreateTexture.mexmaci64 (changed), mglPrivateDeleteTexture.mexmaci64 (changed), mglPrivateDescribeDisplays.mexmaci64 (changed), mglPrivateGetKeyEvent.mexmaci64 (changed), mglPrivateGetMouseEvent.mexmaci64 (changed), mglPrivateInstallSound.mexmaci64 (changed), mglPrivateListener.mexmaci64 (changed), mglPrivateMoveWindow.mexmaci64 (changed), mglPrivateMovie.mexmaci64 (changed), mglPrivateOpen.mexmaci64 (changed), mglPrivatePlaySound.mexmaci64 (changed), mglPrivatePostEvent.mexmaci64 (changed), mglPrivateSwitchDisplay.mexmaci64 (changed), mglQuad.mexmaci64 (changed), mglResolution.mexmaci64 (changed), mglSetGammaTable.mexmaci64 (changed), mglSetMousePosition.mexmaci64 (changed), mglShader.mexmaci64 (changed), mglStencilCreateBegin.mexmaci64 (changed), mglStencilCreateEnd.mexmaci64 (changed), mglStencilSelect.mexmaci64 (changed), mglStrokeText.mexmaci64 (changed), mglText.mexmaci64 (changed), mglTransform.mexmaci64 (changed), mglUnbindFrameBufferObject.mexmaci64 (changed)
  • mgllib/mglEyelink: mexopts.10.5.sh (new 286), mexopts.sh (+2 -2), mglEyelinkIsConnected.mexmaci64 (changed), mglEyelinkRecordingCheck.mexmaci64 (changed), mglEyelinkRecordingStop.mexmaci64 (changed), mglPrivateEyelinkCMDPrintF.mexmaci64 (changed), mglPrivateEyelinkClose.mexmaci64 (changed), mglPrivateEyelinkDriftCorrection.mexmaci64 (changed), mglPrivateEyelinkEDFGetFile.mexmaci64 (changed), mglPrivateEyelinkEDFOpen.mexmaci64 (changed), mglPrivateEyelinkEDFPrintF.mexmaci64 (changed), mglPrivateEyelinkEDFRead.c (+14 -15), mglPrivateEyelinkEDFRead.mexmaci64 (changed), mglPrivateEyelinkGetCurrentSample.mexmaci64 (changed), mglPrivateEyelinkGoOffline.mexmaci64 (changed), mglPrivateEyelinkOpen.mexmaci64 (changed), mglPrivateEyelinkRecordingStart.mexmaci64 (changed), mglPrivateEyelinkSendCommand.mexmaci64 (changed), mglPrivateEyelinkSetup.mexmaci64 (changed)
dep 2011-08-18 01:59 Rev.: 964

Added the option to remove blinks detected with the Eyelink algorithm.

20 lines of code changed in 1 file:

  • task: getTaskEyeTraces.m (+20 -2)
dep 2011-07-02 04:19 Rev.: 949

Use the non-private callback.

24 lines of code changed in 3 files:

  • mgllib/mglEyelink: mglEyelinkRecordingStart.m (+21 -21)
  • task: eyeCalibDisp.m (+1 -1)
  • task/trackers/Eyelink: mglEyelinkCallbackStartBlock.m (+2 -2)
dep 2011-07-02 01:56 Rev.: 948

Renamed *EDF to EDF* to be consistent with other fns
[+ bugfix in merge of getTaskEyeTraces]

940 lines of code changed in 17 files:

  • Contents.m (+1 -1)
  • mgllib/mglEyelink: mglEyelinkEDFOpen.m (new 30), mglEyelinkEDFRead.m (new 166), mglEyelinkOpenEDF.m (del), mglEyelinkReadEDF.m (del), mglPrivateEyelinkEDFOpen.c (new 60), mglPrivateEyelinkEDFOpen.mexmaci64 (new), mglPrivateEyelinkEDFRead.c (new 679), mglPrivateEyelinkEDFRead.mexmaci64 (new), mglPrivateEyelinkOpenEDF.c (del), mglPrivateEyelinkOpenEDF.mexmaci64 (del), mglPrivateEyelinkReadEDF.c (del), mglPrivateEyelinkReadEDF.mexmaci (del), mglPrivateEyelinkReadEDF.mexmaci64 (del)
  • mgllib/mglTest: mglTestEyelink.m (+1 -1)
  • task: getTaskEyeTraces.m (+2 -2)
  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+1 -1)
dep 2011-07-02 01:26 Rev.: 947

Removed copy of CMDPrintF which was duplicated as EDFOpen

0 lines of code changed in 2 files:

  • mgllib/mglEyelink: mglPrivateEyelinkEDFOpen.c (del), mglPrivateEyelinkEDFOpen.mexmaci64 (changed)
dep 2011-07-02 01:25 Rev.: 946

Fixed for V1 messages with degeneracy;
Fixed initial segment time
Simplified finding the time
Extracted sample time and calibration info from the header

71 lines of code changed in 5 files:

  • mgllib/mglEyelink: mglEyelinkReadEDF.m (+27), mglPrivateEyelinkReadEDF.c (+17 -16), mglPrivateEyelinkReadEDF.mexmaci64 (changed)
  • task: getTaskEyeTraces.m (+26 -10), getTaskParameters.m (+1 -1)
dep 2011-06-26 03:50 Rev.: 938

Added missing helper functions to keep mgl not depended on mrTools
Removed some (a few) unnecessary dependencies, more could be removed
fixed so that it handles mglEyelink V1 messages
Note that it does not allow the parsing/extraction for all phases of a given task

455 lines of code changed in 6 files:

  • task: getTaskEyeTraces.m (+25 -9)
  • utils: cellArray.m (new 43), fixBadChars.m (new 73), getArgs.m (new 200), getSmoothColor.m (new 66), mrStr2num.m (new 48)
dep 2011-06-26 03:14 Rev.: 937

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:

  • task/trackers/Eyelink: initEyelinkEyeTracker.m (+7 -7)
dep 2011-06-26 03:06 Rev.: 936

Updated to correctly parse MGL V1 messages (the messages that were used between about 2010/01
and 2010/08 by some members of the NYU community. The results are placed in a structure compatible
(identical to) the V2 messages. The function and MGL's other code should be modified to include a version
number in the preamble...

252 lines of code changed in 2 files:

  • mgllib/mglEyelink: mglPrivateEyelinkReadEDF.c (+252 -111), mglPrivateEyelinkReadEDF.mexmaci64 (changed)
dep 2010-08-25 07:40 Rev.: 857

typo

1 lines of code changed in 1 file:

  • 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:

  • mgllib/mglEyelink: mexopts.sh (+6 -6)
dep 2010-05-05 02:03 Rev.: 825

non-private wrapper for opening EDF files

18 lines of code changed in 1 file:

  • 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:

  • 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:

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

converted all subfun isfile into a utility function

28 lines of code changed in 9 files:

  • mgllib: mglGetParam.m (-31), mglInstallSound.m (-24), mglSetParam.m (-29)
  • task: initScreen.m (-19), mglGetScreenParams.m (-28), mglSetScreenParams.m (-28), saveStimData.m (-22)
  • task/trackers/Eyelink: initEyelinkEyeTracker.m (-21)
  • utils: isfile.m (new 28)
dep 2010-04-07 07:08 Rev.: 799

Fixed rename (missed due to mex collision)

1 lines of code changed in 1 file:

  • mgllib/mglTest: mglTestEyelink.m (+1 -1)
dep 2010-03-29 11:48 Rev.: 776

Commented out calibrate test message--it changes the mean luminance during autothresholding

6 lines of code changed in 1 file:

  • task/trackers/Eyelink: eyeCalibrationEyelink.m (+6 -3)
dep 2010-03-27 03:28 Rev.: 774

BUGFIX: type from template

1 lines of code changed in 1 file:

  • mgllib/mglEyelink: mglEyelinkSetup.m (+1 -1)
dep 2010-03-27 03:26 Rev.: 773

Fixed checkrecording tests

5 lines of code changed in 1 file:

  • mgllib/mglTest: mglTestEyelink.m (+5 -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:

  • mgllib/mglEyelink: mglEyelinkOpen.m (+1 -1)

(34 more)

Generated by StatSVN 0.4.1