pick_no_wm¶
- pick_no_wm(picks: list[str], labels: ~collections.OrderedDict[slice(<class 'str'>, list[str], None)]) list[source][source]¶
Picks the channels that are not in the white matter
- Parameters:
picks (
list[str | int]) – The channels to pick fromlabels (
dict[str | int,list[str]]) – The labels for each channel
- Returns:
The channels that are not in the white matter
- Return type:
list[str | int]