Directory mrLoadRet/GUI/

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

[root]/mrLoadRet/GUI

Lines of Code

mrLoadRet/GUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 531 (100.0%) 15022 (100.0%) 28.2
justin 437 (82.3%) 13228 (88.1%) 30.2
david 45 (8.5%) 1304 (8.7%) 28.9
eli 40 (7.5%) 419 (2.8%) 10.4
farshadm 5 (0.9%) 36 (0.2%) 7.2
shani 3 (0.6%) 34 (0.2%) 11.3
katrin 1 (0.2%) 1 (0.0%) 1.0

Most Recent Commits

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)
justin 2009-12-11 17:52 Rev.: 1588

Minor change so that if a base is not loaded you can still call refreshMLRDisplay from a script without an error

9 lines of code changed in 1 file:

  • mrLoadRet/GUI: refreshMLRDisplay.m (+9 -7)
justin 2009-12-08 16:28 Rev.: 1564

Removed function calls to old handlers from mrInterrogator (no need to retain old hooks, I think). Plus the code was giving warnings in matlab79

3 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrInterrogator.m (+3 -3)
justin 2009-12-03 21:44 Rev.: 1557

Changed cortical depth slider so arrows jump by 0.1, clicking inside slider steps by 0.5 instead of vice versa which was non-intuitive

2 lines of code changed in 2 files:

  • mrLoadRet/GUI: mrLoadRetGUI.fig (changed), mrLoadRetGUI.m (+2 -3)
justin 2009-12-01 06:47 Rev.: 1550

Fixing a bug that Taosheng found

13 lines of code changed in 2 files:

  • mrLoadRet/GUI: mlrGuiSet.m (+1 -1), mrInterrogator.m (+12 -9)
justin 2009-11-29 12:36 Rev.: 1549

Adding changes made by Luke Robot Hospadaruk (Taosheng Liu's tech) to allow drawing ROIs on surfaces. Note that Luke used another downloaded version of dijkstra's algorithm because he needed one that also retured info about the shortest path, rather than just the path length. This version is called dijkstrap.cpp and should be compiled with fibheap.cpp using -largeArrayDims. These files are in the mrLoadRet/ROI directory. (I've compiled for mexmaci and mexmaci64). If they are not compiled the user will get an error message telling them to compile.

Also, fixed a small bug with the 3d free rotation of surfaces in which it was using an old view variable -- which would have caused it to lose any changes in between 3d free rotations.

21 lines of code changed in 2 files:

  • mrLoadRet/GUI: mlrGuiSet.m (+15 -3), mlrSetRotate3d.m (+6 -3)
justin 2009-11-27 16:55 Rev.: 1548

adding some hooks so that surfaces can be rotated with the mouse instead of having to use the sliders. This calls the function the function mlrSetRotate3d, which truns on rotate3d and adds some callbacks to update the sliders after the rotation is finished (i.e. user releases mouse).

26 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrInterrogator.m (+26)
justin 2009-07-14 16:30 Rev.: 1510

Adding hook for export ROI

13 lines of code changed in 1 file:

  • mrLoadRet/GUI: mrLoadRetGUI.m (+13 -6)
justin 2009-07-11 22:59 Rev.: 1509

minor, removing debug print

0 lines of code changed in 1 file:

  • mrLoadRet/GUI: mlrSetRotate3d.m (-1)

(320 more)

Generated by StatSVN 0.4.1