AUTHORS.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
bin/mne_clean_eog_ecg.py
bin/mne_compute_proj_ecg.py
bin/mne_compute_proj_eog.py
bin/mne_flash_bem_model.py
bin/mne_maxfilter.py
bin/mne_surf2bem.py
examples/README.txt
examples/extract_events_from_raw.py
examples/plot_estimate_covariance_matrix_baseline.py
examples/plot_estimate_covariance_matrix_raw.py
examples/plot_from_raw_to_epochs_to_evoked.py
examples/plot_read_and_write_raw_data.py
examples/plot_read_bem_surfaces.py
examples/plot_read_epochs.py
examples/plot_read_evoked.py
examples/plot_read_forward.py
examples/plot_read_noise_covariance_matrix.py
examples/plot_simulate_evoked_data.py
examples/plot_topography.py
examples/read_events.py
examples/decoding/plot_csp_decoding.py
examples/inverse/README.txt
examples/inverse/plot_compute_mne_inverse.py
examples/inverse/plot_compute_mne_inverse_epochs_in_label.py
examples/inverse/plot_compute_mne_inverse_raw_in_label.py
examples/inverse/plot_compute_mne_inverse_volume.py
examples/inverse/plot_label_source_activations.py
examples/inverse/plot_lcmv_beamformer.py
examples/inverse/plot_lcmv_beamformer_volume.py
examples/inverse/plot_make_inverse_operator.py
examples/inverse/plot_mixed_norm_L21_inverse.py
examples/inverse/plot_morph_data.py
examples/inverse/plot_read_inverse.py
examples/inverse/plot_read_source_space.py
examples/inverse/plot_read_stc.py
examples/preprocessing/README.txt
examples/preprocessing/plot_find_ecg_artifacts.py
examples/preprocessing/plot_find_eog_artifacts.py
examples/stats/README.txt
examples/stats/plot_cluster_1samp_test_time_frequency.py
examples/stats/plot_cluster_stats_evoked.py
examples/stats/plot_cluster_stats_time_frequency.py
examples/stats/plot_fdr_stats_evoked.py
examples/stats/plot_sensor_permutation_test.py
examples/tests/plot_diff.py
examples/tests/plot_time_frequency_mixed_norm_inverse.py
examples/tests/test_arma.py
examples/tests/test_bootstrap_sliding.py
examples/tests/test_dSPM_epochs_latency_corr.py
examples/tests/test_mxne_time_whiten.py
examples/tests/test_noise_estimation.py
examples/time_frequency/README.txt
examples/time_frequency/plot_compute_raw_data_spectrum.py
examples/time_frequency/plot_source_label_time_frequency.py
examples/time_frequency/plot_source_power_spectrum.py
examples/time_frequency/plot_source_space_time_frequency.py
examples/time_frequency/plot_temporal_whitening.py
examples/time_frequency/plot_time_frequency.py
mne/__init__.py
mne/baseline.py
mne/cov.py
mne/epochs.py
mne/event.py
mne/filter.py
mne/forward.py
mne/label.py
mne/misc.py
mne/parallel.py
mne/proj.py
mne/selection.py
mne/source_estimate.py
mne/source_space.py
mne/surface.py
mne/transforms.py
mne/utils.py
mne/viz.py
mne.egg-info/PKG-INFO
mne.egg-info/SOURCES.txt
mne.egg-info/dependency_links.txt
mne.egg-info/not-zip-safe
mne.egg-info/top_level.txt
mne/artifacts/__init__.py
mne/artifacts/ecg.py
mne/artifacts/eog.py
mne/artifacts/peak_finder.py
mne/artifacts/stim.py
mne/artifacts/tests/__init__.py
mne/artifacts/tests/test_ecg.py
mne/artifacts/tests/test_eog.py
mne/artifacts/tests/test_peak_finder.py
mne/artifacts/tests/test_stim.py
mne/beamformer/__init__.py
mne/beamformer/_lcmv.py
mne/beamformer/tests/__init__.py
mne/beamformer/tests/test_lcmv.py
mne/datasets/__init__.py
mne/datasets/sample/__init__.py
mne/fiff/__init__.py
mne/fiff/channels.py
mne/fiff/compensator.py
mne/fiff/constants.py
mne/fiff/cov.py
mne/fiff/ctf.py
mne/fiff/diff.py
mne/fiff/evoked.py
mne/fiff/matrix.py
mne/fiff/meas_info.py
mne/fiff/open.py
mne/fiff/pick.py
mne/fiff/proj.py
mne/fiff/raw.py
mne/fiff/tag.py
mne/fiff/tree.py
mne/fiff/write.py
mne/fiff/tests/__init__.py
mne/fiff/tests/test_evoked.py
mne/fiff/tests/test_pick.py
mne/fiff/tests/test_raw.py
mne/fiff/tests/data/process_raw.sh
mne/fiff/tests/data/test-ave.fif
mne/fiff/tests/data/test-ave.log
mne/fiff/tests/data/test-cov.fif
mne/fiff/tests/data/test-cov.log
mne/fiff/tests/data/test-eve.fif
mne/fiff/tests/data/test-km-cov.fif
mne/fiff/tests/data/test-km-cov.log
mne/fiff/tests/data/test-nf-ave.fif
mne/fiff/tests/data/test-nf-ave.log
mne/fiff/tests/data/test-no-reject.ave
mne/fiff/tests/data/test.ave
mne/fiff/tests/data/test.cov
mne/fiff/tests/data/test_ctf_raw.fif
mne/fiff/tests/data/test_empty_room.cov
mne/fiff/tests/data/test_erm-cov.fif
mne/fiff/tests/data/test_keepmean.cov
mne/fiff/tests/data/test_proj.fif
mne/fiff/tests/data/test_raw-eve.fif
mne/fiff/tests/data/test_raw.fif
mne/layouts/__init__.py
mne/layouts/layout.py
mne/minimum_norm/__init__.py
mne/minimum_norm/inverse.py
mne/minimum_norm/time_frequency.py
mne/minimum_norm/tests/__init__.py
mne/minimum_norm/tests/test_inverse.py
mne/minimum_norm/tests/test_time_frequency.py
mne/mixed_norm/__init__.py
mne/mixed_norm/debiasing.py
mne/mixed_norm/inverse.py
mne/mixed_norm/optim.py
mne/mixed_norm/tests/__init__.py
mne/mixed_norm/tests/test_debiasing.py
mne/mixed_norm/tests/test_inverse.py
mne/mixed_norm/tests/test_optim.py
mne/preprocessing/__init__.py
mne/preprocessing/maxfilter.py
mne/preprocessing/ssp.py
mne/preprocessing/tests/__init__.py
mne/preprocessing/tests/test_ssp.py
mne/simulation/__init__.py
mne/simulation/evoked.py
mne/simulation/source.py
mne/simulation/tests/__init__.py
mne/simulation/tests/test_evoked.py
mne/simulation/tests/test_source.py
mne/stats/__init__.py
mne/stats/cluster_level.py
mne/stats/multi_comp.py
mne/stats/parametric.py
mne/stats/permutations.py
mne/stats/tests/__init__.py
mne/stats/tests/test_cluster_level.py
mne/stats/tests/test_multi_comp.py
mne/stats/tests/test_permutations.py
mne/tests/__init__.py
mne/tests/test_cov.py
mne/tests/test_epochs.py
mne/tests/test_event.py
mne/tests/test_filter.py
mne/tests/test_forward.py
mne/tests/test_label.py
mne/tests/test_misc.py
mne/tests/test_proj.py
mne/tests/test_selection.py
mne/tests/test_source_estimate.py
mne/tests/test_source_space.py
mne/tests/test_surface.py
mne/tests/test_utils.py
mne/tests/test_viz.py
mne/time_frequency/__init__.py
mne/time_frequency/ar.py
mne/time_frequency/psd.py
mne/time_frequency/stft.py
mne/time_frequency/tfr.py
mne/time_frequency/tests/__init__.py
mne/time_frequency/tests/test_ar.py
mne/time_frequency/tests/test_psd.py
mne/time_frequency/tests/test_stft.py
mne/time_frequency/tests/test_tfr.py