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

MATLAB_BIDS · Changes

Page history
Update MATLAB_BIDS authored Jul 23, 2025 by Bruno Colombet's avatar Bruno Colombet
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 4 deletions
+4 -4
  • MATLAB_BIDS.md MATLAB_BIDS.md +4 -4
  • No files found.
MATLAB_BIDS.md
View page @ 5982e044
...@@ -30,14 +30,14 @@ if isfield(args, 'eeg_file') ...@@ -30,14 +30,14 @@ if isfield(args, 'eeg_file')
% we are running in command line mode/bids pipeline % we are running in command line mode/bids pipeline
eeg_file = args.eeg_file; eeg_file = args.eeg_file;
else else
% open Dialog box to get the file % raise error
eeg_file = uigetfile('...'); error('need eeg_file parameter/option');
end end
end end
```` ````
# Avoid figure and guis # Avoid figure and GUIs
If you want the plugin to be run as a BIDS pipeline you must not stop the execution asking for a confirmation of by displaying a Dialog Box showing errors. If you want the plugin to be run as a BIDS pipeline you must not stop the execution by using blocking dialog boxes.
# Tips about logging errors # Tips about logging errors
The command line option output_dir will always be set by AnyWave either by the pipeline itself or by default. The command line option output_dir will always be set by AnyWave either by the pipeline itself or by default.
......
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