public class LinearADC_Inversion extends DiffusionInversion
Modifier and Type | Field and Description |
---|---|
static int |
ITEMSPERVOX
The number of data items returned by the inversion.
|
Constructor and Description |
---|
LinearADC_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 |
---|---|
double[] |
invert(double[] data)
Fits the apparent diffusion coefficient using the inverse matrix.
|
int |
itemsPerVoxel()
Specifies the number of elements of the output array from the inversion.
|
background, close
public static final int ITEMSPERVOX
public LinearADC_Inversion(DW_Scheme imParams)
imParams
- The imaging sequence parameters.public double[] invert(double[] data)
invert
in class DiffusionInversion
data
- The MRI data.public int itemsPerVoxel()
DiffusionInversion
itemsPerVoxel
in class DiffusionInversion