neuroelf_gui_-_loading_data
Differences
This shows you the differences between two versions of the page.
neuroelf_gui_-_loading_data [2011/03/17 01:32] – created jochen | neuroelf_gui_-_loading_data [2011/03/17 02:15] (current) – jochen | ||
---|---|---|---|
Line 36: | Line 36: | ||
end</ | end</ | ||
+ | ===== Accessing previously loaded objects ===== | ||
+ | In case you need access to an object that has been loaded via the GUI (e.g. to alter some settings that are not exposed through the GUI), you can first get a list of all loaded objects by calling '' | ||
+ | |||
+ | <code matlab xff_get_root_object.m> | ||
+ | xroot = xff;</ | ||
+ | |||
+ | By displaying the output of this object (or statement, either by not using a semicolon in the above statement or by just typing '' | ||
+ | |||
+ | <code matlab xff_get_specific_object.m> | ||
+ | object = xroot(4); | ||
+ | |||
+ | % access object with name " | ||
+ | vmr21 = xroot(' | ||
+ | |||
+ | ===== Switching between objects ===== | ||
+ | Once an object is loaded into the NeuroElf GUI, it is accessible via one of the dataset selection dropdowns (see item #1 on the [[NeuroElf GUI# | ||
+ | |||
+ | Since surface-based maps (SMPs) can only be displayed on matching objects (with the same number of vertices), changing the surface (SRF) object will also change the associated SMP object. This does, however, not affect the display directly. To change the displayed object(s) in the surface view, please (multi-) select the desired entries in the Scenery listbox below the surface. | ||
+ | |||
+ | ===== Undocking the current view ===== | ||
+ | To browse several objects at once, the current view can be " |
neuroelf_gui_-_loading_data.1300325548.txt.gz · Last modified: 2011/03/17 01:32 by jochen