This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.1 in repository python-mne.
commit 46c61443bf9838d5a7192de5b51dce43da2304ad Author: Alexandre Gramfort <[email protected]> Date: Tue May 24 22:14:49 2011 -0400 DOC: reorganizing examples --- examples/inverse/README.txt | 7 +++++++ examples/{ => inverse}/plot_compute_mne_inverse.py | 0 .../plot_label_source_activations.py} | 0 examples/{ => inverse}/plot_minimum_norm_estimate.py | 0 examples/{ => inverse}/plot_minimum_norm_raw_data_in_label.py | 0 examples/{ => inverse}/plot_morph_data.py | 0 examples/{ => inverse}/plot_read_source_space.py | 0 examples/{ => inverse}/plot_read_stc.py | 0 examples/preprocessing/README.txt | 6 ++++++ examples/{ => preprocessing}/plot_find_ecg_artifacts.py | 0 examples/{ => preprocessing}/plot_find_eog_artifacts.py | 0 11 files changed, 13 insertions(+) diff --git a/examples/inverse/README.txt b/examples/inverse/README.txt new file mode 100755 index 0000000..69559c3 --- /dev/null +++ b/examples/inverse/README.txt @@ -0,0 +1,7 @@ + +Inverse problem and source analysis +----------------------------------- + +Estimate source activations, extract activations in +labels, morph data between subjects etc. + diff --git a/examples/plot_compute_mne_inverse.py b/examples/inverse/plot_compute_mne_inverse.py similarity index 100% rename from examples/plot_compute_mne_inverse.py rename to examples/inverse/plot_compute_mne_inverse.py diff --git a/examples/plot_roi_label_activations.py b/examples/inverse/plot_label_source_activations.py similarity index 100% rename from examples/plot_roi_label_activations.py rename to examples/inverse/plot_label_source_activations.py diff --git a/examples/plot_minimum_norm_estimate.py b/examples/inverse/plot_minimum_norm_estimate.py similarity index 100% rename from examples/plot_minimum_norm_estimate.py rename to examples/inverse/plot_minimum_norm_estimate.py diff --git a/examples/plot_minimum_norm_raw_data_in_label.py b/examples/inverse/plot_minimum_norm_raw_data_in_label.py similarity index 100% rename from examples/plot_minimum_norm_raw_data_in_label.py rename to examples/inverse/plot_minimum_norm_raw_data_in_label.py diff --git a/examples/plot_morph_data.py b/examples/inverse/plot_morph_data.py similarity index 100% rename from examples/plot_morph_data.py rename to examples/inverse/plot_morph_data.py diff --git a/examples/plot_read_source_space.py b/examples/inverse/plot_read_source_space.py similarity index 100% rename from examples/plot_read_source_space.py rename to examples/inverse/plot_read_source_space.py diff --git a/examples/plot_read_stc.py b/examples/inverse/plot_read_stc.py similarity index 100% rename from examples/plot_read_stc.py rename to examples/inverse/plot_read_stc.py diff --git a/examples/preprocessing/README.txt b/examples/preprocessing/README.txt new file mode 100755 index 0000000..ff3ee6e --- /dev/null +++ b/examples/preprocessing/README.txt @@ -0,0 +1,6 @@ + +Preprocessing +------------- + +Examples related to data preprocessing (artifact detection / rejection etc.) + diff --git a/examples/plot_find_ecg_artifacts.py b/examples/preprocessing/plot_find_ecg_artifacts.py similarity index 100% rename from examples/plot_find_ecg_artifacts.py rename to examples/preprocessing/plot_find_ecg_artifacts.py diff --git a/examples/plot_find_eog_artifacts.py b/examples/preprocessing/plot_find_eog_artifacts.py similarity index 100% rename from examples/plot_find_eog_artifacts.py rename to examples/preprocessing/plot_find_eog_artifacts.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
