|
|
**Table of Contents**
|
|
|
|
|
|
[[_TOC_]]
|
|
|
# Getting Started
|
|
|
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](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/vised), depending on what aspects of the data you are looking at. Marks can help you visually interpret the data and will also save the marks selections on the data that you have made. This information can be used later to isolate or chop up the data into the different selections.
|
|
|
This method can be used before and after [editing the data using scripts](vised), depending on what aspects of the data you are looking at. Marks can help you visually interpret the data and will also save the marks selections on the data that you have made. This information can be used later to isolate or chop up the data into the different selections.
|
|
|
|
|
|

|
|
|
|
... | ... | @@ -12,14 +14,14 @@ In order to start directly editing and placing marks load the scroll data by goi |
|
|
The first pop up that shows up should look similar to the figure below.
|
|
|

|
|
|
|
|
|
If you haven't already go check out the [Configuration Page](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/config) to find out what each of these interface fields are. If you have already created or loaded a configuration file then most of these fields will already be complete.
|
|
|
If you haven't already go check out the [Configuration Page](config) to find out what each of these interface fields are. If you have already created or loaded a configuration file then most of these fields will already be complete.
|
|
|
***
|
|
|
|
|
|
The most important field for this manual 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](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/functions) as well as in the built in matlab help command.
|
|
|
First is the keyboard key that you going to assign a certain action to. Next a comma, followed by 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](functions) as well as in the built in Matlab help command.
|
|
|
|
|
|

|
|
|
|
... | ... | @@ -29,9 +31,15 @@ ve_eegplot and ve_edit function both contain different common actions you may wa |
|
|
|
|
|
| **key_action** | **key_value** | **Description** |
|
|
|
|------------|-----------------|---------------------------------------------------|
|
|
|
| 'topoplot' | ? | Draws a topographic plot of the time selected |
|
|
|
| 'drawp' | ? | Refreshes and redraws the figure |
|
|
|
| 'topoplot' | <figure handle> | Draws a topographic plot of the time selected |
|
|
|
| 'drawp' | <movement direction> | Refreshes and redraws the figure |
|
|
|
|
|
|
Where moment direction is
|
|
|
* 0 - to redraw
|
|
|
* 1 - to move left by one window
|
|
|
* 2 - to move left by one second
|
|
|
* 3 - to move right by one second
|
|
|
* 4 - to move right by one window
|
|
|
|
|
|
### ve_edit
|
|
|
|
... | ... | @@ -122,8 +130,7 @@ Additionally and even more importantly clicking the `| Update EEG Structure |` b |
|
|
|
|
|
***
|
|
|
|
|
|
[ :house: **Return to Main Page**](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home)
|
|
|
|
|
|
|
|
|
|
|
|
*Updated/Verified by Brad Kennedy on 2017-08-16*
|
|
|
|
|
|
[ :arrow_up: Top of Page](#)
|
|
|
[ :house: Home](home) |