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:
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:
removing unneccessary file
0 lines of code changed in 1 file:
Fixing names of files and also getting dimensions of matrix right (accounting for navigator echoes)
285 lines of code changed in 4 files:
Title bar now tells you what is being aligned to what.
30 lines of code changed in 1 file:
some comments
8 lines of code changed in 1 file:
new flag to allow adding an extension (instead of replacing)
14 lines of code changed in 1 file:
Renaming readfid to getfidk and fixing to work on 64 bit
692 lines of code changed in 8 files:
Initial import of tools to read varian files
1649 lines of code changed in 7 files:
changed the 'exist' call to only check variables
1 lines of code changed in 1 file:
pulled some of the motion comp preprocessing steps out of the inidividual functions and put them in a single new function called 'motionCompPreprocessing.m
636 lines of code changed in 7 files:
adding copyright notice
14 lines of code changed in 1 file:
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:
Check to fix stimvols that have been incorrectly transposed
15 lines of code changed in 1 file:
just testing svn repository
1 lines of code changed in 1 file:
testing svn repository
0 lines of code changed in 1 file:
just testing
2 lines of code changed in 1 file:
Added a few more informative console messages
3 lines of code changed in 1 file:
create outDir if it does not already exist
5 lines of code changed in 1 file:
added some comments.
2 lines of code changed in 1 file:
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:
slight syntax change to stimFileMatch list setup
1 lines of code changed in 1 file:
Fixing up some code that handles when your anatomy directory has moved. Now, it checks whether the file exists and puts up more informative message. Also edit base info gives you the path field which you can edit.
33 lines of code changed in 4 files:
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:
*** empty log message ***
1 lines of code changed in 1 file:
Shani's talairach menu
0 lines of code changed in 1 file:
More understandable warnings for when sform has not been set
2 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:
small change
4 lines of code changed in 2 files:
fixed talInfo field
2 lines of code changed in 1 file:
added talInfo set
8 lines of code changed in 1 file:
changed talinfo to talInfo to be consistent
4 lines of code changed in 1 file:
Function to export Tal info to a mrLR session
390 lines of code changed in 1 file:
Added Talairach functions
84 lines of code changed in 1 file: