Directory mrAlign/

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

[root]/mrAlign

Lines of Code

mrAlign/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 127 (100.0%) 4675 (100.0%) 36.8
justin 65 (51.2%) 3658 (78.2%) 56.2
shani 15 (11.8%) 642 (13.7%) 42.8
david 30 (23.6%) 343 (7.3%) 11.4
frakkopesto 3 (2.4%) 21 (0.4%) 7.0
tsliu 4 (3.1%) 7 (0.1%) 1.7
farshadm 1 (0.8%) 4 (0.1%) 4.0
eli 8 (6.3%) 0 (0.0%) 0.0
ds 1 (0.8%) 0 (0.0%) 0.0

Most Recent Commits

justin 2010-06-03 10:56 Rev.: 1690

Changing step size of arrows when you hold control or command down. If you hold control down while pressing arrows you can jump by 10 if you hold command it jumps by 0.1.
Also, set base coordinate frame is grayed out until you have a destination volume loaded

18 lines of code changed in 2 files:

  • mrAlign: mrAlignGUI.fig (changed), mrAlignGUI.m (+18 -10)
tsliu 2010-03-20 04:08 Rev.: 1674

fixed the computation of the rotation angle of the AC-PC line

3 lines of code changed in 1 file:

  • mrAlign: talairach.m (+3 -3)
justin 2010-02-18 13:35 Rev.: 1644

Default location for talinfo volume if talinfo is not set

1 lines of code changed in 1 file:

  • mrAlign: mrAlignGUI.m (+1)
justin 2010-01-07 21:30 Rev.: 1622

cosmetic change of alignment menu to make "compute alignment" appear to be the default choice

0 lines of code changed in 2 files:

  • mrAlign: mrAlignGUI.fig (changed), mrAlignGUI.m (-2)
justin 2010-01-07 20:17 Rev.: 1621

Adding menu item for non-rigid body alignment

32 lines of code changed in 3 files:

  • mrAlign: computeAlignment.m (+5 -2), mrAlignGUI.fig (changed), mrAlignGUI.m (+27)
justin 2009-12-10 17:14 Rev.: 1575

Adding a "resampled destination" menu item to File. This works like "resampled source" except it resamples the destination volume to create an inplane from the canonical volume. The resolution of the resulting images has the same inplane dimensions as the volume (usualy 1x1) with the same slice thickness as the inplanes. This should be useful if you don't collect inplane anatomies but instead collect an alignment volume. Then you would load your 3D volume as the destination and the epis as your source and then run this function to generate a high resolution anatomy.

67 lines of code changed in 2 files:

  • mrAlign: mrAlignGUI.fig (changed), mrAlignGUI.m (+67)
tsliu 2009-09-18 21:59 Rev.: 1528

"Set base coordinate frame" saves .mat file in the current directory. Modified so that it saves the file in the directory of the volume anatomy.

2 lines of code changed in 1 file:

  • mrAlign: mrAlignGUI.m (+2 -1)
tsliu 2009-09-05 07:02 Rev.: 1527

modified so when saving alignment to inplane anatomy, it saves the .mat file in the inplane directory

2 lines of code changed in 1 file:

  • mrAlign: mrAlignGUI.m (+2 -1)
justin 2009-06-29 21:57 Rev.: 1489

added swap XY etc

40 lines of code changed in 2 files:

  • mrAlign: mrAlignGUI.fig (changed), mrAlignGUI.m (+40 -1)
tsliu 2009-06-25 08:49 Rev.: 1487

recompiled for 64 bit Linux

0 lines of code changed in 1 file:

  • mrAlign: regHistogram.mexa64 (changed)
eli 2009-06-12 02:49

0 lines of code changed in 2 files:

  • mrAlign: regHistogram.mexmaci (changed)
eli 2009-06-12 02:48 Rev.: 1467

looks like some of the mex files got messed up while moving to svn

0 lines of code changed in 1 file:

  • mrAlign: regHistogram.mexmaci (changed)
eli 2009-06-11 01:22

fixing a broken mex file for regHistogram.mexmac

0 lines of code changed in 2 files:

  • mrAlign: regHistogram.mexmac (changed)
justin 2009-05-29 17:26 Rev.: 1452

Allowing ability to select which frame of a multi frame image (like an epi) that will be used for alignment

20 lines of code changed in 1 file:

  • mrAlign: mrAlignGUI.m (+20 -22)
justin 2009-05-29 13:05 Rev.: 1449

Title bar now tells you what is being aligned to what.

30 lines of code changed in 1 file:

  • mrAlign: mrAlignGUI.m (+30 -2)
justin 2009-05-27 16:48 Rev.: 1435

A helper function to get the trans/rot that the GUI is set to. Used by the arrow functions on the gui.

31 lines of code changed in 1 file:

  • mrAlign: getAlignGUI.m (new 31)
justin 2009-05-19 14:43 Rev.: 1430

Added a few more informative console messages

3 lines of code changed in 1 file:

  • mrAlign: mrAlignGUI.m (+3)
justin 2009-05-19 14:39 Rev.: 1427

Added left/right arrow buttons to manually alignment fields. If you hold shift down while pressing the buttons it will inc/dec the fields by 0.1 rather than 1

124 lines of code changed in 2 files:

  • mrAlign: mrAlignGUI.fig (changed), mrAlignGUI.m (+124)
justin 2009-05-10 09:40 Rev.: 1424

Fixing up Talairach merge.

The exportTal2session callback was not correctly linked from the GUI (somehow the default function anme had been changed)... fixed.
Also, in setTalXform_Callback (in mrAlignGUI), the setting of the matrix "points" which is used to calcualte the vol2tal xform was not getting set properly -- i.e. it had to be modified to properly concatenate the tal points and then take the transpose of the matrix:

points = [talInfo.AC;talInfo.PC;talInfo.SAC;talInfo.IAC;talInfo.PPC;talInfo.AAC;talInfo.LAC;talInfo.RAC]';

Finally, ALIGN.vol.base no longer contains the full path to the volume anatomy (it shouldn't -- and this was fixed in isbase). So, to open up the correct volume, the field ALIGN.volumePath is now being used.

6 lines of code changed in 2 files:

  • mrAlign: mrAlignGUI.fig (changed), mrAlignGUI.m (+6 -8)
justin 2009-05-05 15:48 Rev.: 1422

Shani's talairach menu

0 lines of code changed in 1 file:

  • mrAlign: mrAlignGUI.fig (changed)

(49 more)

Generated by StatSVN 0.4.1