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

plugin_ica_cli · Changes

Page history
transferring wiki from anywave to documentation authored Jun 06, 2024 by Bruno Colombet's avatar Bruno Colombet
Hide whitespace changes
Inline Side-by-side
Showing with 39 additions and 0 deletions
+39 -0
  • plugin_ica_cli.md plugin_ica_cli.md +39 -0
  • No files found.
plugin_ica_cli.md 0 → 100644
View page @ 2d1e05f5
# Using the plugin from the command line
The plugin can use the following options:
| option | type | description/value |
| :--- | :---: | :---: |
| --run ica| **MANDATORY** | name of the plugin |
| --modality value | **MANDATORY** | value must be: MEG SEEG EEG EMG |
| --comp value | optional | value is the number of components to compute. Default is number of channels |
| --algorithm name | optional | infomax cca sobi : default is infomax |
| --use_seeg_electrode electrode | optional | compute ICA only on electrode |
| --save_comp_traces | optional | a switch to get also a .vhdr file containing the components time series |
This plugin also uses the following common options:
| option | type |
| :--- | :---: |
| --input_file | **MANDATORY** |
| --hp | optional |
| --lp | optional |
| --use_markers | optional |
| --skip_markers | optional |
| --output_dir | optional |
| --output_suffix | optional |
| --output_prefix | optional |
| --marker_file | optional |
**NOTE:** the --montage_file option is ignored. The plugin ALWAYS uses the as recorded channels from the data file.
# command line examples
Compute on MEG using default infomax algorithm.
80 components requested, signal filtered (1-70)
```bash
anywave --run ica --input_file d:\data\1\cf,rDC --modality MEG --comp 80 --hp 1 --lp 70
```
Compute using sobi algorithm avoiding artefacts:
```bash
anywave --run ica --input_file d:\data\1\cf,rDC --algorithm sobi --modality MEG --hp 1 --lp 70 --skip_markers "artefact"
```
\ No newline at end of file
Clone repository
  • Build_AnyWave
  • CLI
  • CLI_List
  • Changes
  • ExportData
  • MATLAB_API
  • MATLAB_BIDS
  • MATLAB_debug
  • MATLAB_functions
  • MATLAB_get_data
  • MATLAB_get_data_ex
  • MATLAB_get_markers
  • MATLAB_get_props
  • MATLAB_init
  • MATLAB_run
View All Pages