[root]/mrUtilities/File/mlrImage

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| justin | 164 (100.0%) | 6684 (100.0%) | 40.7 |
Fixing small bug with mlrVol that got introduced that kept controls from working properly since the callback was getting called with a callbackArg
1 lines of code changed in 1 file:
mlrVol now doesn't close mrParamsDialog unless it has it open. Also pass in parameter to set initial toggle overlay state. mrParamsDialog needed a small fix so that the okButton callback could have a callbackArg.
14 lines of code changed in 1 file:
Allows specifying a range to rescale the output values (i.e. data values can be linearly scaled to be between 0 and 256)
11 lines of code changed in 2 files:
Pulls out a function that converts an mlrImage header to a nifti header and gives mlrImageLoad a parameter to load as a nifti
77 lines of code changed in 3 files:
mlrImage now converts now double data input into double (because non-double data was not displaying correctly)
1 lines of code changed in 1 file:
Fixing so that clicking on the images keep you at the same volume number
1 lines of code changed in 1 file:
Adding ability to select which receiver you want to load or inf for all receivers - for Varian/Agilant fid files
1 lines of code changed in 1 file:
Fixing miscapitalization of mlrnum2str
2 lines of code changed in 1 file:
Adds ability to display a list of all the manual alignment commands that have been applied to the alignment
136 lines of code changed in 1 file:
mlrVol now clips the brightest / darkest points in an image (by default set to the top/bottom 0.2% of pixels, but can be adjusted in the GUI). This helps for display of images that have a stray bright pixel. The readout value when you mouse over points will still display the unclipped value.
getfidk gives a better warning for old files that did not have epi processing run
fid2xform has a few fixes for old data. For one, the epi is not flipped relative to the 2D/3D images, so we don't need to do that. Also, the X dimension is reversed in the old data, so needed to compensate for that
48 lines of code changed in 1 file:
Fixing alignment xform to go from to to, just like mrAlign and removing the system xform.
Also fixed small bug in which a stray axis occasionally showed up in another figure
72 lines of code changed in 1 file:
Doing identity alignment by aligning center of volumes.
reslice image gets correct pixdim
36 lines of code changed in 2 files:
Fixes pixdim and dim when reorienting volume
8 lines of code changed in 1 file:
Fixes non-updating overlays when displayInterpolated is not set
4 lines of code changed in 1 file:
Fixed overlay not always redrawing properly.
Also, after image xform the current display coordinate now gets xformed too so that the image stays in the same place
15 lines of code changed in 2 files:
Adding ability to clear xforms
14 lines of code changed in 1 file:
Minor fixes to deal with bad fid files
10 lines of code changed in 2 files:
Fixing xform for 8 channel data which apparently is flipped in the x dimension relative to the 4 channel data. Minor fixes here and there to mlrVol and mlrImageXform
4 lines of code changed in 2 files:
Adding ability to edit mlrImage headers using an mrParamsDialog - this can be accessed via mlrVol
156 lines of code changed in 3 files:
Fixing pixdim xform to be correct for mlrImageXform. Also, can do xform of pixdim even if qform does not exist.
Identity xform for mlrVOl takes voxel size into account
25 lines of code changed in 2 files:
(63 more)