fse_simulation#
- mrinufft.extras.data.fse_simulation(M0: ndarray, T1: ndarray, T2: ndarray, TE: float | Sequence[float], TR: float | Sequence[float]) ndarray[source]#
Perform simple analytical Fast Spin Echo simulation.
Assume that refocusing angles are 180° and k-space center is sampled for each echo in the Echo Train (e.g., as in spiral or radial imaging).
- Parameters:
- Returns:
signal – Simulated signal of shape
(nTE*nTR, *M0).- Return type:
np.ndarray