The channel selection based on indices doesn't work appropriately.
We should deal with it soon because the analysis isn't correct.
Best solution: channels names in data/valid_chans_THR_imp.pk
Issue: when channels doesn't have the correct name, it may be a problem
Solution: we can convert channels to specific name before starting the pipeline using a dict, e.g. mapping_channels = {"1":"R mas", "1*":"R mas"}
so both "1" and "1*" will be renamed to "R mas"
See also #49 for discussion which channels should we keep.
The channel selection based on indices doesn't work appropriately.
We should deal with it soon because the analysis isn't correct.
Best solution: channels names in data/valid_chans_THR_imp.pk
Issue: when channels doesn't have the correct name, it may be a problem Solution: we can convert channels to specific name before starting the pipeline using a dict, e.g.
mapping_channels = {"1":"R mas", "1*":"R mas"}
so both "1" and "1*" will be renamed to "R mas"See also #49 for discussion which channels should we keep.