Skip to content

Commit 6e7b95a

Browse files
yjmantillasappelhoff
authored andcommitted
doc update
1 parent d302f87 commit 6e7b95a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/whats_new.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Current
3232

3333
Changelog
3434
~~~~~~~~~
35-
35+
- It's now possible to pass kwargs arguments to the notch filter inside prep; see the ``filter_kwargs`` parameter by `Yorguin Mantilla`_ (`#40 <https://github.com/sappelhoff/pyprep/pull/40>`_)
36+
- The default filter length for the spectrum_fit method will be '10s' to fix memory issues, by `Yorguin Mantilla`_ (`#40 <https://github.com/sappelhoff/pyprep/pull/40>`_)
3637
- Channel types are now available from a new ``ch_types_all`` attribute, and non-EEG channel names are now available from a new ``ch_names_non_eeg`` attribute from :class:`pyprep.PrepPipeline`, by `Yorguin Mantilla`_ (`#34 <https://github.com/sappelhoff/pyprep/pull/34>`_)
3738
- Renaming of ``ch_names`` attribute of ``PrepPipeline`` to ``ch_names_all``, by `Yorguin Mantilla`_ (`#34 <https://github.com/sappelhoff/pyprep/pull/34>`_)
3839
- It's now possible to pass ``'eeg'`` to ``ref_chs`` and ``reref_chs`` parameters to select only eeg channels for referencing, by `Yorguin Mantilla`_ (`#34 <https://github.com/sappelhoff/pyprep/pull/34>`_)

pyprep/prep_pipeline.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class PrepPipeline:
4040
an int, it will be used as a seed for RandomState.
4141
If None, the seed will be obtained from the operating system
4242
(see RandomState for details). Default is None.
43+
filter_kwargs : dictionary
44+
Keywords arguments for the mne.filter.notch_filter function.
45+
Note Fs and freqs are already setted up by the prep_params dictionary.
4346
4447
Attributes
4548
----------

0 commit comments

Comments
 (0)