... | ... | @@ -63,9 +63,9 @@ You can change these fields by typing or by clicking the `| ... |` button and us |
|
|
When you click the `| Ok |`button at the bottom of the interface it should bring you a scroll plot of your data that is set up the way you specified in the configuration. If you get an error in the matlab command window, make sure you have [set up you default renderer](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home#set-up-figure-renderer) correctly.
|
|
|
|
|
|
Marks can either be in the time (y - axis) or in the channels (x - axis) depending on what functions you are using.
|
|
|
* If you are selecting a channel you will see the whole channel get selected. In the case of a removal this will remove the whole channel from the data.
|
|
|
* If you are selecting using the winrej tool or in the time axis you will be selecting a particular time but also be selecting all of the channels. In the case of doing a removal you will be deleting all of the channel data during that time frame, the missing time will then be indicated by a boundary event.
|
|
|
**Please Note, the vertical location of the color indicator on the screen does not matter**, as it is applied to all of the channels during the selected time frame. If you scroll up and down through the channels you will see that the color marks do not move. In the case of doing a removal you will be deleting all of the channel data during that time. The collapsed data will then have a boundary in it accounting for the missing time.
|
|
|
* If you are selecting a channel (shift + left click) you will see the whole channel get selected. In the case of a removal this will remove the whole channel from the data.
|
|
|
* If you are selecting using the winrej tool (left click -> drag -> left click) in the time axis you will be selecting a particular time but also be selecting all of the channels at once. In the case of doing a removal you will be deleting all of the channel data during that time frame, the missing time will then be indicated by a boundary event. You can not remove the a time section from only one channel, as the time of all the channels need to match.
|
|
|
**Please Note, the vertical location of the color indicator on the screen does not matter**, as it is applied to all of the channels during the selected time frame. If you have two colors during the same time frame it means the data is flagged for both reasons. If you scroll up and down through the channels you will see that the color marks do not move while the channels scroll up and down unattached.
|
|
|
|
|
|
# Adding a Mark
|
|
|
To start adding marks use the winrej tool **and** hover your mouse over the selected data and try using one of the hotkeys you have assigned.
|
... | ... | @@ -78,7 +78,7 @@ m,ve_edit('awm','custom_mark') |
|
|
|
|
|

|
|
|
|
|
|
It should already be populated with most of the information you provided. Make sure you select a color for the mark to by typing in the RGB or by clicking the `| |` button and selecting from a color pallet. Once you have finished with this pop up you should see the mark appear on top of the data.
|
|
|
It should already be populated with most of the information you provided. Make sure you select a color for the mark to by typing in the [R G B] or by clicking the `| |` button and selecting from a color pallet. Once you have finished with this pop up you should see the mark appear on top of the data.
|
|
|
|
|
|

|
|
|
In this example the navy blue *custom_mark* (see the name on the right side of the window) that we created above, was added to the area where the winrej had highlighted from approximately 84 to 87 seconds.
|
... | ... | |