... | ... | @@ -56,7 +56,17 @@ Targeted Channels must be a coma separated list of electrodes labels: A1,A2,Fp2 |
|
|
## Examples
|
|
|
|
|
|
````text
|
|
|
// #label #value #position #duration #colour/channels #channels/colour
|
|
|
stim1 -1 10.0 0
|
|
|
HFO 150 51.23 0.2 #FF0000 A1
|
|
|
stim2 -1 16.2 0 #00FF00
|
|
|
event -1 8.2 15 Fp3
|
|
|
````
|
|
|
|
|
|
toto
|
|
|
- stim1 is a global marker at 10s.
|
|
|
- HFO is a marker targeting channel A1. The value 150 could be the Frequency detected, and its color is RED.
|
|
|
- stim2 is another global marker with green colour.
|
|
|
- event happens on channel Fp3, the position is 8.2s and duration is 15
|
|
|
|
|
|
```` |
|
|
\ No newline at end of file |
|
|
As you can see, column 5 and or 6 can contain the colour or the targeted channels.
|
|
|
AnyWave will detect what is what by testing the colour scheme starting with # character. |
|
|
\ No newline at end of file |