... | @@ -10,9 +10,9 @@ Markers are items marking events or time selections in traces.\ |
... | @@ -10,9 +10,9 @@ Markers are items marking events or time selections in traces.\ |
|
They have a position in time in seconds, a duration (which can be zero), a label, a numerical value.\
|
|
They have a position in time in seconds, a duration (which can be zero), a label, a numerical value.\
|
|
Two more information can be optionally added : the colour and the targeted channels.\
|
|
Two more information can be optionally added : the colour and the targeted channels.\
|
|
\
|
|
\
|
|
A marker with no targeted channels is called Global.
|
|
A marker with no targeted channels is called Global.
|
|
|
|
|
|
That means they mark a position or a time selection or an single event global to all traces.
|
|
That means they mark a position or a time selection or an single event global to all traces.
|
|
|
|
|
|
# Marker manager
|
|
# Marker manager
|
|
|
|
|
... | @@ -37,7 +37,7 @@ Lines starting with // will be ignored. |
... | @@ -37,7 +37,7 @@ Lines starting with // will be ignored. |
|
|
|
|
|
There are 4 mandatory columns:
|
|
There are 4 mandatory columns:
|
|
|
|
|
|
\#1 label
|
|
\#1 label
|
|
|
|
|
|
\#2 numerical value associated (-1 for no value)
|
|
\#2 numerical value associated (-1 for no value)
|
|
|
|
|
... | @@ -47,10 +47,16 @@ There are 4 mandatory columns: |
... | @@ -47,10 +47,16 @@ There are 4 mandatory columns: |
|
|
|
|
|
Columns 5 and or 6 can be added to store respectively the colour and the targeted channels.
|
|
Columns 5 and or 6 can be added to store respectively the colour and the targeted channels.
|
|
|
|
|
|
Colours values must be store using the following format: #RRGGBB \
|
|
Colours values must be store using the following format: #RRGGBB \
|
|
Values for Red Green and Blue must be in hexadecimal.\
|
|
Values for Red Green and Blue must be in hexadecimal.\
|
|
Example for red color : #FF0000
|
|
Example for red color : #FF0000
|
|
|
|
|
|
Targeted Channels must be a coma separated list of electrodes labels: A1,A2,Fp2
|
|
Targeted Channels must be a coma separated list of electrodes labels: A1,A2,Fp2
|
|
|
|
|
|
## Examples |
|
## Examples
|
|
\ No newline at end of file |
|
|
|
|
|
\`\`\`\`text
|
|
|
|
|
|
|
|
toto
|
|
|
|
|
|
|
|
\`\`\`\` |
|
|
|
\ No newline at end of file |