Directory mrUtilities/MatlabUtilities/

Directory Created:
2007-01-19 00:37
Total Files:
72
Deleted Files:
5
Lines of Code:
6066

[root]/mrUtilities/MatlabUtilities

Lines of Code

mrUtilities/MatlabUtilities/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 305 (100.0%) 7952 (100.0%) 26.0
justin 240 (78.7%) 4454 (56.0%) 18.5
david 40 (13.1%) 2172 (27.3%) 54.3
ds 7 (2.3%) 1215 (15.3%) 173.5
leila 3 (1.0%) 72 (0.9%) 24.0
farshadm 3 (1.0%) 18 (0.2%) 6.0
eli 8 (2.6%) 14 (0.2%) 1.7
frakkopesto 2 (0.7%) 4 (0.1%) 2.0
julien 1 (0.3%) 3 (0.0%) 3.0
tsliu 1 (0.3%) 0 (0.0%) 0.0

Most Recent Commits

justin 2012-01-03 14:04 Rev.: 2417

mlrNumWorkers helper function to start the matlabpool if not already started. Asks user if they have parallel toolbox installed whether they want to start if not already started. Small change to askuser to force bringing up a dialog box question.

54 lines of code changed in 2 files:

  • mrUtilities/MatlabUtilities: askuser.m (+14 -6), mlrNumWorkers.m (new 40)
justin 2012-01-03 00:42 Rev.: 2416

Fixing up help display for params with many fields. Now it creates multiple figures with at most 2 columns

76 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mrParamsDialog.m (+76 -52)
justin 2011-12-15 10:35 Rev.: 2403

fixBadChars for names of figures and reuse parameter set to 0 now work

4 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mlrSmartfig.m (+4 -1)
justin 2011-12-07 23:20 Rev.: 2392

Replace tilde directory to avoid warning of mismatched directory

28 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mlrReplaceTilde.m (new 28)
justin 2011-11-27 23:43 Rev.: 2387

Ability to save and get arbitrary "auxParams" for scans. AuxParams holds things like stimFile names etc. Now you can easily get and set other auxParams (for instance like sense acceleration factors or other scan specific info), by doing viewSet(v,'auxParam','paramName',value) and viewGet(v,'auxParam','paramName'); The viewGet calls for getting stimfiles and stimfilenames have been rewritten to piggyback off this - they should return exactly the same as before. In case something is broken, the old versions can be called by doing viewGet(v,'stimFileNameOld') and viewGet(v,'stimFileOld);

Also, scanInfo and cellArray got changed to allow viewing of stimfilesnames that are made when you concatenate averaged tSeries. The viewGet for these concats of averages returns a cell array of cell array of stimfilenames (one cell for each average). Before things just crashed. scanInfo just now displays all the stimfilenames.

17 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: cellArray.m (+17)
justin 2011-11-21 12:27 Rev.: 2382

Fixing small bug with mlrVol that got introduced that kept controls from working properly since the callback was getting called with a callbackArg

6 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mrParamsDialog.m (+6)
justin 2011-11-20 01:16 Rev.: 2381

mlrVol now doesn't close mrParamsDialog unless it has it open. Also pass in parameter to set initial toggle overlay state. mrParamsDialog needed a small fix so that the okButton callback could have a callbackArg.

19 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mrParamsDialog.m (+19 -5)
justin 2011-09-11 15:08 Rev.: 2318

Helper function to display seconds as a string

35 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mlrDispElapsedTime.m (new 35)
justin 2011-09-07 11:41 Rev.: 2306

Adding ability to load particular volumes of a multivolume image to mlrImageLoad

1 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mlrSmartfig.m (+1)
justin 2011-09-07 10:57 Rev.: 2305

Adding an mlrSmartfig function based on mrGet/SetFigloc functions and fixing all calls to smartfig

74 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mlrSmartfig.m (new 74)
justin 2011-09-06 22:09 Rev.: 2303

changeset allows passing of arguments from functions that use mlrImageParseArgs to the load routines. For example you can set movepro or kspace and that will get passed to fid2nifti.

Also implements grabbing a portion of the image by setting xMin, xMax, yMin, yMax, zMin and zMax -> these will return that portion of the image and make sure the xform is still correct

1 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: getArgs.m (+1 -1)
justin 2011-09-04 23:08 Rev.: 2288

Little function to close an open mrParamsDialog

22 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mrParamsClose.m (new 22)
justin 2011-09-04 22:59 Rev.: 2287

Allows mlrImageHeaderDisp to take arguments in the same style as mlrImageLoad (i.e. you can pass a filename or view or whatever).

51 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: dispHeader.m (new 51)
justin 2011-09-02 14:08 Rev.: 2272

Adding my num2str routine

176 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mlrnum2str.m (new 176)
justin 2011-08-17 16:48 Rev.: 2232

Seemed to be a small bug in the formula - I don't think this function was actually being used by anyone so the change shouldn't affect anyone. The third angle was the same as the first angle

24 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: makeRotMatrix3D.m (+24 -8)
justin 2011-05-13 17:07 Rev.: 2122

Allowing passing of a color table to getSmoothColor

49 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: getSmoothColor.m (+49 -10)
justin 2010-11-25 11:28 Rev.: 1888

This changeset implements plugin functionality for the MLR interface. There are two new added functions:

mlrAdjustGUI, which is the one that plugins call to make adjustments to the GUI (e.g. add menu items)
mlrPlugin, which is used to select/deselect plugins that you want and also installs plugins that are selected

viewGet/viewSet have two new parameters, one to set defaultInterrogators and one to set colormaps. This allows editOverlayGUImrParams to get additional colormaps of your choosing, and allows mrInterrogator to display customized interrogators.

mrOpenWindow has one line in it which calls mlrPlugin to install plugins when you start mrLoadRet.

A default plugin which demonstrates how to write a plugin is in the directory Plugin/Default. It adds a menu item 'Select Plugins'.

mrGetPref was modified to allow two new preferences. One keeps what plugins are selected as a cell array of strings for the folder name (selectedPlugins). The other keeps a comma-delimited list of path names where additional plugin directories may be found.

3 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mrGetPref.m (+3 -1)
julien 2010-11-19 23:20 Rev.: 1872

defaultReconcileParams.m: subfunction checkParams: if params is from a checkbox, checks if it is empty to prevent crash

3 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: mrParamsGet.m (+3 -3)
justin 2010-09-23 16:28 Rev.: 1729

Pulling out the function mrParamsGet which will get the current settings of an mrParamsDialog

138 lines of code changed in 3 files:

  • mrUtilities/MatlabUtilities: mrParamsDialog.m (+6 -120), mrParamsGet.m (new 126), mrParamsSet.m (+6 -2)
justin 2010-08-10 09:25 Rev.: 1708

Now can also return a list of "invalid arguments" that is, you can call this once in one function and strip off the arguments that are used by that function and pass on the rest of the arguments (invalid ones for that function) to a sub-function that might use them. Also, new flag, suppressUnknownArgMessages to stop printing message that it doesn't know about the unknown arguments which will be handled by the subfunction.

20 lines of code changed in 1 file:

  • mrUtilities/MatlabUtilities: getArgs.m (+20 -4)

(189 more)

Generated by StatSVN 0.4.1