public class RestoreDT_Inversion extends DT_Inversion
ITEMSPERVOX
Constructor and Description |
---|
RestoreDT_Inversion(DW_Scheme imParams,
double noiseLevel)
Default constructor.
|
RestoreDT_Inversion(DW_Scheme imParams,
double noiseLevel,
int index)
This constructor takes the imaging sequence parameters and an index
specifying the type of non-linear fitting to use.
|
Modifier and Type | Method and Description |
---|---|
void |
background()
In background voxels this inverter needs to output the outlier map.
|
void |
close()
Overrides the default to output the outlier histogram.
|
double[] |
invert(double[] data)
Fits the diffusion tensor.
|
getIndexedDT_Inversion, itemsPerVoxel
public RestoreDT_Inversion(DW_Scheme imParams, double noiseLevel)
imParams
- The imaging sequence parameters.noiseLevel
- The standard deviation of the noise in the data.public RestoreDT_Inversion(DW_Scheme imParams, double noiseLevel, int index)
imParams
- The imaging sequence parameters.noiseLevel
- The standard deviation of the noise in the data.index
- The fitter index.public double[] invert(double[] data)
invert
in class DiffusionInversion
data
- The MRI data.public void close()
close
in class DiffusionInversion
public void background()
background
in class DiffusionInversion