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.
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.
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:
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:
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.