|
|
[[_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, depending on what aspects of the data you are looking at.
|
|
|
This method can be used before and after editing the data using scripts, depending on what aspects of the data you are looking at. Selections can help you visually interpret the data but also saves the selection on the data. This information can be used later to isolate the data into the different selections.
|
|
|
|
|
|

|
|
|
|
... | ... | @@ -83,17 +83,32 @@ The process to remove a mark is very similar. Start by using the winrej tool to |
|
|
```matlab
|
|
|
M,ve_edit('rwm','custom_mark')
|
|
|
```
|
|
|
No pop ups will apear when using a removal for the first time as you will have specified everything needed already.
|
|
|
No pop ups will appear when using a removal for the first time as you will have specified everything needed already.
|
|
|

|
|
|
|
|
|
***
|
|
|
|
|
|
# Defaults
|
|
|
If you leave the function ve_edit() blank then on your keystroke will give you this popup to create an action.
|
|
|

|
|
|
From this interface you can either make an **event** or **toggle a channel**.
|
|
|
|
|
|
**Event**
|
|
|
Make sure the *Edit events:* button is selected.
|
|
|
Under *Event type:* put the event name.
|
|
|
Click `| Ok |`.
|
|
|
* You should see a new event line created where your mouse was positioned.
|
|
|
|
|
|
**Channel**
|
|
|
Make sure the *Toggle channel marks status* button is selected
|
|
|
Select the mark designation, manual is the default, but you can also make this the same as other channel marks.
|
|
|
Select the channel you wish to apply this to.
|
|
|
Click `| Ok |`
|
|
|
* You should see the channel you selected is now highlighted with the designated marks color.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
***
|
|
|
https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/manual-vised-edit#getting-started
|
|
|
|
|
|
[ :house: **Return to Main Page**](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home)
|
|
|
|
... | ... | |