[root]/mrLoadRet/Analysis/CorAnal

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 38 (100.0%) | 1062 (100.0%) | 27.9 |
| justin | 19 (50.0%) | 879 (82.8%) | 46.2 |
| david | 14 (36.8%) | 169 (15.9%) | 12.0 |
| eli | 4 (10.5%) | 11 (1.0%) | 2.7 |
| frakkopesto | 1 (2.6%) | 3 (0.3%) | 3.0 |
Warning message for when ncycles = 0
5 lines of code changed in 1 file:
Small fix to keep from crashing when TR is read as too short
1 lines of code changed in 1 file:
fixing -kb flag
0 lines of code changed in 2 files:
fixed a bug that did not allowed to create a new scan in a group while some corrAnal overlays were being displayed already for other scans in the same group.
added check:
if (length(data) >= match)
newdata{scan} = data{match};
end
on line 60.
3 lines of code changed in 1 file:
minor: refresh when done so map shows up
3 lines of code changed in 1 file:
Minor change: newView does not need to have parameter 'Volume', so all calls were changed to be v = newView
1 lines of code changed in 1 file:
Added optional arguments for scripting (justGetParams and defaultParams)
25 lines of code changed in 2 files:
*** empty log message ***
21 lines of code changed in 1 file:
*** empty log message ***
3 lines of code changed in 1 file:
Modified Files:
corAnal.m corAnalMergeParams.m
Eliminated code in corAnal that was redundant with corAnalMergeParams
1 lines of code changed in 2 files:
*** empty log message ***
4 lines of code changed in 1 file:
*** empty log message ***
3 lines of code changed in 1 file:
*** empty log message ***
5 lines of code changed in 2 files:
corAnal.m
using defaults for some of the overlay and analysis fields
0 lines of code changed in 1 file:
*** empty log message ***
16 lines of code changed in 1 file:
*** empty log message ***
2 lines of code changed in 1 file:
corAnalPlot.m
fixed bug that occured for ROI with only 1 voxel. Needed to specify mean(tseries,1) and std(tseries,1,1).
48 lines of code changed in 1 file:
*** empty log message ***
51 lines of code changed in 1 file:
*** empty log message ***
8 lines of code changed in 1 file:
added junk frames to errorbars
4 lines of code changed in 1 file:
(9 more)