Skip to content

Commit

Permalink
Reorder docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Nov 6, 2023
1 parent a3010e3 commit c6199c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mne_bids_pipeline/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,12 @@
will also be applied to the ECG and EOG epochs created to find heart beats and ocular
artifacts.
???+ info
MNE-BIDS-Pipeline will automatically try to detect EOG and ECG artifacts in
your data, and remove them. For this to work properly, it is recommended
to **not** specify rejection thresholds for EOG and ECG channels here –
otherwise, ICA won't be able to "see" these artifacts.
???+ info
This setting is applied only to the epochs that are used for **fitting** ICA. The
goal is to make it easier for ICA to produce a good decomposition. After fitting,
Expand All @@ -1255,12 +1261,6 @@
contain large-amplitude artifacts. Those epochs can then be rejected by using
the [`reject`][mne_bids_pipeline._config.reject] parameter.
MNE-BIDS-Pipeline will automatically try to detect EOG and ECG artifacts in
your data, and remove them. For this to work properly, it is recommended
to **not** specify rejection thresholds for EOG and ECG channels here –
otherwise, ICA won't be able to "see" these artifacts.
???+ example "Example"
```python
ica_reject = {'grad': 10e-10, 'mag': 20e-12, 'eeg': 400e-6}
Expand Down

0 comments on commit c6199c4

Please sign in to comment.