public interface SimulableScheme
Modifier and Type | Method and Description |
---|---|
double |
getDuration()
gets the duration of the scan in seconds.
|
double[] |
getGradImpulse(int i,
double t,
double tLast)
Gets the average gradient strength in Tesla in effect during specific time from t to
tLast during a measurement.
|
double[] getGradImpulse(int i, double t, double tLast)
i
- the index of the measurement.t
- the elapsed time from the start of the particular measurement sequence, in seconds.double getDuration()