public class EvenSphHarmSignalFitter extends EvenSphHarmFitter
Constructor and Description |
---|
EvenSphHarmSignalFitter(DW_Scheme imParams,
int order)
The constructor computes the inversion matrix from the imaging parameters
for the sequence used in the data acquisition.
|
Modifier and Type | Method and Description |
---|---|
double[] |
fit(double[] data)
Fits the spherical harmonic series using the inverse matrix.
|
getF_TestProbabilities, getMaxOrder, itemsPerVoxel, selectModel, selectModel, setF_TestThresholds, truncate
public EvenSphHarmSignalFitter(DW_Scheme imParams, int order)
imParams
- The imaging parameters of the acquisition sequence.order
- The maximum order of the spherical harmonic series to fit.public double[] fit(double[] data)
fit
in class EvenSphHarmFitter
data
- The MRI data.