
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 378 (100.0%) | 12876 (100.0%) | 34.0 |
| justin | 290 (76.7%) | 6614 (51.4%) | 22.8 |
| david | 51 (13.5%) | 4920 (38.2%) | 96.4 |
| shani | 24 (6.3%) | 1265 (9.8%) | 52.7 |
| eli | 10 (2.6%) | 50 (0.4%) | 5.0 |
| ds | 1 (0.3%) | 17 (0.1%) | 17.0 |
| farshadm | 2 (0.5%) | 10 (0.1%) | 5.0 |
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:
Handle clean close when user hits red figure close button
1 lines of code changed in 1 file:
Adding a base2base viewGet
33 lines of code changed in 1 file:
There are viewGets for co/ph/amp that expect that the corAnal analysis name should be corAnal, but if someone renames the corAnal to say corAnal2 then these fail, making the interrogator fail. Changed them to just look for the co/amp/ph of the current analysis rather than switching the analysis -- since you should be on the corAnal analysis that you want these values from for it to work.
41 lines of code changed in 1 file:
small fix
4 lines of code changed in 1 file:
viewSet to change the name of a group
31 lines of code changed in 1 file:
Making default interrogator to be timecoursePlot instead of mrDefaultInterrogator (which no longer exists)
1 lines of code changed in 1 file:
Added a few roi view sets
25 lines of code changed in 1 file:
Making overlayNum/Name more permissive, you can now pass either a name or a number to viewSet for curOVerlay and viewGet for overlayNum
7 lines of code changed in 2 files:
Save mrSession after relinking stimfiles
2 lines of code changed in 1 file:
Overlay name can be substituted for overlayNum
4 lines of code changed in 1 file:
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).
9 lines of code changed in 1 file:
Changed viewSet(v,'newScan') to work with analyze files.
662 lines of code changed in 2 files:
minor fix so that talPoints fields get changed to talInfo (for legacy purposes) --> this code was setting talinfo rather than talInfo
3 lines of code changed in 1 file:
Make sure that name field in base does not include full path
3 lines of code changed in 1 file:
fixed talInfo field
2 lines of code changed in 1 file:
added talInfo set
8 lines of code changed in 1 file:
(230 more)