also remove junk frames
5 lines of code changed in 1 file:
added trend line to timecourse plot
9 lines of code changed in 1 file:
Added 'round' to getting the surface base coordinates
1 lines of code changed in 1 file:
for some reason, need to keep axis on while scrolling in through the anatomical volume
1 lines of code changed in 1 file:
old code used to update basemin and basemax on the gui if you had no bases loaded, that is no longer necessary (and caused an error)
0 lines of code changed in 1 file:
fixed a bug in which X and Y were flipped for patches made with mrFlatMesh
8 lines of code changed in 1 file:
bug fix
1 lines of code changed in 1 file:
added option to set 'scansformcode' which is same as 'sformcode'
also added option to set 'roisformcode'
14 lines of code changed in 1 file:
Added base2roi, and fixed roi2mag, roi2tal, roixform - now all parallel with scan and base.
167 lines of code changed in 1 file:
fixed a 1-off bug in setting the vertex number when flattening with surfrelax
1 lines of code changed in 1 file:
had missed a place to change the name to sform code the first time!
1 lines of code changed in 1 file:
changed name from xformCode to sformCode for consistency with base and scan
1 lines of code changed in 1 file:
changed name from xformCode to sformCode for consistency with scan and base
2 lines of code changed in 1 file:
added fields to allow for talairach
2 lines of code changed in 1 file:
Added fields for allowing talairach
16 lines of code changed in 1 file:
justin fixed a small bug in getScanAndGroup when s is empty
3 lines of code changed in 1 file:
changed && to & in base2scan switch
1 lines of code changed in 1 file:
*** empty log message ***
1 lines of code changed in 1 file:
added scan2scan
131 lines of code changed in 1 file:
use keyboard for mrErrorDlg in non-verbose mode since that doesn't give you an error that looks like mrErrorDlg caused the problem...
2 lines of code changed in 1 file:
talairach field becomes invisible if you don't have talairach coords
5 lines of code changed in 1 file:
allow default argument where scan is specified as []
3 lines of code changed in 1 file:
use the viewGet--base2scan to compute overlays
17 lines of code changed in 4 files:
added vol2mag and vol2tal fields to info display
11 lines of code changed in 2 files:
split roiInfo as its own function away from mrLoadRetGUI
62 lines of code changed in 1 file:
Added Talairach capability
31 lines of code changed in 1 file:
Added base2scan and subfunction oneTimeWarning
96 lines of code changed in 1 file:
rounded start coords
2 lines of code changed in 1 file:
*** empty log message ***
10 lines of code changed in 1 file:
added a missing viewGet call to get the current base anatomy
1 lines of code changed in 1 file:
Modified Files: mrAlignGUI.fig mrAlignGUI.m
Added "Save Aligned & Resampled Source"
33 lines of code changed in 2 files:
*** empty log message ***
33 lines of code changed in 4 files:
Modified Files: mrAlignGUI.fig mrAlignGUI.m
First step of adding code to save aligned (warped and resampled) volumes.
8 lines of code changed in 2 files:
Modified Files: mrAlignGUI.m
Changed mrAlign to work with either single-file or two-file nifti
Modified Files: cbiWriteNiftiHeader.m
Fixed bug to write nifti header to single-file nifti without obliterating the image data.
8 lines of code changed in 2 files:
Modified Files: mrAlignGUI.m
Changed mrAlign to work with either single-file or two-file nifti
114 lines of code changed in 1 file:
bug fix
2 lines of code changed in 1 file:
*** empty log message ***
9 lines of code changed in 1 file:
fixed the code to deal with case if sform hasn't been set for the scan
9 lines of code changed in 1 file:
Added capability for tailarach transformations: vol2mag and vol2tal
5 lines of code changed in 1 file:
Added capability for talairach transformations
12 lines of code changed in 1 file:
Added fields for computing talairach transformation: vol2tal and vol2mag
10 lines of code changed in 2 files:
Changes reflect added Talairach capability.
Added: scanVol2Tal, baseVol2Tal, scanVol2Mag, baseVol2Mag: xform matrices
that take the aligned volume to talairach or magnet space, respectively.
Added: scan2mag, scan2tal, base2mag, base2tal: xform matrices that take
the scan (or the base) to volume coordinates in magnet space or talairach space.
Note that what previously was called scanXform is now called scan2mag: the xform
for the scan to the volume in magnet space. scanXform is still allowed, for
backward compatibility, but should not be used going forward. Instead, the more
descriptive scan2mag or base2mag should be used to make it clear whether
magnet space or talairach space is being used. For more details see the
comments in the text of the code (e.g. for details about when the
shiftOriginXform is included)
278 lines of code changed in 1 file:
Added options to allow for Talairach alignment.
Added viewSet(view,'scanVol2Tal'), viewSet(view,'baseVol2Tal'), viewSet(view,'scanVol2mag'), viewSet(view,'baseVol2mag')
These set the xform for the aligned volume, to talairach and to magnet space respectively
Also distinguished between viewSet for scanXform vs scanSform, that scanXform assumes sform_code = 1 (eg. magnet rather
than Talairach space); and similar for baseXform vs baseSform. Note that scanXform and baseXform are the older way of
referring the s-form, before talairach capabilities had been added, and so are not specific about the underlying space
and should no longer be used. They were left in for backward compatbility.
149 lines of code changed in 1 file:
more comments
11 lines of code changed in 1 file:
added missing semicolon
2 lines of code changed in 1 file:
gray out distance calculation
3 lines of code changed in 1 file:
fixed bug running eventRelated on non-concatenated data
12 lines of code changed in 1 file:
just testing ideas for how to deal with tal xforms. no change.
3 lines of code changed in 1 file:
*** empty log message ***
3 lines of code changed in 1 file: