Home > lyngby > lyngby_image.m

lyngby_image

PURPOSE ^

lyngby_image - Plot a slice

SYNOPSIS ^

function lyngby_image(S, arg1, arg2, arg3, arg4, arg5, arg6, arg7,arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16,arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26)

DESCRIPTION ^

 lyngby_image         - Plot a slice

       function lyngby_image(S, 'PropertyName', 'PropertyValue')

       Input:    S          The slice as a matrix
     
       Property: Back       Background slice (anatomical scan)
                 BackType   [ {None} | Contour | Overwrite | Both } 
                            Type of merge between background image
                            and front image
                 Colorbar   [ {1} true | 0 ] Colorbar shown
                 Colormap   Colormap (Mx3 matrix)
                 Contour    Contour slice
                 Mask       Mask slice
                 MaskLevel  {0.95} Masking Level
                 MaskLevelType   [ {fratile} | absolute ]
                 MaskType   [ {None} | > | >< | == | < ]
                 Range      Maximum and minimum range for the
                            colormap. Default set to 
                            [ min(S(:)) max(S(:)) ] 
                 XLabel     { 1:size(S,2) } x axis labels
                 YLabel     { 1:size(S,2) } y axis labels

       Plot a slice with options of a background and masking of the
       front image.

       See also LYNGBY, LYNGBY_GETSLICE, LYNGBY_UI_VIEW.

 $Id: lyngby_image.m,v 1.22 2002/12/18 00:11:56 fnielsen Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 29-Jul-2009 15:57:21 by m2html © 2003