mri_2d_plot.m

From Spinach Documentation Wiki
Jump to: navigation, search

MRI image plotting with a black-and-white colour map.

Syntax

     mri_2d_plot(mri,parameters,method)

Parameters

    method - 'image' uses gradient information to determine field of view,
             'phantom' uses phantom dimensions, and 'k-space' assumes
             that a k-space representation has been supplied and plots
             the real part.

    mri    - a 2D MRI image, phantom, or k-space representation. 

    parameters.spins       - nuclei on which the sequence ran.

    parameters.pe_grad_amp - amplitude of the phase encoding gradient, T/m.

    parameters.pe_grad_dur - duration of the phase encoding gradient, s.

    parameters.ro_grad_amp - the amplitude of the readout gradient, T/m.

    parameters.ro_grad_dur - the duration of the readout gradient, s.

Outputs

    This function produces a MRI image plot.

See also

plot_1d.m, plot_2d.m, plot_3d.m, plot_uf.m, volplot.m, molplot.m, slice_2d.m, int_2d.m, hfc_display.m, cst_display.m, apodisation.m, axis_1d.m, bloch_sph_plot.m, bwr_cmap.m, contspacing.m, crop_2d.m, cylgrid.m, fid2ascii.m, ft_axis.m, g2fplanck.m, heterodyne.m, hydrodynamics.m, ngridpts.m, phantoms.m, s2json.m, scale_figure.m, stack_2d.m, sweep2ticks.m, v2fplanck.m, write_movie.m, xyz2pd.m, zoom_3d.m, Imaging_module, Import,_export,_and_visualisation, Kernel_utilities

Version 2.3, authors: Maria Grazia Concilio, Ilya Kuprov