
| 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 |
Allowing for passing overlayName as well for getting overlayMin/Max
26 lines of code changed in 1 file:
Small change to comments
2 lines of code changed in 1 file:
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:
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:
Slice order for data linked to a FID
14 lines of code changed in 1 file:
Adding ability to get fid info with a viewGet
54 lines of code changed in 1 file:
Minor changes to get scan/group code - warn when group name not found
4 lines of code changed in 1 file:
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:
Check for valid group when getting tseriespath
6 lines of code changed in 1 file:
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:
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:
Small change to deleteGroup to allow specifying either groupname or groupnum
1 lines of code changed in 1 file:
Adds check to make sure mlrPlugin function is in path
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.
75 lines of code changed in 3 files:
merged Nottingham branch revision
30 lines of code changed in 1 file:
Minor change in warning message for slicetime correction - adding (viewGet)
1 lines of code changed in 1 file:
Can get help now with either 'help' or '?' as the third argument
2 lines of code changed in 2 files:
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:
Set of changes that enable selecting a group of ROIs to display.
34 lines of code changed in 4 files:
Minor change to use function mlrIsRunning to test whether MLR is running or not
12 lines of code changed in 1 file:
(246 more)