


brede_ta3_frame - Construct 3D Talairach Frame
function h = brede_ta3_frame('PropertyName', 'PropertyValue')
Property: BackgroundColor Default is [ 1 1 1 ]
FigureHandle [ {gcf} | handle ]
Space [ {talairach} | jerom ]
Visible [ off | {on} ]
Output: h Graphic handle
This function calls some other functions to construct a
"default" frame of reference for the 3D Talairach plot.
Right clicking on the mouse produces a popup menu where some
extra visualization components can be added. The icons in the
toolbar should be deselected for this operation.
Components such as surfaces and points can be added with the
other brede_ta3_* functions, eg, brede_ta3_loc will added
Talairach points.
Example:
figure
brede_ta3_frame
% jerom_cmpr.img is a macaque in a ANALYZE file
T1 = brede_read_analyze('jerom_cmpr')
figure
brede_ta3_frame('space', 'jerom');
brede_ta3_volslice(T1)
See also BREDE, BREDE_TA3, BREDE_TA3_AXES, BREDE_TA3_AXLABEL,
BREDE_TA3_CONTOUR, BREDE_TA3_CONCORTEX,
BREDE_TA3_DRURY, BREDE_TA3_EYES, BREDE_TA3_GRID,
BREDE_TA3_LOC, BREDE_TA3_VOLSLICE, BREDE_TA3_VOLSURF,
BREDE_READ_ANALYZE.
$Id: brede_ta3_frame.m,v 1.27 2009/03/17 17:16:57 fn Exp $