Added validation of overlay
4 lines of code changed in 1 file:
Not all voxels were showing up in searchForVoxel since sometimes you don't get an exact match (but you are within 1 voxel). So now there is a parameter to specifiy the radius you are willing to accept
18 lines of code changed in 1 file:
Checking for bad filenames
5 lines of code changed in 1 file:
I've been testing with Matlab7.9 and Mac OSX 10.6 and I believe everything is okay.
1 lines of code changed in 1 file:
Check for whether a file has been processed or not added
7 lines of code changed in 1 file:
quietly deal with unprocessed epi files by setting voxel dimensions to nan
13 lines of code changed in 1 file:
Fixing 3d pss slice order. There was a bit of confusion here. Before the code had:
procpar.pss = -procpar.pss
and had the rotation matrix basically undoing this.
But that isn't right. fid2nifti always orders slices from smallest to largest pss, so we don't have to reverse order in fid2xform. In fact, we should just assume that is the case so the offset to the first slice is always the min(pss). Which is what the code now does.
18 lines of code changed in 2 files:
fixed the group made if called with a different default group name (it was always making the 'Raw' group)
1 lines of code changed in 1 file:
For 3d scans, there was an erroneously line of code assuming that the 1st and 2nd dimensions were necessarily the same. Removed.
0 lines of code changed in 1 file:
cosmetic change of alignment menu to make "compute alignment" appear to be the default choice
0 lines of code changed in 2 files:
Adding menu item for non-rigid body alignment
32 lines of code changed in 3 files:
Fix for linked checkbox
8 lines of code changed in 1 file:
allow for hard links
3 lines of code changed in 1 file:
Allow for hard links
14 lines of code changed in 1 file:
ALlowing for hard links
14 lines of code changed in 1 file: