The backbone of Vised Marks is a new EEG structure called marks. It contents are three different sub structures. One for time, one for channels and one for components.
```
>> EEG.marks
ans =
time_info: [1x8 struct]
chan_info: [1x4 struct]
comp_info: [1x1 struct]
```
There are more structures
# time.info
(1-8)
label example manual
color
flags length of data
# chan.info
(1-4)
label
line color
tag color
order
flags length of channels
# comp.info
(1)
label
line color
tag color
order flags
length of compnents
# g Structure
***
[ :house: **Return to Main Page**](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home)