adlofts created page: manual vised edit authored by Andrew Lofts's avatar Andrew Lofts
[[_TOC_]]
# Vised
# Editing Marks Visually
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.
......@@ -10,10 +10,10 @@ In order to get started with editing by interacting with the scroll data go to:
* *Edit -> Visually Edit in Scroll Plot*
![editvised](/uploads/6c63ca972df84b01f4ceee7d9438c038/editvised.png)
the pop up that show up should look like the figure below:
The pop up that shows up should look similar to the figure below.
![viseditscrollplot](/uploads/70d7e10bd23f9c06310c9a1d25e5ffd7/viseditscrollplot.png)
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:
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:
* **key_press,function_called('key_action1','key_value1'...'key_action2','key_value2'...)**
* Each on a separate line
......@@ -31,9 +31,9 @@ ve_eegplot and ve_edit function both contain different key actions in them, some
| 'qer' | ? | Removes an event |
| 'qcf' | ? | Flags a channel |
| 'sm' | ? | Selects a mark |
| 'awm' | ? | Creates a mark on the data selected by the winrej |
| 'awm' | 'name_of mark' | Creates a mark on the data selected by the winrej |
| 'awr' | ? | Removes a mark on the data selected by the winrej |
| 'apm' | ? | Applies a mark to the whole page window |
| 'apm' | 'name_of_mark' | Applies a mark to the whole page window |
| 'rpm' | ? | Removes a mark from the whole page window |
| 'pf' | ? | Moves 1 page forward, based on the time displayed |
| 'dm' | ? | ??????????? |
......
......