June 2008 Commit Log

Number of Commits:
36
Number of Active Developers:
3
justin 2008-06-26 23:18 Rev.: 1210

broke out the function that puts up the GUI to get the event-related parameters. That way, other functions get stimvols, by doing
params = getEventRelatedVarname(v)
d = loadScan(...
d = getStimvol(d,params{1})

159 lines of code changed in 3 files:

justin 2008-06-26 23:16 Rev.: 1209

viewGet for roiNum can be passed a number as well as a name

15 lines of code changed in 1 file:

justin 2008-06-26 04:42 Rev.: 1208

curSlice needed to be set by using viewSet not by changing the gui through mlrGuiSet (this recently was updated to work in this way).

3 lines of code changed in 3 files:

ds 2008-06-25 22:34 Rev.: 1207

compiled mex function for corrDn (matlabPyrTools) for 64 bit linux

79 lines of code changed in 1 file:

ds 2008-06-24 18:35 Rev.: 1206

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:

ds 2008-06-18 19:54 Rev.: 1205

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:

justin 2008-06-18 07:08 Rev.: 1204

minor fix to keep curSlice when switching bases

2 lines of code changed in 1 file:

justin 2008-06-18 06:44 Rev.: 1203

minor, the shift-key detection code needed to be fixed so that it didn't bring up figure when mrLoadRet was first run

1 lines of code changed in 1 file:

justin 2008-06-18 06:03 Rev.: 1202

64 bit mac binary

0 lines of code changed in 1 file:

justin 2008-06-18 05:51 Rev.: 1201

minor fix to help info

2 lines of code changed in 1 file:

justin 2008-06-18 05:48 Rev.: 1200

use non-mgl way of testing for shift key down (for dumping caches)

2 lines of code changed in 1 file:

justin 2008-06-18 05:47 Rev.: 1199

Uses non-mgl call to get whether shift key is down

4 lines of code changed in 1 file:

ds 2008-06-18 01:54 Rev.: 1198

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:

justin 2008-06-17 23:43 Rev.: 1197

Changes to keep curSlice in view.curslice, and not in GUI so that it can be set by scripting

30 lines of code changed in 2 files:

justin 2008-06-17 23:21 Rev.: 1196

individual help available now with:

viewSet([],'parameterName','help');

28 lines of code changed in 1 file:

justin 2008-06-17 23:20 Rev.: 1195

Setting of alpha,overlayMin and overlayMax when GUI is not running (before it was storing these parameters in the gui). Also individual help is available now by doing

viewGet(v,'parameterName','help');

85 lines of code changed in 1 file:

justin 2008-06-17 05:49 Rev.: 1194

clicking default parameters also resets value in the mrParamsDialog

8 lines of code changed in 1 file:

justin 2008-06-17 05:12 Rev.: 1193

An .m file for when the system does not have mrDisp.c compiled. Will printout with/out a newline, but does not flush the buffer, so things like disppercent do not work (but don't crash the system)

14 lines of code changed in 1 file:

ds 2008-06-17 01:41 Rev.: 1192

*** empty log message ***

1 lines of code changed in 1 file:

ds 2008-06-17 00:41 Rev.: 1191

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:

ds 2008-06-12 21:50 Rev.: 1190

add mrReadme option

8 lines of code changed in 1 file:

ds 2008-06-12 21:48 Rev.: 1189

createReadme uses default matlab dialog boxes. mrReadme the mrLoadRet equivalents. also timestamp the readme file.

167 lines of code changed in 2 files:

ds 2008-06-12 19:51 Rev.: 1188

changed scanDir check to use niftiFileExtension, rather than hardcoded *.img

1 lines of code changed in 1 file:

justin 2008-06-12 06:56 Rev.: 1187

comments and some minor fixes

20 lines of code changed in 1 file:

justin 2008-06-12 06:55 Rev.: 1186

handles popupmenu correctly

6 lines of code changed in 1 file:

justin 2008-06-12 06:54 Rev.: 1185

with no input/output arguments returns a printout of all known preferences and their current setting

30 lines of code changed in 1 file:

justin 2008-06-12 06:52 Rev.: 1184

remove the returned data field since it is redundant

3 lines of code changed in 1 file:

justin 2008-06-12 06:46 Rev.: 1183

missing curly brackets around some case statements prevented them from being reported by the help.

15 lines of code changed in 1 file:

hallum 2008-06-10 02:37 Rev.: 1182

Removed.

0 lines of code changed in 2 files:

hallum 2008-06-10 02:31 Rev.: 1181

Removed (moved to dir './EventRelated').

0 lines of code changed in 1 file:

hallum 2008-06-10 02:29 Rev.: 1180

Moved from dir 'Analysis' to 'Analysis/EventRelated'.

221 lines of code changed in 1 file:

hallum 2008-06-10 02:24 Rev.: 1179

Minor changes -- ALPHA, NUMRESAMPLES.

4 lines of code changed in 1 file:

justin 2008-06-10 02:06 Rev.: 1178

New preferences for magnet/coil/protocol. mrParamsSet can handle group'd parameters

39 lines of code changed in 4 files:

justin 2008-06-10 02:05 Rev.: 1177

This is an alternative function to mrInitRet that is scriptable, uses preferences for getting magnet/coil/protocol names and has a GUI built on mrParamsDialog

306 lines of code changed in 1 file:

hallum 2008-06-07 07:08 Rev.: 1176

Initial coding.

4 lines of code changed in 3 files:

justin 2008-06-06 01:53 Rev.: 1175

mrDEFAULTS was not getting loaded properly if you called mrGetFigLoc or mrSetFigLoc before ever calling mrGetPref/SetPref.

10 lines of code changed in 3 files:

May 2008 »

Generated by StatSVN 0.4.1