Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Documentation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • anywave
  • Documentation
  • Wiki
  • markers

markers · Changes

Page history
Update markers authored Jul 22, 2025 by Bruno Colombet's avatar Bruno Colombet
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 6 deletions
+12 -6
  • markers.md markers.md +12 -6
  • No files found.
markers.md
View page @ e35e0304
...@@ -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
Clone repository
  • Build_AnyWave
  • CLI
  • CLI_List
  • Changes
  • ExportData
  • ICA
  • Imaginary Coherence
  • MATLAB anywave function
  • MATLAB_BIDS
  • MATLAB_change_sig_prop
  • MATLAB_debug
  • MATLAB_get_data
  • MATLAB_get_markers
  • MATLAB_get_props
  • MATLAB_init
View All Pages