public abstract class DT_Inversion extends DiffusionInversion
Modifier and Type | Field and Description |
---|---|
static int |
ITEMSPERVOX
The number of data items per voxel in the output format
from this inversion.
|
Constructor and Description |
---|
DT_Inversion() |
Modifier and Type | Method and Description |
---|---|
static DT_Inversion |
getIndexedDT_Inversion(ModelIndex index,
DW_Scheme imPars)
Returns an indexed DT_Inversion.
|
int |
itemsPerVoxel()
Specifies the number of elements of the output array from the inversion.
|
background, close, invert
public static final int ITEMSPERVOX
public static DT_Inversion getIndexedDT_Inversion(ModelIndex index, DW_Scheme imPars)
index
- The index for the required inverter. 1 means linear,
2 means non-linear positive definite, 4 means
non-linear unconstrained, 7 means weighted linear least squares.public int itemsPerVoxel()
DiffusionInversion
itemsPerVoxel
in class DiffusionInversion