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
  • CLI_List

CLI_List · Changes

Page history
transferring wiki from anywave to documentation authored Jun 06, 2024 by Bruno Colombet's avatar Bruno Colombet
Show whitespace changes
Inline Side-by-side
Showing with 29 additions and 0 deletions
+29 -0
  • CLI_List.md CLI_List.md +29 -0
  • No files found.
CLI_List.md 0 → 100644
View page @ 2d1e05f5
[[_TOC_]]
# Introduction
This page describes all the process plugins you can run using the command line.
The specific options related to the plugins
# ICA
Specifics options:
````bash
anywave --run ica --modality <meg|ieeg|eeg> --comp <number of IC> --input_file <path to data>
````
Optionals:
````bash
--skip_bad <true=default|false>
````
skip_bad: avoid channels marked as bad.
# h2/r2
Specifics options:
````bash
anywave --run h2 --algorithm <r2|h2=default> --input_file <path to data> --time_window <seconds> --max_lag <seconds> --step <seconds>
````
# Write values from marker file to 4DNI MEG trigger channel
````bash
anywave --run trigger_writer --meg_file <path to data> --marker_file <mrk file path>
````
Optionals:
````bash
--duration <ms> specify the duration in ms of the trigger value. Default is 20ms.
````
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