public class ThreeTensorInversion extends DiffusionInversion
Modifier and Type | Field and Description |
---|---|
static int |
ITEMSPERVOX
The number of elements of the output array.
|
Constructor and Description |
---|
ThreeTensorInversion(DW_Scheme imParams)
This constructor requires the details of the sequence used to generate
the data that will be processed.
|
ThreeTensorInversion(DW_Scheme imParams,
ModelIndex threeTensorIndex,
ModelIndex dtInverterIndex)
This constructor requires the details of the sequence and the indexes of
the choices of ThreeTensorFitter and DT_Inverter.
|
Modifier and Type | Method and Description |
---|---|
double[] |
invert(double[] data)
Fits the model.
|
int |
itemsPerVoxel()
Specifies the number of elements of the output array from the inversion.
|
background, close
public static final int ITEMSPERVOX
public ThreeTensorInversion(DW_Scheme imParams)
imParams
- The imaging sequence parameters.public ThreeTensorInversion(DW_Scheme imParams, ModelIndex threeTensorIndex, ModelIndex dtInverterIndex)
imParams
- The imaging sequence parameters.twoTensorIndex
- Index of the ThreeTensorFitter.dtInverterIndex
- Index of the DT_Inverter.public double[] invert(double[] data)
invert
in class DiffusionInversion
data
- The MRI data.public int itemsPerVoxel()
DiffusionInversion
itemsPerVoxel
in class DiffusionInversion