diff --git a/Project.toml b/Project.toml index 44e906f..d008362 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OndaEDF" uuid = "e3ed2cd1-99bf-415e-bb8f-38f4b42a544e" authors = ["Beacon Biosignals, Inc."] -version = "0.11.3" +version = "0.11.4" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" diff --git a/src/standards.jl b/src/standards.jl index 4d01e0d..de1ed56 100644 --- a/src/standards.jl +++ b/src/standards.jl @@ -73,8 +73,8 @@ const STANDARD_LABELS = Dict(# This EEG channel name list is a combined 10/20 an "v1r", "v2r", "v3r", "v4r", "v5r", "v6r", "v7r", "v8r", "v9r", "x", "y", "z"], # EOG should not have any channel names overlapping with EEG channel names - ["eog", "eeg"] => ["left"=> ["eogl", "loc", "lefteye", "leye", "e1", "eog1", "l", "left eye", "leog", "log", "li"], - "right"=> ["eogr", "roc", "righteye", "reye", "e2", "eog2", "r", "right eye", "reog", "rog", "re"]], + ["eog", "eeg"] => ["left"=> ["eogl", "loc", "lefteye", "leye", "e1", "eog1", "l", "left eye", "leog", "log", "li", "lue"], + "right"=> ["eogr", "roc", "righteye", "reye", "e2", "eog2", "r", "right eye", "reog", "rog", "re", "rae"]], ["emg"] => ["chin1" => ["chn", "chin_1", "chn1", "kinn", "menton", "submental", "submentalis", "submental1", "subm1", "chin", "mentalis", "chinl", "chinli", "chinleft", "subm_1", "subment"], "chin2" => ["chn2", "chin_2", "submental2", "subm2", "chinr", "chinre", "chinright", "subm_2"], "chin3" => ["chn3", "submental3", "subm3", "chincenter"],