public class NonLinearDT_Inversion extends DT_Inversion
ITEMSPERVOX
Constructor and Description |
---|
NonLinearDT_Inversion(DW_Scheme imParams)
This constructor takes only the imaging sequence parameters and creates a
fitter that does not use the Hessian of the objective function.
|
NonLinearDT_Inversion(DW_Scheme imParams,
ModelIndex index)
This constructor takes the imaging sequence parameters and an index
specifying the type of fitting to use.
|
Modifier and Type | Method and Description |
---|---|
double[] |
invert(double[] data)
Fits the diffusion tensor.
|
getIndexedDT_Inversion, itemsPerVoxel
background, close
public NonLinearDT_Inversion(DW_Scheme imParams)
imParams
- The imaging sequence parameters.public NonLinearDT_Inversion(DW_Scheme imParams, ModelIndex index)
imParams
- The imaging sequence parameters.index
- The fitter index.public double[] invert(double[] data)
invert
in class DiffusionInversion
data
- The MRI data.