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:
viewGet for roiNum can be passed a number as well as a name
15 lines of code changed in 1 file:
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:
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:
minor fix to keep curSlice when switching bases
2 lines of code changed in 1 file:
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:
64 bit mac binary
0 lines of code changed in 1 file:
minor fix to help info
2 lines of code changed in 1 file:
use non-mgl way of testing for shift key down (for dumping caches)
2 lines of code changed in 1 file:
Uses non-mgl call to get whether shift key is down
4 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:
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:
individual help available now with:
viewSet([],'parameterName','help');
28 lines of code changed in 1 file:
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:
clicking default parameters also resets value in the mrParamsDialog
8 lines of code changed in 1 file:
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:
*** 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:
comments and some minor fixes
20 lines of code changed in 1 file:
handles popupmenu correctly
6 lines of code changed in 1 file:
with no input/output arguments returns a printout of all known preferences and their current setting
30 lines of code changed in 1 file:
remove the returned data field since it is redundant
3 lines of code changed in 1 file:
missing curly brackets around some case statements prevented them from being reported by the help.
15 lines of code changed in 1 file:
Removed.
0 lines of code changed in 2 files:
Removed (moved to dir './EventRelated').
0 lines of code changed in 1 file:
Moved from dir 'Analysis' to 'Analysis/EventRelated'.
221 lines of code changed in 1 file:
Minor changes -- ALPHA, NUMRESAMPLES.
4 lines of code changed in 1 file:
New preferences for magnet/coil/protocol. mrParamsSet can handle group'd parameters
39 lines of code changed in 4 files:
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:
Initial coding.
4 lines of code changed in 3 files:
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 »