adlofts created page: epoching data authored by Andrew Lofts's avatar Andrew Lofts
......@@ -6,14 +6,36 @@ The vised configuration editor allows you to set up vised marks the way you like
* *File -> Vised Configuration*
![findvisedconfig](/uploads/2b12af5b451de497e40f34a965851cd0/findvisedconfig.png)
If you already have a configuration file you can load it by clicking `|Load Vised Config|`
If you already have a configuration file you can load it by clicking `|Load Vised Config|` and browsing to the file location.
:b: Load the *vised_config.txt* file from *analysis/support/config* to populate all the fields
![visedconfig](/uploads/33df7924687002ecb4bcd2ba741e26ae/visedconfig.png)
# Visual Editing Options
description find THESE DESCRIPTIONS IN VISEDCONFIG2PROPGRID!!!!!!!!!!!!!!!!!!!!!!
****
**Quick Event Create**
* String event type to immediately add (without pop up window) when alternate press ([ctrl + left-click] or [right-click]) is executed on the eegplot data axis. This option overwrites any other specification for altselectcommand at run time [Default = '' = no quick event].
**Quick Event Remove**
* Enable single click event removal (no pop up GUI).
* "ext_press" = remove event when [Shift + left-click] is executed on events in the eegplot figure axis.
* "alt_press" = remove event when [Ctrl + left-click] or [righ-click] is executed on events in the eegplot figure axis.
* When set to "alt_press" this option will overwrite any other specification for altselectcommand at run time.
* When set to "ext_select" this option will overwrite any other specification for extselectcommand (including quick_evtmk) at run time.
**Select Command [selectcommand]**
* [cell array] list of 3 commands (strings) to run when the mouse button is down, when it is moving and when the mouse button is up.
**Extended Select [extselectcommand]**
* [cell array] list of 3 commands (strings) to run when the mouse button + SHIFT is down, when it is moving and when the mouse button is up.
**Alternate Select [altselectcommand]**
* [cell array] list of 3 commands (strings) to run when the mouse button + CTRL (or simple right press) is down, when it is moving and when the mouse button is up.
**Key Select Command [keyselectcommand]**
* [cell array] each row is string containing a key character followed by "," then a command to execute when the key character is pressed while the pointer is over the data axis.
**MORE DESCRIPTION ON ALL OF THESE ABOVE PICTURES WITH CELL STRING EXAMPLE ETC**
# EEG Plot Options
description
......
......