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

| 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 |
Added the option to remove blinks detected with the Eyelink algorithm.
20 lines of code changed in 1 file:
Passing empty task to tickScreen to avoid crashing when you hit ESC from this routine
4 lines of code changed in 1 file:
Adding ability to set a subjectFolder under subjectID
0 lines of code changed in 1 file:
Adding default for eye tracker
0 lines of code changed in 1 file:
fixed a few small inconsistencies with the output of mglPrivateEyelinkEDFRead that crept in at some point
3 lines of code changed in 1 file:
Use the non-private callback.
1 lines of code changed in 1 file:
Renamed *EDF to EDF* to be consistent with other fns
[+ bugfix in merge of getTaskEyeTraces]
0 lines of code changed in 1 file:
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:
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:
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:
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:
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:
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:
Undoing Franco screw-up
0 lines of code changed in 1 file:
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:
oops - left a 'keyboard' in the last version...
1 lines of code changed in 1 file:
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:
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:
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:
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:
(258 more)