

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 361 (100.0%) | 10614 (100.0%) | 29.4 |
| mrUtilities/mrFlatMesh/ | 44 (12.2%) | 2304 (21.7%) | 52.3 |
| mrUtilities/ImageProcessing/ | 30 (8.3%) | 2283 (21.5%) | 76.1 |
| mrLoadRet/File/ | 41 (11.4%) | 1548 (14.6%) | 37.7 |
| mrLoadRet/Analysis/MotionComp/ | 22 (6.1%) | 1045 (9.8%) | 47.5 |
| mrLoadRet/Analysis/ | 19 (5.3%) | 799 (7.5%) | 42.0 |
| mrUtilities/surfUtils/ | 73 (20.2%) | 525 (4.9%) | 7.1 |
| mrLoadRet/Edit/ | 4 (1.1%) | 459 (4.3%) | 114.7 |
| mrLoadRet/GUI/ | 40 (11.1%) | 419 (3.9%) | 10.4 |
| mrUtilities/File/FreeSurfer/ | 6 (1.7%) | 406 (3.8%) | 67.6 |
| mrLoadRet/Analysis/AverageTSeries/ | 3 (0.8%) | 186 (1.8%) | 62.0 |
| mrLoadRet/Analysis/EventRelated/ | 7 (1.9%) | 149 (1.4%) | 21.2 |
| mrLoadRet/ROI/ | 7 (1.9%) | 148 (1.4%) | 21.1 |
| mrUtilities/File/Nifti/ | 9 (2.5%) | 145 (1.4%) | 16.1 |
| mrLoadRet/Plot/ | 9 (2.5%) | 66 (0.6%) | 7.3 |
| mrLoadRet/View/ | 10 (2.8%) | 50 (0.5%) | 5.0 |
| mrUtilities/File/ | 4 (1.1%) | 24 (0.2%) | 6.0 |
| mrLoadRet/Analysis/ConcatTSeries/ | 5 (1.4%) | 22 (0.2%) | 4.4 |
| mrUtilities/MatlabUtilities/ | 8 (2.2%) | 14 (0.1%) | 1.7 |
| mrLoadRet/Analysis/CorAnal/ | 4 (1.1%) | 11 (0.1%) | 2.7 |
| mrLoadRet/ | 8 (2.2%) | 11 (0.1%) | 1.3 |
| mrAlign/ | 8 (2.2%) | 0 (0.0%) | 0.0 |

I've been testing with Matlab7.9 and Mac OSX 10.6 and I believe everything is okay.
1 lines of code changed in 1 file:
removed a stray ctranspose (') from a callback function (@mlrDisplayEPIdeselectAll) on line 119
3 lines of code changed in 1 file:
Added an option to import both right and left hemisphere surfaces. If bothHemiFlag is set to 1, then the function loads the inner and outer surfaces for both hemispheres, concatenates them together, and creates a single baseAnat with both hemispheres. Having both hemispheres loaded up in MLR is convenient for data viewing and it makes extending/restricting ROI's easier when the ROI exists in both hemispheres. Still need to add a hook in MLR GUI to make bothHemiFlag an option.
96 lines of code changed in 1 file:
Added C functions from Eero Simoncelli pyramid toolbox (http://www.cns.nyu.edu/~lcv/software.php) needed to compile corrDn.c Also added a Makefile, which has only been tested on Mac OS X.
1337 lines of code changed in 5 files:
pass 'sliceTimes' to motionCompPreprocessing when preprocessing both the base scan and the target scans
1 lines of code changed in 1 file:
pass sliceTimes to motionCompPrepressoing
2 lines of code changed in 1 file:
pass in sliceTimes, rather than getting them from the view
2 lines of code changed in 1 file:
fixing a munched mexfile
0 lines of code changed in 4 files:
fixing a munched mexfile
0 lines of code changed in 6 files:
0 lines of code changed in 2 files:
looks like some of the mex files got messed up while moving to svn
0 lines of code changed in 1 file:
fixing a broken mex file for regHistogram.mexmac
0 lines of code changed in 2 files:
re-importing mrDisp.mexmac as a binary file
0 lines of code changed in 1 file:
fixing broken binary for mrDisp.mexmac
0 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:
added justin's mygauss function, used by the two condition color map
50 lines of code changed in 1 file:
for some reason, had to recompile the mexmaci64 binary. it works now.
0 lines of code changed in 1 file:
in the flatViewerMenuItem_Callback, append an '.off' extension to surface filename, if not already there
2 lines of code changed in 1 file:
changed the 'exist' call to only check variables
1 lines of code changed in 1 file:
pulled some of the motion comp preprocessing steps out of the inidividual functions and put them in a single new function called 'motionCompPreprocessing.m
636 lines of code changed in 7 files:
(189 more)