public class TwoTensorLUTGenerator extends DT_LookupTableGenerator
ACG, BINGHAM, WATSON
Constructor and Description |
---|
TwoTensorLUTGenerator(DW_Scheme ip,
double snr,
double trace,
double prop,
double cross,
java.util.Random r) |
Modifier and Type | Method and Description |
---|---|
double[][][][] |
generateLUT(double xMin,
double xMax,
double step,
int samples,
ModelIndex inversionIndex,
boolean watson,
boolean bingham,
boolean acg)
Generates the LUT.
|
public TwoTensorLUTGenerator(DW_Scheme ip, double snr, double trace, double prop, double cross, java.util.Random r)
prop
- the mixing proportion of the two tensors.cross
- the crossing angle (in radians) of the tensors.public double[][][][] generateLUT(double xMin, double xMax, double step, int samples, ModelIndex inversionIndex, boolean watson, boolean bingham, boolean acg)
generateLUT
in class DT_LookupTableGenerator
xMin
- minimum fa of dt1, the x index of the LUT.xMax
- maximum fa of dt1, the x index of the LUT.step
- must divide evenly into (yMax - yMin) and (xMax - xMin).