Directory mrLoadRet/GUI/

Directory Created:
2007-01-19 00:37
Total Files:
24
Deleted Files:
9
Lines of Code:
8340

[root]/mrLoadRet/GUI

Lines of Code

mrLoadRet/GUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 543 (100.0%) 15621 (100.0%) 28.7
justin 442 (81.4%) 13713 (87.8%) 31.0
david 45 (8.3%) 1304 (8.3%) 28.9
eli 41 (7.6%) 420 (2.7%) 10.2
ds 4 (0.7%) 89 (0.6%) 22.2
shani 4 (0.7%) 39 (0.2%) 9.7
farshadm 5 (0.9%) 36 (0.2%) 7.2
tsliu 1 (0.2%) 19 (0.1%) 19.0
katrin 1 (0.2%) 1 (0.0%) 1.0

Most Recent Commits

justin 2012-01-25 21:36 Rev.: 2435

Adding functionality to set roi group so that you can select all that begin with a letter (like l or r) or contains a string.

74 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrLoadRetGUI.m (+74 -17)
justin 2012-01-01 14:23 Rev.: 2414

Select scans add parameter to select from a subset of scans

14 lines of code changed in 1 file:

  • mrLoadRet/GUI: selectScans.m (+14 -5)
justin 2011-12-12 11:31 Rev.: 2396

In the newest version of Matlab/Mac OS, the arrows at the ends of sliders have disappeared, so the only way I have found to step forward is by clicking inside the slider bar - so setting that to step by one instead of two as it was before.

2 lines of code changed in 1 file:

  • mrLoadRet/GUI: mlrGuiSet.m (+2 -2)
eli 2011-11-24 07:21 Rev.: 2384

fileparts no longer returns the fourth argument (ver) in the current version of matlab

1 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrLoadRetGUI.m (+1 -1)
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.

395 lines of code changed in 2 files:

  • mrLoadRet/GUI: mlrAdjustGUI.m (new 388), mrInterrogator.m (+7)
shani 2010-11-19 02:16 Rev.: 1867

Changed 'combine ROI' so that it lets you give a new name for the output.

5 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrLoadRetGUI.m (+5 -4)
ds 2010-09-22 17:01 Rev.: 1727

merged Nottingham branch revision

89 lines of code changed in 4 files:

  • mrLoadRet/GUI: mrLoadRetGUI.fig (changed), mrLoadRetGUI.m (+25 -7), selectAnalyses.m (new 32), selectOverlays.m (new 32)
tsliu 2010-08-13 12:59 Rev.: 1710

Added code to return a ROI data when no figure is being drawn (no GUI). This is used in averaging ROIs in the atlas space. Based on previous versions of this function.

19 lines of code changed in 1 file:

  • mrLoadRet/GUI: refreshMLRDisplay.m (+19 -4)
justin 2010-04-26 10:19 Rev.: 1685

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:

  • mrLoadRet/GUI: mrLoadRetGUI.fig (changed), mrLoadRetGUI.m (+2 -4)
justin 2010-04-24 16:16 Rev.: 1684

display of overlay value as you mouse over points

16 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrInterrogator.m (+16 -1)
justin 2010-04-20 11:09 Rev.: 1681

Check for group roi

3 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrInterrogator.m (+3 -1)
justin 2010-04-19 14:51 Rev.: 1680

Set of changes that enable selecting a group of ROIs to display.

87 lines of code changed in 5 files:

  • mrLoadRet/GUI: mlrGuiSet.m (+5 -3), mrLoadRetGUI.fig (changed), mrLoadRetGUI.m (+76 -1), mrQuit.m (+1), refreshMLRDisplay.m (+5 -1)
justin 2010-04-19 14:49 Rev.: 1679

Check for existence of interrogator

4 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrInterrogator.m (+4)
justin 2010-03-11 16:15 Rev.: 1669

Added showing magnet coordinates

14 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrInterrogator.m (+14 -1)
justin 2010-03-11 12:32 Rev.: 1667

Adds ability to view 3D volumes in different orientations (coronal/axial/saggital). Also added ability to edit volumes for possibly rerunning through volume segmentation programs to fix minor errors, but left the code un-enabled since we are looking into other options for editing volumes/surfaces

314 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrSurfViewer.m (+314 -28)
justin 2010-03-11 12:30 Rev.: 1665

Tests whether MLR is running or not

42 lines of code changed in 1 file:

  • mrLoadRet/GUI: mlrIsRunning.m (new 42)
justin 2010-03-05 13:57 Rev.: 1659

Pulling out getBaseSlice from refreshMLRDisplay so it can be reused for overlay computation by searchForVoxel

94 lines of code changed in 3 files:

  • mrLoadRet/GUI: computeOverlay.m (+6 -4), getBaseSlice.m (new 88), refreshMLRDisplay.m (-88)
justin 2010-03-02 22:46 Rev.: 1646

Check bounds of overlayRange

3 lines of code changed in 1 file:

  • mrLoadRet/GUI: mlrGuiSet.m (+3)
justin 2010-02-05 22:38 Rev.: 1638

Check to make sure that canonical nifti files have 3 dimensions (otherwise viewer would crash on these files)

6 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrSurfViewer.m (+6 -2)
justin 2009-12-11 17:53 Rev.: 1589

pass back the actual original overlay values in another field (before it just passed back RGB values )

9 lines of code changed in 1 file:

  • mrLoadRet/GUI: computeOverlay.m (+9 -9)

(328 more)

Generated by StatSVN 0.4.1