Directory mrLoadRet/Analysis/EventRelated/

Directory Created:
2007-01-19 00:37
Total Files:
27
Deleted Files:
1
Lines of Code:
4025

[root]/mrLoadRet/Analysis/EventRelated

Lines of Code

mrLoadRet/Analysis/EventRelated/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 302 (100.0%) 6621 (100.0%) 21.9
justin 209 (69.2%) 4313 (65.1%) 20.6
farshadm 77 (25.5%) 1907 (28.8%) 24.7
hallum 1 (0.3%) 221 (3.3%) 221.0
eli 7 (2.3%) 149 (2.3%) 21.2
ds 2 (0.7%) 15 (0.2%) 7.5
leila 2 (0.7%) 6 (0.1%) 3.0
gbrouwer 1 (0.3%) 4 (0.1%) 4.0
tsliu 1 (0.3%) 3 (0.0%) 3.0
shani 1 (0.3%) 2 (0.0%) 2.0
david 1 (0.3%) 1 (0.0%) 1.0

Most Recent Commits

justin 2012-02-07 12:37 Rev.: 2443

Handling of volTrigRatio (i.e. when there are less triggers than actual volumes collect - for example when we run tSense)

13 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+13)
justin 2011-09-07 10:57 Rev.: 2305

Adding an mlrSmartfig function based on mrGet/SetFigloc functions and fixing all calls to smartfig

2 lines of code changed in 2 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedDetrend.m (+1 -1), eventRelatedHighpass.m (+1 -1)
justin 2010-08-25 13:30 Rev.: 1712

Stray keyboard in function removed

0 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getr2.m (-1)
justin 2010-08-24 11:58 Rev.: 1711

A few small optimization changes.

makescm now pre allocates space to speed things up
getr2 checks the rank of the design covariance matrix to display a more sensible message when it is going to use the pseudo inverse
getr2timecourse allows passage of a verbose argument

31 lines of code changed in 3 files:

  • mrLoadRet/Analysis/EventRelated: getr2.m (+18 -5), getr2timecourse.m (+5 -3), makescm.m (+8 -5)
justin 2010-08-11 15:53 Rev.: 1709

Error message when stimNames don't match between concatenated runs

19 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+19)
justin 2010-07-16 15:51 Rev.: 1701

Fixing up glm gui a bit for specifying contrasts and some minor bug (like not refreshing the display after computing). This all still needs work.

106 lines of code changed in 3 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedGlm.m (+26 -10), eventRelatedGlmGUI.m (+10 -5), glmContrastPlot.m (+70 -16)
justin 2010-07-12 14:15 Rev.: 1698

Returned field trialNum is now updated according to any dropped trials that happen because a trial starts before or after a scan - i.e. trialNum should be in sync with stimvol

4 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+4 -1)
justin 2010-07-12 13:22 Rev.: 1697

Option to return a d structure and to return the trial numbers for mgl stimvols this is used by getMGLStimvol

9 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+9 -8)
justin 2010-05-31 10:39 Rev.: 1689

Check for existence of event related analysis to avoid an error

4 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedPlot.m (+4)
justin 2010-03-05 13:59 Rev.: 1661

Don't give warning if there is no preprocessing to do

3 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedPreProcess.m (+3)
justin 2010-02-18 13:34 Rev.: 1643

More robust error check

1 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: makescm.m (+1 -1)
justin 2009-12-11 23:17 Rev.: 1591

Minor. Better error handeling

11 lines of code changed in 2 files:

  • mrLoadRet/Analysis/EventRelated: eventRelatedPlot.m (+1 -1), eventRelatedPreProcess.m (+10)
justin 2009-12-11 16:20 Rev.: 1586

More intelligent warning when your framePeriod is set wrong, and you get a very long length for you hdrlen

4 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: makescm.m (+4)
justin 2009-12-11 11:32 Rev.: 1579

Test on d structure to prevent crashing if missing analysis

2 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedPlot.m (+2 -2)
tsliu 2009-08-07 22:18 Rev.: 1524

Fixed the timecourse plot function so that it will not plot junk frames.

3 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedPlot.m (+3)
justin 2009-08-01 09:33 Rev.: 1523

Fixed a line so that it runs preprocess functions from the gui

5 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedPreProcess.m (+5)
justin 2009-06-10 21:31 Rev.: 1460

Adding some comments fixing concatenation of stimvols

3 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+3 -1)
justin 2009-06-10 21:29 Rev.: 1459

Fixing another minor typo (index for checking stimvol array dimensions should be j instead of i) and concatention of stimvols across runs needs to be d.stimvol

5 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+5 -5)
eli 2009-06-10 04:29 Rev.: 1457

fixed a small error in which 'd.stimvol' was referenced rather than 'stimvol'

2 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+2 -3)
justin 2009-05-23 08:31 Rev.: 1434

Check to fix stimvols that have been incorrectly transposed

15 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+15 -7)

(167 more)

Generated by StatSVN 0.4.1