Check for whether nav echoes have been removed
21 lines of code changed in 3 files:
Calculation for lines of k-space was done inappropriately - it assumed one navigator echo. To accomodate sequences with multiple nav echoes we now check the parameter ni instead of nv
14 lines of code changed in 2 files:
Fixing code to correctly drop out any reference volumes
27 lines of code changed in 2 files:
fixed the computation of the rotation angle of the AC-PC line
3 lines of code changed in 1 file:
Fix to adjustDims to handle images with more than one volume
6 lines of code changed in 1 file:
No need to make Anal directory in the new empty directory
1 lines of code changed in 1 file:
Adding ability to extract only a portion of the image
55 lines of code changed in 1 file:
Removing as the same functionality was put into mrInterrogator
0 lines of code changed in 1 file:
Added showing magnet coordinates
14 lines of code changed in 1 file:
A simple interogator to print out coordinate information like where in the magnet a point was
0 lines of code changed in 1 file:
Adds ability to view 3D volumes in different orientations (coronal/axial/saggital). Also added ability to edit volumes for possibly rerunning through volume segmentation programs to fix minor errors, but left the code un-enabled since we are looking into other options for editing volumes/surfaces
314 lines of code changed in 1 file:
Minor change to use function mlrIsRunning to test whether MLR is running or not
12 lines of code changed in 1 file:
Tests whether MLR is running or not
42 lines of code changed in 1 file:
oops. shifted pss array in wrong direction
3 lines of code changed in 1 file:
Making a fix for non-integer shifts that were not accounted for in the program fftw3rd. This adjusts the pss array to match the fact that the images were not actually shifted to exactly where they should have been, but were essentially half a voxel off in the slice dimension. The fix is to adjust the pss array to match what is in the image
41 lines of code changed in 2 files:
sometimes, outputVoxSize was not a row matrix and element-wise matrix multiplication would fail. if not row matrix, then transform lines were added to fix this
3 lines of code changed in 1 file:
Don't give warning if there is no preprocessing to do
3 lines of code changed in 1 file:
Now you can display the overlay in the continuous mode
56 lines of code changed in 1 file:
Pulling out getBaseSlice from refreshMLRDisplay so it can be reused for overlay computation by searchForVoxel
94 lines of code changed in 3 files:
Small mod to message
1 lines of code changed in 1 file:
Minor fix
8 lines of code changed in 1 file:
Parameter for controlling whether the dialog is modal or not
11 lines of code changed in 1 file:
Continuous mode search for voxel, if you have a 2D or 3D base anatom loaded then it will put up a figure so that you can move your mouse over any point on your surface and it will continuously show where each point comes from
256 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:
Allow editing the clip as well as the range values of an overlay
7 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:
Set clip and range to min and max of overlays
10 lines of code changed in 1 file:
Default output arguments
1 lines of code changed in 1 file:
button for displaying nifti header
44 lines of code changed in 1 file:
small fix
4 lines of code changed in 1 file:
Check bounds of overlayRange
3 lines of code changed in 1 file: