... | @@ -19,11 +19,6 @@ Example of a plugin that will handle the options **eeg_file** (path to a EEG dat |
... | @@ -19,11 +19,6 @@ Example of a plugin that will handle the options **eeg_file** (path to a EEG dat |
|
"Parameters" : [ "eeg_file", "meg_file"]
|
|
"Parameters" : [ "eeg_file", "meg_file"]
|
|
}
|
|
}
|
|
````
|
|
````
|
|
|
|
|
|
# Folder contents
|
|
|
|
Example of plugin folder contents compatible with BIDS pipeline (or command line execution more generally)
|
|
|
|

|
|
|
|
|
|
|
|
# Handle options in your code
|
|
# Handle options in your code
|
|
````matlab
|
|
````matlab
|
|
function main(varargin)
|
|
function main(varargin)
|
... | | ... | |