Directory trunk/task/

Directory Created:
2006-09-08 10:01
Total Files:
52
Deleted Files:
5
Lines of Code:
7967

[root]/trunk/task
            directory in repo displays (15 files, 57 lines)
            directory in repo trackers (1 files, 65 lines)
                directory in repo ASL (3 files, 180 lines)
                directory in repo Eyelink (12 files, 533 lines)

Lines of Code

trunk/task/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 547 (100.0%) 16806 (100.0%) 30.7
justin 482 (88.1%) 11894 (70.8%) 24.6
dep 49 (9.0%) 4317 (25.7%) 88.1
shani 3 (0.5%) 529 (3.1%) 176.3
eli 5 (0.9%) 27 (0.2%) 5.4
leila 1 (0.2%) 23 (0.1%) 23.0
tsliu 1 (0.2%) 6 (0.0%) 6.0
ds 2 (0.4%) 5 (0.0%) 2.5
mjaz1 1 (0.2%) 3 (0.0%) 3.0
frakkopesto 2 (0.4%) 1 (0.0%) 0.5
chrissaid 1 (0.2%) 1 (0.0%) 1.0

Most Recent Commits

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:

  • trunk/task: getTaskEyeTraces.m (+20 -2)
justin 2011-08-05 11:55 Rev.: 963

Passing empty task to tickScreen to avoid crashing when you hit ESC from this routine

4 lines of code changed in 1 file:

  • trunk/task: eyeCalibDisp.m (+4 -4)
justin 2011-08-04 13:33 Rev.: 962

Adding ability to set a subjectFolder under subjectID

0 lines of code changed in 1 file:

  • trunk/task: initScreen.m (changed)
justin 2011-07-27 08:28 Rev.: 960

Adding default for eye tracker

0 lines of code changed in 1 file:

  • trunk/task: initScreen.m (changed)
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:

  • trunk/task: getTaskEyeTraces.m (+3 -1)
dep 2011-07-02 04:19 Rev.: 949

Use the non-private callback.

1 lines of code changed in 1 file:

  • trunk/task: eyeCalibDisp.m (+1 -1)
dep 2011-07-02 01:56 Rev.: 948

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

0 lines of code changed in 1 file:

  • trunk/task: getTaskEyeTraces.m (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

0 lines of code changed in 2 files:

  • trunk/task: getTaskEyeTraces.m (changed), getTaskParameters.m (changed)
justin 2011-07-01 10:57 Rev.: 944

Adding check for getArgs so that the user gets a warning if they don't have supporting functions in the path

6 lines of code changed in 1 file:

  • trunk/task: getTaskEyeTraces.m (+6 -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

25 lines of code changed in 1 file:

  • trunk/task: getTaskEyeTraces.m (+25 -9)
justin 2011-06-08 14:14 Rev.: 930

Function to get last stimfile from a data directory, can be called either with the directory name, or with the myscreen variable (in which case it looks in myscreen.datadir). Will also print out information about all existing stimfiles in directory

153 lines of code changed in 1 file:

  • trunk/task: getLastStimfile.m (new 153)
justin 2011-05-19 16:56 Rev.: 924

Small change in GUI so that you can't set a calibProportion to 0 (which is out of range)

0 lines of code changed in 1 file:

  • trunk/task: mglEditScreenParams.m (changed)
justin 2011-04-25 14:17 Rev.: 918

Changeset that allows using a cell array for a default argument with calculatedVars. That is, you can init you task with

task.randVars.calculated.var = {nan nan nan nan};

and then on each trial, set the variable to a non-scalar, like:

task.thistrial.var = [1 2 3 4];

0 lines of code changed in 4 files:

  • trunk/task: calculatedRandomization.m (changed), endTask.m (changed), initTask.m (changed), updateTask.m (changed)
justin 2011-04-22 13:03 Rev.: 917

Undoing Franco screw-up

0 lines of code changed in 1 file:

  • trunk/task: initScreen.m (changed)
frakkopesto 2011-04-22 12:23 Rev.: 915

changed moncalib to work with SerialComm. Added a line in initSerialPortUsingComm, that invokes a hand shake before saying that the the port is operative.
the rest of the changes here are the result of a mglMake(1) command.

0 lines of code changed in 1 file:

  • trunk/task: initScreen.m (changed)
eli 2011-02-18 06:06 Rev.: 908

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

1 lines of code changed in 1 file:

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

  • trunk/task: getTaskEyeTraces.m (+17 -26)
justin 2011-01-14 16:47 Rev.: 891

Added a force argument so that the function can get called and be forced to save a stimfile regardless of what mglEditScreenParams settings you have.

28 lines of code changed in 1 file:

  • trunk/task: saveStimData.m (+28 -18)
justin 2011-01-14 16:42 Rev.: 890

If you set myscreen.subjectID to a string and pass into initScreen you can now make the data save into a experiment/subjectID directory. That is, initScreen will create a directory under your default data directory:

~/data/taskfunname/subjectID

where taskfunname is the name of the task program that you ran where the stimfile will get saved. This is useful for saving data specifically for different subjects

0 lines of code changed in 1 file:

  • trunk/task: initScreen.m (changed)
justin 2011-01-13 11:29 Rev.: 889

Minor check for calculated variables to warn and prevent crashing when the calculated variable is set to []

0 lines of code changed in 1 file:

  • trunk/task: updateTask.m (changed)

(258 more)

Generated by StatSVN 0.4.1