neuroelf_gui
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
neuroelf_gui [2011/05/07 22:44] – adapted panel view to newest version v0.9c jochen | neuroelf_gui [2011/05/18 13:23] (current) – changing vertical resolution to 204 to include bar jochen | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== GUI layout ===== | ===== GUI layout ===== | ||
+ | {{ youtube> | ||
The GUI comes in two modes, full and minimized (whereas minimized removes some UI elements from the figure so as to save some space for other windows). | The GUI comes in two modes, full and minimized (whereas minimized removes some UI elements from the figure so as to save some space for other windows). | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
To bring up the GUI, simply issue the | To bring up the GUI, simply issue the | ||
+ | \\ | ||
<code matlab>% bring up NeuroElf GUI | <code matlab>% bring up NeuroElf GUI | ||
neuroelf_gui</ | neuroelf_gui</ | ||
+ | \\ | ||
- | call. It will take a couple of seconds (especially if the xfigure class needs to be run-time compiled by Matlab on its first call), after which the following UI figure will appear: | + | call. It will take a couple of seconds (especially if the xfigure class needs to be run-time compiled by Matlab on its first call), after which the following UI figure will appear |
- | {{: | + | {{: |
- | After loading or creating some statistical map (and, in this case, the Colin brain VMR), the display has more buttons un-grayed: | + | After creating some additional files (see [[neuroelf_makefiles]] for more instructions), |
- | {{: | + | {{: |
Here is a full-resolution version with numbered areas which are explained below: | Here is a full-resolution version with numbered areas which are explained below: | ||
- | {{: | + | {{: |
The numbered sections in turn mean: | The numbered sections in turn mean: | ||
Line 43: | Line 51: | ||
* c) axial/ | * c) axial/ | ||
- | ==== Dataset selection ==== | + | ==== Dataset selection |
The dropdown controls allow to select any of the loaded datasets as the currently active dataset (both for anatomical and statistical datasets). Currently supported are | The dropdown controls allow to select any of the loaded datasets as the currently active dataset (both for anatomical and statistical datasets). Currently supported are | ||
* as anatomical datasets | * as anatomical datasets | ||
Line 49: | Line 57: | ||
* HDR/NII (Analyze/ | * HDR/NII (Analyze/ | ||
* HEAD (AFNI' | * HEAD (AFNI' | ||
+ | * MSK (BrainVoyager' | ||
* VMR (BrainVoyager' | * VMR (BrainVoyager' | ||
* VTC (BrainVoyager' | * VTC (BrainVoyager' | ||
* as statistical datasets | * as statistical datasets | ||
+ | * CMP (BrainVoyager' | ||
* GLM (BrainVoyager' | * GLM (BrainVoyager' | ||
+ | * HDR/NII (Analyze/ | ||
* HEAD (AFNI' | * HEAD (AFNI' | ||
* VMP (BrainVoyager' | * VMP (BrainVoyager' | ||
- | |||
- | Please note: Statistical maps from SPM must currently be imported into BrainVoyager' | ||
In addition to the selection, for each dataset a transformation quaternion (origin) can be set separately, in case datasets from different programs are not initially compatible (3D transformation button). Once a dataset is no longer required in the list, it can be removed from the dropdown (using the x-button). | In addition to the selection, for each dataset a transformation quaternion (origin) can be set separately, in case datasets from different programs are not initially compatible (3D transformation button). Once a dataset is no longer required in the list, it can be removed from the dropdown (using the x-button). | ||
- | ==== Statistical map selection ==== | + | ==== Statistical map selection |
Once an object is loaded suitable for statistical map overlay, the maps therein can be displayed, also supporting a multi-selection of maps. Additionally, | Once an object is loaded suitable for statistical map overlay, the maps therein can be displayed, also supporting a multi-selection of maps. Additionally, | ||
* moving maps within their container (HEAD and VMP format, arrow up and down buttons) | * moving maps within their container (HEAD and VMP format, arrow up and down buttons) | ||
Line 66: | Line 75: | ||
* deleting maps from their container (HEAD and VMP format, trashcan button) | * deleting maps from their container (HEAD and VMP format, trashcan button) | ||
* computing a formula on the available map data (VMP format only, // | * computing a formula on the available map data (VMP format only, // | ||
+ | * sampling the selected maps as surface maps (SMP) for the currently visible surfaces (SRF objects selected in Scenery listbox) | ||
* propagating the map condition selection for other subjects (GLM format, ellipse-button) | * propagating the map condition selection for other subjects (GLM format, ellipse-button) | ||
- | ==== Configured clusters and table output ==== | + | ==== Configured clusters and table output |
Below the map area is the listbox that contains the currently configured clusters (comparable to BrainVoyager' | Below the map area is the listbox that contains the currently configured clusters (comparable to BrainVoyager' | ||
Line 86: | Line 96: | ||
* a table of extracted betas (also showing each subject' | * a table of extracted betas (also showing each subject' | ||
- | ==== Progress bar ==== | + | ==== Progress bar (4) ==== |
For some longer-running tasks (e.g. alphasim or robust regression of contrasts), a progress bar is shown and updated regularly. This allows the UI to remain mostly function (browsing, shorter tasks) while a longer task is completing in the back-ground. | For some longer-running tasks (e.g. alphasim or robust regression of contrasts), a progress bar is shown and updated regularly. This allows the UI to remain mostly function (browsing, shorter tasks) while a longer task is completing in the back-ground. | ||
- | ==== Dataset manipulation buttons ==== | + | ==== Dataset manipulation buttons |
From top to bottom, these buttons are associated with the following actions/ | From top to bottom, these buttons are associated with the following actions/ | ||
* browsing mode (drawing disabled) | * browsing mode (drawing disabled) | ||
Line 96: | Line 106: | ||
* floodfill (3D flood-filling of voxels that match the selected criteria) | * floodfill (3D flood-filling of voxels that match the selected criteria) | ||
* marker expansion (expanding the marked selection in a dilation fassion) | * marker expansion (expanding the marked selection in a dilation fassion) | ||
+ | * smoothing of the gray-scale data (allowing a coordinate and value range selection, as well as setting a smoothing kernel) | ||
* smoothing (the marked selection is smoothed to remove rough edges) | * smoothing (the marked selection is smoothed to remove rough edges) | ||
* undo drawing en/disable (drawing takes back values from the buffer) | * undo drawing en/disable (drawing takes back values from the buffer) | ||
Line 103: | Line 114: | ||
* reload marked (reload dataset from disk and mask with marked color) | * reload marked (reload dataset from disk and mask with marked color) | ||
* reload unmarked (reload dataset from disk and inverse-mask with marked color) | * reload unmarked (reload dataset from disk and inverse-mask with marked color) | ||
+ | * defining a new ROI (cluster) to be added to the list of clusters (VOI list) | ||
+ | * setting the underlay object | ||
- | ==== View / Page selection ==== | + | ==== View / Page selection |
The main UI has three different views: | The main UI has three different views: | ||
Line 111: | Line 124: | ||
The view/page selection buttons, from top to bottom, mean: | The view/page selection buttons, from top to bottom, mean: | ||
* undocking (create a secondary, satellite figure containing the current view, allowing to investigate multiple maps/ | * undocking (create a secondary, satellite figure containing the current view, allowing to investigate multiple maps/ | ||
+ | * toggle between linked and linked browsing (state obversable) | ||
+ | * minimize/ | ||
* switch to three-slice view (page 1, default on startup) | * switch to three-slice view (page 1, default on startup) | ||
* switch to sagittal-zoomed view (page 2, SAG) | * switch to sagittal-zoomed view (page 2, SAG) | ||
Line 117: | Line 132: | ||
* set global spatial transformation parameters (in case data comes from a different program) | * set global spatial transformation parameters (in case data comes from a different program) | ||
* switch to surface rendering view (page 3) | * switch to surface rendering view (page 3) | ||
- | * minimize/ | + | * invoke voxel-based rendering dialog |
==== Minimized mode ==== | ==== Minimized mode ==== | ||
- | Upon clicking | + | Upon clicking |
- | {{: | + | {{: |
The elements on the left side of the figure (file/map selector, cluster and table output) will be hidden from view to free up some space for other windows. The following sections remain: | The elements on the left side of the figure (file/map selector, cluster and table output) will be hidden from view to free up some space for other windows. The following sections remain: | ||
Line 135: | Line 150: | ||
- progress bar area | - progress bar area | ||
- | ==== Cursor position in space ==== | + | ==== Contrast/ |
- | The six spatial coordinate edit fields show and allow to set the current position (cursor/ | + | It is now possible to change the contrast and brightness of a voxel-based anatomical object (FMR, HDR, HEAD, VMR) without changing the underlying data. To do so, you can click the **C/B** button, which allows the user to set the minimum value (black) and maximum value (white) for the scaling function, as well as the possible minimum and maximum value (slider range). |
+ | |||
+ | Alternatively, | ||
+ | |||
+ | ==== Cursor position in space (8) ==== | ||
+ | The six spatial coordinate edit fields show and allow to set the current position (cursor/ | ||
Additionally, | Additionally, | ||
- | ==== Configuration of statistical maps ==== | + | |
+ | ==== Configuration of statistical maps (9) ==== | ||
The first row of controls allows to set minimum and maximum thresholds for coloring the statistical map (any value below the minimum will not be shown, values above the maximum will be shown in the color of the maximum), and if the type and degrees of freedom of a statistical map is well-configured, | The first row of controls allows to set minimum and maximum thresholds for coloring the statistical map (any value below the minimum will not be shown, values above the maximum will be shown in the color of the maximum), and if the type and degrees of freedom of a statistical map is well-configured, | ||
Line 145: | Line 166: | ||
The further controls are | The further controls are | ||
- | * the '' | + | * the '' |
- | * the '' | + | * the '' |
- | * the '' | + | * the '' |
* the '' | * the '' | ||
* the '' | * the '' | ||
Line 153: | Line 174: | ||
* if the color coding is set to RGB, the colors for positive and negative minimum and maximum values (thresholds) can be configured using the four colored buttons | * if the color coding is set to RGB, the colors for positive and negative minimum and maximum values (thresholds) can be configured using the four colored buttons | ||
- | ==== Output of values ==== | + | ==== Output of values |
This box simply contains the sampled value at the current (cursor/ | This box simply contains the sampled value at the current (cursor/ | ||
- | ==== Time course display ==== | + | ==== Time course display |
For four-dimension datasets, this area displays the time course at the current (cursor/ | For four-dimension datasets, this area displays the time course at the current (cursor/ | ||
{{: | {{: | ||
- | ==== Slice display ==== | + | ==== Slice display |
In both the three-slices view and the zoomed one-slice view, any click into one of the slices will set the cursor to the clicked position within the slice. This allows for relatively simply browsing of the dataset. The position will keep updating while the mouse button remains pressed (and the mouse moved). | In both the three-slices view and the zoomed one-slice view, any click into one of the slices will set the cursor to the clicked position within the slice. This allows for relatively simply browsing of the dataset. The position will keep updating while the mouse button remains pressed (and the mouse moved). | ||
To reset the slice display to its original position (central coordinate), | To reset the slice display to its original position (central coordinate), | ||
- | ==== Surface display ==== | + | ==== Surface display |
For the surface display, the following viewpoint modifications are supported with the mouse (while the mouse button is pressed within the surface area and remains pressed throughout the mouse motion): | For the surface display, the following viewpoint modifications are supported with the mouse (while the mouse button is pressed within the surface area and remains pressed throughout the mouse motion): | ||
* without any modifier key pressed, the view will rotate (along the Z axes for left/right mouse movement -> longitude/ | * without any modifier key pressed, the view will rotate (along the Z axes for left/right mouse movement -> longitude/ |
neuroelf_gui.1304808251.txt.gz · Last modified: 2011/05/07 22:44 by jochen