/trunk Developers: farshadm

Login name:
farshadm
Total Commits:
96 (2.6%)
Lines of Code:
1998 (1.9%)
Most Recent Commit:
2008-04-29 03:56

Activity by Clock Time

Activity by Hour of Day for farshadm

Activity by Day of Week for farshadm

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 96 (100.0%) 1998 (100.0%) 20.8
mrLoadRet/Analysis/EventRelated/ 77 (80.2%) 1907 (95.4%) 24.7
mrLoadRet/GUI/ 5 (5.2%) 36 (1.8%) 7.2
mrUtilities/MatlabUtilities/ 3 (3.1%) 18 (0.9%) 6.0
mrLoadRet/ROI/ 4 (4.2%) 15 (0.8%) 3.7
mrLoadRet/View/ 2 (2.1%) 10 (0.5%) 5.0
mrLoadRet/File/ 1 (1.0%) 5 (0.3%) 5.0
mrAlign/ 1 (1.0%) 4 (0.2%) 4.0
mrLoadRet/Analysis/ConcatTSeries/ 2 (2.1%) 2 (0.1%) 1.0
mrLoadRet/Analysis/MotionComp/ 1 (1.0%) 1 (0.1%) 1.0

Activity of farshadm

Most Recent Commits

farshadm 2008-04-29 03:56 Rev.: 1075

GLM can do processing on chunks of data smaller than one slice. "all" is
accepted as the contrast for eventRelatedGlmGUI.

73 lines of code changed in 3 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+68 -25), eventRelatedGlmGUI.m (+1 -1), getGlmContrast.m (+4 -4)
farshadm 2008-02-20 04:12 Rev.: 955

*** empty log message ***

4 lines of code changed in 1 file:

  • mrLoadRet/ROI: getROICoordinates.m (+4 -3)
farshadm 2008-02-20 03:29 Rev.: 954

no change (improve code readability)

5 lines of code changed in 1 file:

  • mrLoadRet/File: loadSurfOFF.m (+5 -5)
farshadm 2008-02-20 03:23 Rev.: 953

option for applying highpass filter to the design matrix

28 lines of code changed in 3 files:

  • mrLoadRet/Analysis/EventRelated: eventRelated.m (+8 -2), eventRelatedGUI.m (+3 -2), makescm.m (+17 -2)
farshadm 2008-01-05 07:00 Rev.: 859

fixed bug running eventRelated on non-concatenated data

12 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+12 -4)
farshadm 2007-10-17 07:17 Rev.: 720

fixed TR supersampling in getStimvol for concatenated tseries.

1 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+1 -1)
farshadm 2007-10-04 03:18 Rev.: 649

getGlmContrast does glm even if null(contrasts) is empty

24 lines of code changed in 2 files:

  • mrLoadRet/Analysis/EventRelated: getGlmContrast.m (+23 -7), makeglm.m (+1 -1)
farshadm 2007-10-04 02:25 Rev.: 648

*** empty log message ***

2 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedHighpass.m (+2 -2)
farshadm 2007-09-29 02:20 Rev.: 633

glm applys the same filter to the design matrix that was applied to data before concatenation

10 lines of code changed in 3 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+3 -2), hrfDiffGamma.m (+1 -1), makeglm.m (+6)
farshadm 2007-09-29 00:57 Rev.: 631

renamed myhighpass to eventRelatedHighpass

3 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedHighpass.m (+3 -3)
farshadm 2007-09-29 00:56 Rev.: 630

*** empty log message ***

2 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+2 -1)
farshadm 2007-09-27 23:24 Rev.: 617

eventRelatedGlm acts similarly to eventRelated wrt justGetParams and defaultParams

17 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+17 -3)
farshadm 2007-09-15 05:46 Rev.: 555

*** empty log message ***

4 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+4 -4)
farshadm 2007-09-15 01:41 Rev.: 554

*** empty log message ***

1 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+1 -1)
farshadm 2007-09-15 01:01 Rev.: 553

gethdr adds variance of hrf components

22 lines of code changed in 4 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+7 -2), getStimvol.m (+4 -4), gethdr.m (+1 -1), glmContrastPlot.m (+10 -3)
farshadm 2007-09-14 06:57 Rev.: 551

*** empty log message ***

177 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: glmContrastPlot.m (new 177)
farshadm 2007-09-14 06:25 Rev.: 550

*** empty log message ***

9 lines of code changed in 3 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+1 -1), eventRelatedGlmGUI.m (+7 -1), eventRelatedPlot.m (+1 -1)
farshadm 2007-09-13 03:04 Rev.: 547

glm for contrast creats amplitude maps

39 lines of code changed in 2 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+39 -4), getGlmContrast.m (-2)
farshadm 2007-09-12 05:27 Rev.: 539

*** empty log message ***

135 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getGlmContrast.m (new 135)
farshadm 2007-09-12 05:02 Rev.: 538

eventRelatedGlm can specify a contrast (linear combination of
explanatory variables)

50 lines of code changed in 2 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+44 -4), gethdr.m (+6 -6)

(38 more)

Generated by StatSVN 0.4.1