public class DataSynthFromDT_Input extends DataSynthFromInput
DT_Inversion
.
DT_Inversion
Constructor and Description |
---|
DataSynthFromDT_Input(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.
|
DataSynthFromDT_Input(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 DataSynthFromDT_Input(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 DataSynthFromDT_Input(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.