Directory mrLoadRet/View/

Directory Created:
2007-01-19 00:37
Total Files:
14
Deleted Files:
0
Lines of Code:
7248

[root]/mrLoadRet/View

Lines of Code

mrLoadRet/View/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 397 (100.0%) 13312 (100.0%) 33.5
justin 308 (77.6%) 7020 (52.7%) 22.7
david 51 (12.8%) 4920 (37.0%) 96.4
shani 24 (6.0%) 1265 (9.5%) 52.7
eli 10 (2.5%) 50 (0.4%) 5.0
ds 2 (0.5%) 47 (0.4%) 23.5
farshadm 2 (0.5%) 10 (0.1%) 5.0

Most Recent Commits

justin 2011-12-31 21:05 Rev.: 2412

Allowing for passing overlayName as well for getting overlayMin/Max

26 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+26 -22)
justin 2011-12-25 19:07 Rev.: 2409

Small change to comments

2 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+2)
justin 2011-12-18 18:11 Rev.: 2408

If you deleted a scan before the "d" structure from the analyses was not carried along correctly. This was broken also for eventRelated analyses. Fixed.

7 lines of code changed in 1 file:

  • mrLoadRet/View: viewSet.m (+7 -1)
justin 2011-12-16 13:54 Rev.: 2407

Adding check in viewGet scanNum for if two scans in the same group have the same name. This should not happen (scanNames are supposed to be unique), but if it does happen this will put up a warning to the user.

23 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+23)
justin 2011-12-15 10:35 Rev.: 2402

Slice order for data linked to a FID

14 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+14 -2)
justin 2011-12-08 23:03 Rev.: 2394

Adding ability to get fid info with a viewGet

54 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+54 -4)
justin 2011-12-06 20:42 Rev.: 2390

Minor changes to get scan/group code - warn when group name not found

4 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+4 -1)
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.

176 lines of code changed in 2 files:

  • mrLoadRet/View: viewGet.m (+128 -2), viewSet.m (+48 -2)
justin 2011-09-04 17:00 Rev.: 2280

Check for valid group when getting tseriespath

6 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+6 -4)
justin 2011-06-01 11:54 Rev.: 2137

Small change to warning message when you are opening a new view in a different session directory than open views - now tells you to use mrQuit to close the session

1 lines of code changed in 1 file:

  • mrLoadRet/View: newView.m (+1 -1)
justin 2011-05-18 17:14 Rev.: 2125

Adding check for required fields - the code assummed that you had range and name defined to set optionalFields and so would crash on invalid overlays

15 lines of code changed in 1 file:

  • mrLoadRet/View: isoverlay.m (+15 -2)
justin 2011-01-20 12:01 Rev.: 2011

Small change to deleteGroup to allow specifying either groupname or groupnum

1 lines of code changed in 1 file:

  • mrLoadRet/View: viewSet.m (+1 -1)
justin 2010-11-25 11:32 Rev.: 1889

Adds check to make sure mlrPlugin function is in path

1 lines of code changed in 1 file:

  • mrLoadRet/View: mrOpenWindow.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.

75 lines of code changed in 3 files:

  • mrLoadRet/View: mrOpenWindow.m (+3), viewGet.m (+17 -1), viewSet.m (+55)
ds 2010-09-22 17:01 Rev.: 1727

merged Nottingham branch revision

30 lines of code changed in 1 file:

  • mrLoadRet/View: viewSet.m (+30 -39)
justin 2010-08-09 14:19 Rev.: 1706

Minor change in warning message for slicetime correction - adding (viewGet)

1 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+1 -1)
justin 2010-06-21 15:08 Rev.: 1696

Can get help now with either 'help' or '?' as the third argument

2 lines of code changed in 2 files:

  • mrLoadRet/View: viewGet.m (+1 -1), viewSet.m (+1 -1)
justin 2010-04-24 16:15 Rev.: 1683

added overlaydataval - ability to get the overlay data value for a particular voxel - used in conjunction with the mrInterrogator it can show the overlay value as you mouse over points

13 lines of code changed in 1 file:

  • mrLoadRet/View: viewGet.m (+13)
justin 2010-04-19 14:51 Rev.: 1680

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

34 lines of code changed in 4 files:

  • mrLoadRet/View: isview.m (+4 -2), mrOpenWindow.m (+3), viewGet.m (+15), viewSet.m (+12 -2)
justin 2010-03-11 12:30 Rev.: 1666

Minor change to use function mlrIsRunning to test whether MLR is running or not

12 lines of code changed in 1 file:

  • mrLoadRet/View: newView.m (+12 -3)

(246 more)

Generated by StatSVN 0.4.1