Skip to content

Commit

Permalink
DOC: clarify ref_chs vs reref_chs
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Oct 27, 2023
1 parent 4722903 commit 693d336
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyprep/prep_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ class PrepPipeline:
- ref_chs : {list, 'eeg'}
- A list of channel names to be used for rereferencing.
These channels will be used to construct the reference
signal.
Can be a str 'eeg' to use all EEG channels.
- reref_chs : {list, 'eeg'}
- A list of channel names to be used for line-noise removed,
and referenced. Can be a str 'eeg' to use all EEG channels.
- A list of channel names to define from which channels the
reference signal will be subtracted.
Can be a str 'eeg' to use all EEG channels.
- line_freqs : {np.ndarray, list}
- list of floats indicating frequencies to be removed.
For example, for 60Hz you may specify
Expand Down

0 comments on commit 693d336

Please sign in to comment.