[root]/mrLoadRet/Analysis/CorAnal

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 39 (100.0%) | 1070 (100.0%) | 27.4 |
| justin | 20 (51.3%) | 887 (82.9%) | 44.3 |
| david | 14 (35.9%) | 169 (15.8%) | 12.0 |
| eli | 4 (10.3%) | 11 (1.0%) | 2.7 |
| frakkopesto | 1 (2.6%) | 3 (0.3%) | 3.0 |
Check for existing overlays - before corAnalPlot would crash on a scan which had not been analyzed
8 lines of code changed in 1 file:
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:
(10 more)