[root]/mrLoadRet/Analysis/EventRelated

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 294 (100.0%) | 6524 (100.0%) | 22.1 |
| justin | 201 (68.4%) | 4216 (64.6%) | 20.9 |
| farshadm | 77 (26.2%) | 1907 (29.2%) | 24.7 |
| hallum | 1 (0.3%) | 221 (3.4%) | 221.0 |
| eli | 7 (2.4%) | 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 |
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:
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:
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:
Check for existence of event related analysis to avoid an error
4 lines of code changed in 1 file:
Don't give warning if there is no preprocessing to do
3 lines of code changed in 1 file:
More robust error check
1 lines of code changed in 1 file:
Minor. Better error handeling
11 lines of code changed in 2 files:
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:
Test on d structure to prevent crashing if missing analysis
2 lines of code changed in 1 file:
Fixed the timecourse plot function so that it will not plot junk frames.
3 lines of code changed in 1 file:
Fixed a line so that it runs preprocess functions from the gui
5 lines of code changed in 1 file:
Adding some comments fixing concatenation of stimvols
3 lines of code changed in 1 file:
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:
fixed a small error in which 'd.stimvol' was referenced rather than 'stimvol'
2 lines of code changed in 1 file:
Check to fix stimvols that have been incorrectly transposed
15 lines of code changed in 1 file:
added some comments.
2 lines of code changed in 1 file:
added verbose setting
2 lines of code changed in 1 file:
added comment to header
4 lines of code changed in 1 file:
display warning if no stimfiles found
7 lines of code changed in 1 file:
Fix to display parameters correctly on already computed analysis
11 lines of code changed in 1 file:
(162 more)