|
|
[[_TOC_]]
|
|
|
|
|
|
# Configuration
|
|
|
|
|
|
The vised configuration editor allows you to set up vised marks the way you like it. The user interface produces a configuration file that can be loaded as the default for future projects. This page outlines accessing the configuration interface and explaining each of the elements you can modify. In EEGLAB go to:
|
|
|
|
|
|
* *File -> Vised Configuration*
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
In the pop up load :b: *vised_config.txt* file from *analysis/support/config*
|
|
|
|
|
|
You will also want to type the follwing code into your MATLAB command window, so that the popup will appear correctly.
|
|
|
```matlab
|
|
|
set(0, 'DefaultFigureRenderer', 'OpenGUI')
|
|
|
```
|
|
|
If you already have a configuration file you can load it by clicking `|Load Vised Config|`
|
|
|
:b: Load the *vised_config.txt* file from *analysis/support/config* to populate all the fields
|
|
|
|
|
|

|
|
|
|
... | ... | |