Version 0.11 (2015-12-24)#
Changelog#
Maxwell filtering (SSS) implemented in
mne.preprocessing.maxwell_filter()
by Mark Wronkiewicz as part of Google Summer of Code, with help from Samu Taulu, Jukka Nenonen, and Jussi Nurminen. Our implementation includes support for:Fine calibration
Cross-talk correction
Temporal SSS (tSSS)
Head position translation
Internal component regularization
Compensation for movements using Maxwell filtering on epoched data in
mne.epochs.average_movements()
by Eric Larson and Samu TauluAdd reader for Nicolet files in
mne.io.read_raw_nicolet()
by Jaakko LeppakangasAdd FIFF persistence for ICA labels by Denis Engemann
Display ICA labels in
mne.viz.plot_ica_scores()
andmne.viz.plot_ica_sources()
(for evoked objects) by Denis EngemannPlot spatially color coded lines in
mne.Evoked.plot()
by Jona Sassenhagen and Jaakko LeppakangasAdd reader for CTF data in
mne.io.read_raw_ctf()
by Eric LarsonAdd support for Brainvision v2 in
mne.io.read_raw_brainvision()
by Teon BrooksImprove speed of generalization across time
mne.decoding.GeneralizationAcrossTime
decoding up to a factor of seven by Jean-Remi King and Federico Raimondo and Denis Engemann.Add the explained variance for each principal component,
explained_var
, key to themne.Projection
by Teon BrooksAdded methods
mne.Epochs.add_eeg_average_proj
,mne.io.Raw.add_eeg_average_proj
, andmne.Evoked.add_eeg_average_proj
to add an average EEG reference.Add reader for EEGLAB data in
mne.io.read_raw_eeglab()
andmne.read_epochs_eeglab()
by Mainak Jas
BUG#
Fix bug that prevented homogeneous bem surfaces to be displayed in HTML reports by Denis Engemann
Added safeguards against
None
and negative values in reject and flat parameters inmne.Epochs
by Eric LarsonFix train and test time window-length in
mne.decoding.GeneralizationAcrossTime
by Jean-Remi KingAdded lower bound in
mne.stats.linear_regression()
on p-valuesp_val
(and resultingmlog10_p_val
) using double floating point arithmetic limits by Eric LarsonFix channel name pick in
mne.Evoked.get_peak()
method by Alex GramfortFix drop percentages to take into account
ignore
option inmne.viz.plot_drop_log()
andmne.Epochs.plot_drop_log()
by Eric Larson.mne.EpochsArray
no longer has an average EEG reference silently added (but not applied to the data) by default. Usemne.EpochsArray.add_eeg_ref
to properly add one.Fix
mne.io.read_raw_ctf()
to readn_samp_tot
instead ofn_samp
by Jaakko Leppakangas
API#
mne.io.read_raw_brainvision()
now hasevent_id
argument to assign non-standard trigger events to a trigger value by Teon Brooksmne.read_epochs()
now hasadd_eeg_ref=False
by default, since average EEG reference can be added before writing or after reading using the methodmne.Epochs.add_eeg_ref
.mne.EpochsArray
no longer has an average EEG reference silently added (but not applied to the data) by default. Usemne.EpochsArray.add_eeg_average_proj
to properly add one.