Directory mrLoadRet/Analysis/EventRelated/

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

[root]/mrLoadRet/Analysis/EventRelated

Lines of Code

mrLoadRet/Analysis/EventRelated/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 306 (100.0%) 6673 (100.0%) 21.8
justin 213 (69.6%) 4365 (65.4%) 20.4
farshadm 77 (25.2%) 1907 (28.6%) 24.7
hallum 1 (0.3%) 221 (3.3%) 221.0
eli 7 (2.3%) 149 (2.2%) 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-07-25 12:56 Rev.: 2598

Adding code to high pass filtering that does notch filtering when called for (merging over from mrToolsNottingham)

19 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: eventRelatedHighpass.m (+19)
justin 2012-02-13 22:06 Rev.: 2475

Fix for copied scans and auxparams - basically the problem was that auxparam in viewGet goes searching for the parameter in the raw scan and expected at the end of the search to find a non-cell array value representing the value set in the raw scan. But this was broken for copied scans. So, for example, if you copied motion comp files over from another scan - then the auxparam for stimFile would have been set with a cell array (having been copied from the other scan). The solution I used here was to convert the cell array of 1 to a single value. For a concatenation, it steps through each value in the cell array.

4 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+4 -2)
justin 2012-02-08 22:04 Rev.: 2453

Some fixes for when volTrigRatio is not a cell array

16 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: getStimvol.m (+16 -6)
justin 2012-02-08 13:43 Rev.: 2446

Sets the vol trig ratio so that eventRelated can get that info for computing volume times (i.e. when using tSense and the number of triggers recorded are different from the number of volumes)

1 lines of code changed in 1 file:

  • mrLoadRet/Analysis/EventRelated: loadScan.m (+1)
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)

(171 more)

Generated by StatSVN 0.4.1