|
|
info |
|
|
\ No newline at end of file |
|
|
[[_TOC_]]
|
|
|
# Vised
|
|
|
Editing data using this method is a manual way for you to inspect the scroll data and at the same time mark it up into different components.
|
|
|
This method can be used before and after editing the data using scripts, depending on what aspects of the data you are looking at.
|
|
|
|
|
|
some photo of what it is going to look like -__----__----___----__----___---___---___---___----__---___-
|
|
|
|
|
|
#Getting Started
|
|
|
In order to get started with editing by interacting with the scroll data go to:
|
|
|
* *Edit -> Visually Edit in Scroll Plot*
|
|
|

|
|
|
|
|
|
the pop up that show up should look like the figure below:
|
|
|

|
|
|
|
|
|
If you haven't already go check out the [Configuration Page]() in order to learn what each of these interface fields are. The most important field for this editing method is the *key select command [keyselectcommand]* as it is where you can define each of your editing key strokes. You will be creating a cell array of strings that should follow this pattern:
|
|
|
**key_press,function_called('key_action1','key_value1'...'key_action2','key_value2'...)**
|
|
|
Each on a separate line
|
|
|
First is the keyboard key that you going to assign a certain action to. Next a comma, then the function that you be calling with this key press, most commonly this is *ve_eegplot()* or *ve_edit()*. These functions are explained on the [Function Page]() as well as in the built in matlab help command.
|
|
|
|
|
|

|
|
|
|
|
|
ve_eegplot and ve_edit function both contain different key actions in them, some of which are outlined below. You can call as many key_action as you would like in the same function. You can also assign a key to call two different functions, by simply creating a new line and reusing the same designated key stroke.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
[ :house: **Return to Main Page**](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home)
|
|
|
|
|
|
|
|
|
|
|
|
|