|
|
[[_TOC_]]
|
|
|
# Editing Marks Visually
|
|
|
# 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, depending on what aspects of the data you are looking at.
|
|
|
|
|
|

|
|
|
|
|
|
# Getting Started
|
|
|
In order to start directly editing and placing marks by interacting with the scroll data go to:
|
|
|
* *Edit -> Visually Edit in Scroll Plot*
|
|
|

|
|
|
|
|
|
The pop up that shows up should look similar to the figure below.
|
|
|
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]() in order to learn 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:
|
|
|
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. 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]() 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, 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.
|
|
|
|
|
|

|
|
|
|
... | ... | @@ -45,9 +44,19 @@ ve_eegplot and ve_edit function both contain different key actions in them, some |
|
|
| 'topoplot' | ? | Draws a topographic plot of the time selected |
|
|
|
| 'drawp' | ? | Refreshes and redraws the figure |
|
|
|
|
|
|
Once you have input all of the keystokes that you want to edit with you should make sure that the other configuration settings are complete as you would like them as well. Across the top of the pop up there
|
|
|
Once you have input all of the keystokes that you want to be editing with you should make sure that the other configuration settings are set as you like them as well. Across the top of the pop up page there are three additional fields that were not in the configuration interface.
|
|
|

|
|
|
|
|
|
***
|
|
|
|
|
|
You can change these fields by typing or by clicking the `| ... |` button and using the selection tool.
|
|
|
**1.** Channels to display in the window. In this field you can select what channels you would like to display in the pop up window. You can also use the *number of channels to display* option and use the side scroll bar to navigate the window.
|
|
|
**2.** Events to display. This will filter which events will be displayed on the scroll data.
|
|
|
**3.** Marks types to include in rejection. This section contains the marks types that you will be rejecting when you click the *Update EEG Structure button*. By default this field contains *manual* marks.
|
|
|
|
|
|
# Editing Marks Visually
|
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
[ :house: **Return to Main Page**](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home)
|
... | ... | |