... | @@ -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.
|
... | | ... | |