public class DataSynthFromTwoTensorInput extends DataSynthFromInput
TwoTensorInversion
.
TwoTensorInversion
Constructor and Description |
---|
DataSynthFromTwoTensorInput(java.lang.String filename,
java.lang.String inputDataType,
DW_Scheme ip,
double s)
The constructor requires the name of the data file and the details of the
acquisition sequence to use for data synthesis.
|
DataSynthFromTwoTensorInput(java.lang.String filename,
java.lang.String inputDataType,
DW_Scheme ip,
double s,
int seed)
The constructor requires the name of the data file and the details of the
acquisition sequence to use for data synthesis.
|
more, nextVoxel
public DataSynthFromTwoTensorInput(java.lang.String filename, java.lang.String inputDataType, DW_Scheme ip, double s)
filename
- name of the data file.inputDataType
- the type of the input dataip
- the DW_Scheme
object with the details of the scanner
sequence to emulate.s
- the signal to noise ratio with q=0.public DataSynthFromTwoTensorInput(java.lang.String filename, java.lang.String inputDataType, DW_Scheme ip, double s, int seed)
filename
- name of the data file.inputDataType
- the type of the input dataip
- the DW_Scheme
object with the details of the scanner
sequence to emulate.s
- the signal to noise ratio with q=0.seed
- the seed for the random number generator.