... | ... | @@ -71,6 +71,28 @@ Save as `config/c03_amica.cfg` |
|
|
|
|
|
These two config files are the same but may need to be different in the future. Perhaps if we wanted to use param files for each.
|
|
|
|
|
|
## Fin Configuration (Local)
|
|
|
Remember the fields we needed to set for Bandpass
|
|
|
|
|
|
* in_path - input directory
|
|
|
* out_path - output directory
|
|
|
|
|
|
Leave the `exec_func` as `ef_current_base` for now and set the `replace_string` to the following after clicking the replace_string[1] field then clicking the down arrow
|
|
|
|
|
|
```
|
|
|
[in_path],data/2_preproc
|
|
|
[out_path],data/2_preproc
|
|
|
```
|
|
|
|
|
|
Note that in_path and out_path are the same, because the input and output files for the `s04_fin.htb` script are in the same directory.
|
|
|
|
|
|
* Set order to `[3 2]` because we have depend on Amica (order 2) and we need a new label.
|
|
|
* Set m_init to `config/matlab.minit`
|
|
|
|
|
|
**Note**: With property grid like this GUI you need to click off the field you are writing in in order for the changes to take effect. Simply click another field name for example.
|
|
|
|
|
|
Save as `config/c04_fin.cfg`
|
|
|
|
|
|
# Context Configuration Files
|
|
|
|
|
|
For local jobs we only need to set one field for our pipeline
|
... | ... | |