Difference between revisions of "Phantoms.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Rename Arguments section heading to Parameters)
(Update function See also links and function index membership)
 
Line 24: Line 24:
  
 
==See also==
 
==See also==
[[volplot.m]]
+
[[volplot.m]], [[g2fplanck.m]], [[hydrodynamics.m]], [[mri_2d_plot.m]], [[ngridpts.m]], [[v2fplanck.m]], [[Imaging_module]]
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Latest revision as of 19:39, 6 June 2026

MRI phantom library.

Syntax

    [R1Ph,R2Ph,PDPh,dims,npts]=phantoms(ph_name)

Parameters

    ph_name  - character string giving the name of the
               phantom (see the function text)

Outputs

   R1Ph   - a cube of R1 values

   R2Ph   - a cube of R2 values

   PDPh   - a cube of PD values

   dims   - row vector of three cube dimensions, m

   npts   - row vector of three cube dimensions, points

See also

volplot.m, g2fplanck.m, hydrodynamics.m, mri_2d_plot.m, ngridpts.m, v2fplanck.m, Imaging_module

Version 2.1, authors: Ilya Kuprov