

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 2250 (100.0%) | 65566 (100.0%) | 29.1 |
| mrLoadRet/GUI/ | 437 (19.4%) | 13228 (20.2%) | 30.2 |
| mrLoadRet/View/ | 290 (12.9%) | 6614 (10.1%) | 22.8 |
| mrLoadRet/File/ | 253 (11.2%) | 5844 (8.9%) | 23.0 |
| mrLoadRet/Analysis/EventRelated/ | 201 (8.9%) | 4216 (6.4%) | 20.9 |
| mrUtilities/File/Nifti/ | 62 (2.8%) | 4092 (6.2%) | 66.0 |
| mrAlign/ | 65 (2.9%) | 3658 (5.6%) | 56.2 |
| mrUtilities/MatlabUtilities/ | 218 (9.7%) | 3656 (5.6%) | 16.7 |
| mrUtilities/File/Varian/ | 118 (5.2%) | 3544 (5.4%) | 30.0 |
| mrLoadRet/ROI/ | 92 (4.1%) | 3343 (5.1%) | 36.3 |
| mrUtilities/ImageProcessing/ | 111 (4.9%) | 2982 (4.5%) | 26.8 |
| mrLoadRet/Analysis/ | 63 (2.8%) | 2868 (4.4%) | 45.5 |
| mrLoadRet/Plot/ | 35 (1.6%) | 1887 (2.9%) | 53.9 |
| mrUtilities/File/Caret/ | 14 (0.6%) | 1554 (2.4%) | 111.0 |
| mrLoadRet/Analysis/MotionComp/ | 38 (1.7%) | 1535 (2.3%) | 40.3 |
| mrLoadRet/Edit/ | 40 (1.8%) | 1120 (1.7%) | 28.0 |
| mrLoadRet/Analysis/CorAnal/ | 19 (0.8%) | 879 (1.3%) | 46.2 |
| mrLoadRet/Analysis/ConcatTSeries/ | 46 (2.0%) | 693 (1.1%) | 15.0 |
| mrLoadRet/Analysis/QuickAnalysis/ | 33 (1.5%) | 689 (1.1%) | 20.8 |
| mrLoadRet/Analysis/AverageTSeries/ | 16 (0.7%) | 678 (1.0%) | 42.3 |
| mrLoadRet/Init/ | 10 (0.4%) | 514 (0.8%) | 51.4 |
| mrLoadRet/Analysis/SignalProc/ | 7 (0.3%) | 463 (0.7%) | 66.1 |
| mrUtilities/Plot/ | 14 (0.6%) | 378 (0.6%) | 27.0 |
| mrUtilities/surfUtils/ | 5 (0.2%) | 261 (0.4%) | 52.2 |
| mrUtilities/File/ | 18 (0.8%) | 260 (0.4%) | 14.4 |
| mrUtilities/File/mlrImage/ | 4 (0.2%) | 181 (0.3%) | 45.2 |
| mrUtilities/File/FreeSurfer/ | 7 (0.3%) | 168 (0.3%) | 24.0 |
| mrLoadRet/ | 28 (1.2%) | 168 (0.3%) | 6.0 |
| mrUtilities/File/Dicom/ | 1 (0.0%) | 79 (0.1%) | 79.0 |
| / | 3 (0.1%) | 14 (0.0%) | 4.6 |
| mrUtilities/mrFlatMesh/ | 2 (0.1%) | 0 (0.0%) | 0.0 |

Returing sliceIndex of the files (this is used for checking l/r of anatomy)
18 lines of code changed in 1 file:
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:
Adding a hotCold colormap
17 lines of code changed in 1 file:
Adding code that should calculate l/r flipping. Keeping commented for now.
30 lines of code changed in 1 file:
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:
Can get help now with either 'help' or '?' as the third argument
2 lines of code changed in 2 files:
Small fix to make description match the scans that were actually averaged
1 lines of code changed in 1 file:
check for empty string
1 lines of code changed in 1 file:
swaped a line to check for dimensions after dimensions are adjusted to avoid meaningless warning.
Added a header comment to explain how to use outputName argument.
9 lines of code changed in 1 file:
When warping display image in dimensions of warped image - this helps for alignment in which you are aligning something that doesn't have the same dimensions.
11 lines of code changed in 1 file:
Comment on how warping works
4 lines of code changed in 1 file:
Changing step size of arrows when you hold control or command down. If you hold control down while pressing arrows you can jump by 10 if you hold command it jumps by 0.1.
Also, set base coordinate frame is grayed out until you have a destination volume loaded
18 lines of code changed in 2 files:
Check for existence of event related analysis to avoid an error
4 lines of code changed in 1 file:
Warning message for when ncycles = 0
5 lines of code changed in 1 file:
mlrDisplayEPI fixes bug in which warp was showing 2 images instead of one.
mlrSpikeDetector removes call to arrow function and replaces with line
5 lines of code changed in 2 files:
motionCompBUImrParams needed to have view variable passed in for within and between scans. full motion comp already had v passed in, so no problem. only within and between updated
2 lines of code changed in 2 files:
Fixed minor bug - set group for displaying a group of ROIs didn't work the first time you set it to do a viewSet that did not have a view return argument set.
2 lines of code changed in 2 files:
display of overlay value as you mouse over points
16 lines of code changed in 1 file:
added overlaydataval - ability to get the overlay data value for a particular voxel - used in conjunction with the mrInterrogator it can show the overlay value as you mouse over points
13 lines of code changed in 1 file:
(1149 more)