├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── .gitmodules ├── ICL_feature_extractor.m ├── ICLabel_menu.png ├── README.md ├── Viewprops_eye.png ├── activate_matconvnet.m ├── eeg_autocorr.m ├── eeg_autocorr_fftw.m ├── eeg_autocorr_welch.m ├── eeg_icalabelstat.m ├── eeg_rpsd.m ├── eegplugin_iclabel.m ├── iclabel.m ├── netICL.mat ├── netICL_beta.mat ├── netICL_lite.mat ├── pop_icflag.m ├── pop_iclabel.m ├── run_ICL.m ├── run_tests.m ├── tests ├── eeglab_data.fdt └── eeglab_data.set ├── topoplotFast.m └── zipper.m /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/.gitmodules -------------------------------------------------------------------------------- /ICL_feature_extractor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/ICL_feature_extractor.m -------------------------------------------------------------------------------- /ICLabel_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/ICLabel_menu.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/README.md -------------------------------------------------------------------------------- /Viewprops_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/Viewprops_eye.png -------------------------------------------------------------------------------- /activate_matconvnet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/activate_matconvnet.m -------------------------------------------------------------------------------- /eeg_autocorr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/eeg_autocorr.m -------------------------------------------------------------------------------- /eeg_autocorr_fftw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/eeg_autocorr_fftw.m -------------------------------------------------------------------------------- /eeg_autocorr_welch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/eeg_autocorr_welch.m -------------------------------------------------------------------------------- /eeg_icalabelstat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/eeg_icalabelstat.m -------------------------------------------------------------------------------- /eeg_rpsd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/eeg_rpsd.m -------------------------------------------------------------------------------- /eegplugin_iclabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/eegplugin_iclabel.m -------------------------------------------------------------------------------- /iclabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/iclabel.m -------------------------------------------------------------------------------- /netICL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/netICL.mat -------------------------------------------------------------------------------- /netICL_beta.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/netICL_beta.mat -------------------------------------------------------------------------------- /netICL_lite.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/netICL_lite.mat -------------------------------------------------------------------------------- /pop_icflag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/pop_icflag.m -------------------------------------------------------------------------------- /pop_iclabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/pop_iclabel.m -------------------------------------------------------------------------------- /run_ICL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/run_ICL.m -------------------------------------------------------------------------------- /run_tests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/run_tests.m -------------------------------------------------------------------------------- /tests/eeglab_data.fdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/tests/eeglab_data.fdt -------------------------------------------------------------------------------- /tests/eeglab_data.set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/tests/eeglab_data.set -------------------------------------------------------------------------------- /topoplotFast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/topoplotFast.m -------------------------------------------------------------------------------- /zipper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/ICLabel/HEAD/zipper.m --------------------------------------------------------------------------------