

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 2688 (100.0%) | 78341 (100.0%) | 29.1 |
| mrLoadRet/GUI/ | 447 (16.6%) | 13763 (17.6%) | 30.7 |
| mrLoadRet/View/ | 321 (11.9%) | 7207 (9.2%) | 22.4 |
| mrUtilities/File/mlrImage/ | 173 (6.4%) | 6754 (8.6%) | 39.0 |
| mrUtilities/File/Varian/ | 223 (8.3%) | 6522 (8.3%) | 29.2 |
| mrLoadRet/File/ | 273 (10.2%) | 5995 (7.7%) | 21.9 |
| mrUtilities/MatlabUtilities/ | 248 (9.2%) | 4737 (6.0%) | 19.1 |
| mrLoadRet/Analysis/EventRelated/ | 213 (7.9%) | 4365 (5.6%) | 20.4 |
| mrUtilities/File/Nifti/ | 67 (2.5%) | 4098 (5.2%) | 61.1 |
| mrAlign/ | 67 (2.5%) | 3672 (4.7%) | 54.8 |
| mrLoadRet/ROI/ | 95 (3.5%) | 3417 (4.4%) | 35.9 |
| mrUtilities/ImageProcessing/ | 111 (4.1%) | 2982 (3.8%) | 26.8 |
| mrLoadRet/Analysis/ | 73 (2.7%) | 2958 (3.8%) | 40.5 |
| mrLoadRet/Plot/ | 39 (1.5%) | 1893 (2.4%) | 48.5 |
| mrLoadRet/Analysis/MotionComp/ | 44 (1.6%) | 1570 (2.0%) | 35.6 |
| mrUtilities/File/Caret/ | 17 (0.6%) | 1563 (2.0%) | 91.9 |
| mrLoadRet/Edit/ | 42 (1.6%) | 1130 (1.4%) | 26.9 |
| mrLoadRet/Analysis/CorAnal/ | 21 (0.8%) | 892 (1.1%) | 42.4 |
| mrLoadRet/Analysis/ConcatTSeries/ | 50 (1.9%) | 772 (1.0%) | 15.4 |
| mrLoadRet/Analysis/AverageTSeries/ | 17 (0.6%) | 692 (0.9%) | 40.7 |
| mrLoadRet/Analysis/QuickAnalysis/ | 33 (1.2%) | 689 (0.9%) | 20.8 |
| mrLoadRet/Init/ | 14 (0.5%) | 531 (0.7%) | 37.9 |
| mrLoadRet/Analysis/SignalProc/ | 7 (0.3%) | 463 (0.6%) | 66.1 |
| mrUtilities/Plot/ | 19 (0.7%) | 457 (0.6%) | 24.0 |
| mrUtilities/surfUtils/ | 6 (0.2%) | 281 (0.4%) | 46.8 |
| mrUtilities/File/ | 18 (0.7%) | 260 (0.3%) | 14.4 |
| mrLoadRet/ | 33 (1.2%) | 189 (0.2%) | 5.7 |
| mrUtilities/File/FreeSurfer/ | 7 (0.3%) | 168 (0.2%) | 24.0 |
| mrLoadRet/Plugin/ | 2 (0.1%) | 150 (0.2%) | 75.0 |
| mrUtilities/File/Dicom/ | 1 (0.0%) | 79 (0.1%) | 79.0 |
| mrLoadRet/Plugin/Default/ | 2 (0.1%) | 78 (0.1%) | 39.0 |
| / | 3 (0.1%) | 14 (0.0%) | 4.6 |
| mrUtilities/mrFlatMesh/ | 2 (0.1%) | 0 (0.0%) | 0.0 |

Fixing bad conversion of matlab version number (which can be like 7.1.1 which does not convert with str2num)
43 lines of code changed in 2 files:
Fixing bad initialization of data field. This went by unnoticed because it only is a problem for non-square data.
1 lines of code changed in 1 file:
Check for bad intlv setting, now only sets back for mprage 3D sequences
3 lines of code changed in 1 file:
Allowing import of some auxParams
19 lines of code changed in 1 file:
Check for tsense assumed you have a Raw group - fixed
11 lines of code changed in 1 file:
Better error message if your group name doesnot exist
9 lines of code changed in 1 file:
only give warning about not copying aux params if auxparams is non-empty
3 lines of code changed in 1 file:
minor fix to avoid having the path to stimfiles being repeated
1 lines of code changed in 1 file:
viewGet for sliceorder had a typo (v instead of view). Fixed
1 lines of code changed in 1 file:
Minor changes to timecouresPlot default set to zoom
3 lines of code changed in 1 file:
stripext called with a cell array strips the extension off of each element in the array
9 lines of code changed in 1 file:
adding LifeScience coil in the coil list
1 lines of code changed in 1 file:
Checking for bad intlv setting in procpar - this should never be set to y if not an epi
7 lines of code changed in 1 file:
Cleaning up annoying error Mathworks introduced when they removed the fourth return argument from fileparts (which we never use)
7 lines of code changed in 6 files:
timeSeriesStats needs at least 2 volumes to work correctly, so no longer give the option to process scans without at least 2 volumes
16 lines of code changed in 1 file:
Check whether mkdir succeeds or not
4 lines of code changed in 1 file:
Changes to help on functions suggested by Golbarg Saver
7 lines of code changed in 1 file:
Contributed by Golbarg Saber who has added options to handle junk frames appropriately
43 lines of code changed in 1 file:
Changing volTrigRatio to tSense - since the tSense parameter disambiguates whether to apply the notch filter, not the volTrigRatio
12 lines of code changed in 1 file:
rounding coordinates of display - seems that a non-rounded number was causing the controls to crash
1 lines of code changed in 1 file:
(1380 more)