public class TwoTensorInversion extends DiffusionInversion
ModelIndex
Modifier and Type | Field and Description |
---|---|
static int |
ITEMSPERVOX
The number of elements of the output array.
|
Constructor and Description |
---|
TwoTensorInversion(DW_Scheme imParams)
This constructor requires the details of the sequence used to generate
the data that will be processed.
|
TwoTensorInversion(DW_Scheme imParams,
ModelIndex twoTensorIndex,
ModelIndex dtInverterIndex)
This constructor requires the details of the sequence and the indexes of
the choices of TwoTensorFitter 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 TwoTensorInversion(DW_Scheme imParams)
imParams
- The imaging sequence parameters.public TwoTensorInversion(DW_Scheme imParams, ModelIndex twoTensorIndex, ModelIndex dtInverterIndex)
imParams
- The imaging sequence parameters.twoTensorIndex
- Index of the TwoTensorFitter.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