public class LinearDT_Inversion extends DT_Inversion
ITEMSPERVOX
Constructor and Description |
---|
LinearDT_Inversion(DW_Scheme imParams)
The constructor requires the details of the sequence used to generate the
data that will be processed.
|
Modifier and Type | Method and Description |
---|---|
RealMatrix |
getMatrix()
Returns the linear inversion matrix.
|
double[] |
invert(double[] data)
Fits the diffusion tensor using the inverse matrix.
|
getIndexedDT_Inversion, itemsPerVoxel
background, close
public LinearDT_Inversion(DW_Scheme imParams)
imParams
- The imaging sequence parameters.public double[] invert(double[] data)
invert
in class DiffusionInversion
data
- The MRI data.public RealMatrix getMatrix()