
| 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 |
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:
Select scans add parameter to select from a subset of scans
14 lines of code changed in 1 file:
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:
fileparts no longer returns the fourth argument (ver) in the current version of matlab
1 lines of code changed in 1 file:
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:
Changed 'combine ROI' so that it lets you give a new name for the output.
5 lines of code changed in 1 file:
merged Nottingham branch revision
89 lines of code changed in 4 files:
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:
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:
display of overlay value as you mouse over points
16 lines of code changed in 1 file:
Check for group roi
3 lines of code changed in 1 file:
Set of changes that enable selecting a group of ROIs to display.
87 lines of code changed in 5 files:
Check for existence of interrogator
4 lines of code changed in 1 file:
Added showing magnet coordinates
14 lines of code changed in 1 file:
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:
Tests whether MLR is running or not
42 lines of code changed in 1 file:
Pulling out getBaseSlice from refreshMLRDisplay so it can be reused for overlay computation by searchForVoxel
94 lines of code changed in 3 files:
Check bounds of overlayRange
3 lines of code changed in 1 file:
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:
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:
(328 more)