bk12fy created page: tutorial creating config files authored by Brad Kennedy's avatar Brad Kennedy
......@@ -54,13 +54,14 @@ Remember the fields we needed for Amica
Note that out_path is not set here, that is because it has to be in the param file that was generated by the Bandpass step
Like in the Bandpass configuration set the fields above in the replace_string[1]
* Like in the Bandpass configuration set the fields above in the replace_string[1]
```
[dep_path],dependencies/eeglab/plugins/amica
[amica_ver],amica15
[in_path],data/2_preproc
```
Set order as `[2 1]`
* Set order as `[2 1]`
* Set software to `none` to prevent batch_context from interpreting this HTB file as Matlab code.
Save as `config/c02_amica.cfg`
......
......