You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changes/latest.inc
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ Enhancements
34
34
- Add ``starting_affine`` keyword argument to :func:`mne.transforms.compute_volume_registration` to initialize an alignment with an affine (:gh:`11020` by `Alex Rockhill`_)
35
35
- The ``trans`` parameter in :func:`mne.make_field_map` now accepts a :class:`~pathlib.Path` object, and uses standardised loading logic (:gh:`10784` by :newcontrib:`Andrew Quinn`)
36
36
- Add HTML representation for `~mne.Evoked`in Jupyter Notebooks (:gh:`11075` by `Valerii Chirkov`_ and`Andrew Quinn`_)
37
+
- Add support for ``temperature``and``gsr`` (galvanic skin response, i.e., electrodermal activity) channel types (:gh:`11090`, :gh:`11108` by `Eric Larson`_ and`Richard Höchenberger`_)
37
38
- Allow :func:`mne.beamformer.make_dics` to take ``pick_ori='vector'`` to compute vector source estimates (:gh:`19080` by `Alex Rockhill`_)
39
+
- Add ``units`` parameter to :func:`mne.io.read_raw_edf`in case units are missing from the file (:gh:`11099` by `Alex Gramfort`_)
38
40
- Add ``on_missing`` functionality to all of our classes that have a ``drop_channels`` method, to control what happens when channel names are not in the object (:gh:`11077` by `Andrew Quinn`_)
39
41
40
42
Bugs
@@ -45,12 +47,13 @@ Bugs
45
47
- Fix bug in :class:`mne.viz.Brain` constructor where the first argument was named ``subject_id`` instead of ``subject`` (:gh:`11049` by `Eric Larson`_)
46
48
- Fix bug in :ref:`mne coreg`where the MEG helmet position was not updated during ICP fitting (:gh:`11084` by `Eric Larson`_)
47
49
- Document ``height``and``weight`` keys of ``subject_info`` entry in :class:`mne.Info` (:gh:`11019` by :newcontrib:`Sena Er`)
48
-
- Fixed bug in :func:`mne.viz.plot_filter` when plotting filters created using ``output='ba'`` mode with ``compensation`` turned on. (by `Marian Dovgialo`_)
49
50
- Fix bug in :func:`mne.viz.plot_filter` when plotting filters created using ``output='ba'`` mode with ``compensation`` turned on. (:gh:`11040` by `Marian Dovgialo`_)
51
+
- Fix bug in :func:`mne.io.read_raw_bti`where EEG, EMG, and H/VEOG channels were not detected properly, and many non-ECG channels were called ECG. The logic has been improved, and any channels of unknown type are now labeled as``misc`` (:gh:`11102` by `Eric Larson`_)
50
52
- Fix bug in :func:`mne.viz.plot_topomap` when providing ``sphere="eeglab"`` (:gh:`11081` by `Mathieu Scheltienne`_)
51
-
- Applying a montage where EEG locations are not in head space (or unknown space) without fiducials will now raise an error message. (:gh:`11080` by `Marijn van Vliet`_)
52
53
53
54
API changes
54
55
~~~~~~~~~~~
55
56
- The ``bands`` parameter of :meth:`mne.Epochs.plot_psd_topomap` now accepts :class:`dict` input; legacy :class:`tuple` input is supported, but discouraged for new code (:gh:`11050` by `Daniel McCloy`_)
56
57
- The ``show_toolbar`` argument to :class:`mne.viz.Brain` is being removed by deprecation (:gh:`11049` by `Eric Larson`_)
58
+
- New classes :class:`~mne.time_frequency.Spectrum`and :class:`~mne.time_frequency.EpochsSpectrum`, created via new methods :meth:`Raw.compute_psd()<mne.io.Raw.compute_psd>`, :meth:`Epochs.compute_psd()<mne.Epochs.compute_psd>`, and :meth:`Evoked.compute_psd()<mne.Evoked.compute_psd>` (:gh:`10184` by `Daniel McCloy`_)
59
+
- The PSD functions that operate on Raw/Epochs/Evoked instances (``mne.time_frequency.psd_welch``and``mne.time_frequency.psd_multitaper``) are deprecated; for equivalent functionality create :class:`~mne.time_frequency.Spectrum`or :class:`~mne.time_frequency.EpochsSpectrum` objects instead and then run ``spectrum.get_data(return_freqs=True)`` (:gh:`10184` by `Daniel McCloy`_)
Copy file name to clipboardExpand all lines: doc/references.bib
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2285,6 +2285,17 @@ @article{LuckGaspelin2017
2285
2285
doi = {10.1111/psyp.12639},
2286
2286
}
2287
2287
2288
+
@article{Welch1967,
2289
+
title = {The Use of Fast {{Fourier}} Transform for the Estimation of Power Spectra: {{A}} Method Based on Time Averaging over Short, Modified Periodograms},
2290
+
author = {Welch, Peter D.},
2291
+
year = {1967},
2292
+
journal = {IEEE Transactions on Audio and Electroacoustics},
2293
+
volume = {15},
2294
+
number = {2},
2295
+
pages = {70--73},
2296
+
doi = {10.1109/TAU.1967.1161901},
2297
+
}
2298
+
2288
2299
@article{MaksymenkoEtAl2017,
2289
2300
title = {Strategies for statistical thresholding of source localization maps in magnetoencephalography and estimating source extent},
0 commit comments