public class BallAndStickLM_RicianFitter extends BallAndStickLM_GaussianFitter
Constructor and Description |
---|
BallAndStickLM_RicianFitter()
Default constructor required for derived classes.
|
BallAndStickLM_RicianFitter(DW_Scheme scheme,
double sigma)
Constructor implements the mapping between model and optimized
parameters in the Codec object.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
fit, getDirectionIndex, getNumValuesPerRun, getNumValuesPerSolution
public BallAndStickLM_RicianFitter()
public BallAndStickLM_RicianFitter(DW_Scheme scheme, double sigma)
scheme
- The imaging protocol.sigma
- Standard deviations of the Gaussian noise
distribution in each channel.