

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 25 (100.0%) | 1675 (100.0%) | 67.0 |
| mrUtilities/MatlabUtilities/ | 7 (28.0%) | 1215 (72.5%) | 173.5 |
| mrLoadRet/Init/ | 5 (20.0%) | 178 (10.6%) | 35.6 |
| mrUtilities/surfUtils/ | 4 (16.0%) | 143 (8.5%) | 35.7 |
| mrUtilities/ImageProcessing/ | 2 (8.0%) | 79 (4.7%) | 39.5 |
| mrLoadRet/View/ | 1 (4.0%) | 17 (1.0%) | 17.0 |
| mrLoadRet/Edit/ | 1 (4.0%) | 15 (0.9%) | 15.0 |
| mrLoadRet/Analysis/EventRelated/ | 2 (8.0%) | 15 (0.9%) | 7.5 |
| mrLoadRet/File/ | 2 (8.0%) | 13 (0.8%) | 6.5 |
| mrAlign/ | 1 (4.0%) | 0 (0.0%) | 0.0 |

exlude mexmac files by using better command line options
1 lines of code changed in 1 file:
function that parses all of the mrTools code and looks for occurrences of strings. helpful for finding things while the documentation is growing.
57 lines of code changed in 1 file:
matlab grep utilities for mrSearchHelp function.
1150 lines of code changed in 2 files:
compiled mex function for corrDn (matlabPyrTools) for 64 bit linux
79 lines of code changed in 1 file:
changed int to mwIndex to allow matlab version > R2006b to handle sparse matrix operations properly. when compiling dijkstra.cpp on 64bit linux (and maybe also 64bit mac osx, make sure to use the -largeArraysDims flag to mex
mex -largeArrayDims dijkstra.cpp
70 lines of code changed in 2 files:
mrInit now sets the fields 'originalFileName' to the name of the given nifti file and 'originalGroupName' to 'Raw'. Without those fields present, motionComp choked - fileName and originalFileName are set to the same thing, but this is probably easier than adding logic/check in motionComp.
2 lines of code changed in 1 file:
adding 64 bit linux binaries of the mex files - they work on compute cluster at the imaging centre at u o nottingham
73 lines of code changed in 5 files:
*** empty log message ***
1 lines of code changed in 1 file:
take into account that anatomy file may have extension .img or .nii. check extension type and return without loading if extension ~= .nii or .img
12 lines of code changed in 1 file:
add mrReadme option
8 lines of code changed in 1 file:
createReadme uses default matlab dialog boxes. mrReadme the mrLoadRet equivalents. also timestamp the readme file.
167 lines of code changed in 2 files:
changed scanDir check to use niftiFileExtension, rather than hardcoded *.img
1 lines of code changed in 1 file:
check for time in nifti file, decide whether to divide dim(5) by 1000 or 1.
see also viewSet
15 lines of code changed in 1 file:
added checking for xytz units in file. the default in the NIFTI file at NYU is ms, so dim(5) usually needs to be divided by 1000. this snippet of code checks that scaling factor. at nottingham, the default output is in s
xyzt_units (NYU) = 18,
xyzt_units (Nottingham) = 10
17 lines of code changed in 1 file:
changed method for getting and setting field in struct from getfield syntax to dynamic version, which is preferable according to the matlab documentation.
7 lines of code changed in 2 files:
added a couple of lines to deal with different _segments_.
15 lines of code changed in 2 files: