Difference between revisions of "Epi 2d.m"
(Normalise sequential blank lines) |
m (Normalise preformatted blank lines in function documentation blocks) |
||
| Line 10: | Line 10: | ||
parameters.pe_grad_dur - the duration of the phase encoding | parameters.pe_grad_dur - the duration of the phase encoding | ||
gradient (X), seconds | gradient (X), seconds | ||
| − | + | ||
parameters.ro_grad_dur - the duration of the readout | parameters.ro_grad_dur - the duration of the readout | ||
gradient (Y), seconds | gradient (Y), seconds | ||
| Line 19: | Line 19: | ||
parameters.diff_g_amp - [optional] a vector of diffusion | parameters.diff_g_amp - [optional] a vector of diffusion | ||
gradient amplitudes in X,Y (T/m) | gradient amplitudes in X,Y (T/m) | ||
| − | + | ||
parameters.diff_g_dur - [optional] the duration of the | parameters.diff_g_dur - [optional] the duration of the | ||
diffusion gradient, seconds | diffusion gradient, seconds | ||
Revision as of 17:40, 5 June 2026
2D echo planar imaging pulse sequence.
Syntax
mri=epi_2d(spin_system,parameters,H,R,K,G,F)
Arguments
parameters.pe_grad_dur - the duration of the phase encoding
gradient (X), seconds
parameters.ro_grad_dur - the duration of the readout
gradient (Y), seconds
parameters.image_size - number of points in each dimension
of the resulting image
parameters.diff_g_amp - [optional] a vector of diffusion
gradient amplitudes in X,Y (T/m)
parameters.diff_g_dur - [optional] the duration of the
diffusion gradient, seconds
Outputs
mri - MRI image with square sinebell apodisation.
Notes
This sequence must be called from the imaging.m context, which would provide H,R,K,G, and F.
See also
Magnetic resonance imaging, Spatially encoded NMR
Version 2.9, authors: Ilya Kuprov, Ahmed Allami