


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 $