Home > brede > brede_ui_rois.m

brede_ui_rois

PURPOSE ^

brede_ui_rois - UI for editing 'Rois' structure

SYNOPSIS ^

function varargout = brede_ui_rois(varargin)

DESCRIPTION ^

 brede_ui_rois         - UI for editing 'Rois' structure

       function brede_ui_rois
       function brede_ui_rois(R)

       Input:  R    'Roi' structures in a cell array.

       Edit and view a list of 'roi' structures, i.e., structures
       that each describe a brain region. The 'rois' structure
       can be read in from XML og Mat files (via the file menu), or
       read from the Brede brain region database - the xml/worois.xml
       file. 

       Menu controls: 

         File|Load Brede Database from XML - Loads the Brede
                        brain region Database. This will take some
                        seconds.  
         View|View Rois structure - Pop the rois structure to the 
                     command line
         Spawn|Mat - Open a new graphical interface for a matrix

       Button controls: 

         New    - Add an empty 'roi' structure at the end of the
                     list and open a 'roi' window for editing
         Replicate - Add a 'roi' structure to the end of the
                     list by copying the information in the
                     highlighted 'roi' item in the list
         Remove - Delete the selected 'roi' structure
         !      - Pop the data structure to the command line
         Close  - Close the window
         Help   - Show this help

       Example: 
         brede_ui_rois

       See also BREDE, BREDE_UI, BREDE_ROI, BREDE_ROI_ROI2MAT,
                BREDE_UI_MAT, BREDE_UI_ROI, BREDE_WRITE_XML.

 $Id: brede_ui_rois.m,v 1.4 2008/03/12 14:28:29 fn Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Nov-2009 18:11:22 by m2html © 2005