lkorczowski / Tinnitus-n-Sleep

Detecting events in sleeping tinnitus patients
MIT License
1 stars 0 forks source link

Invalid data/valid_chans_THR_imp.pk #54

Open lkorczowski opened 4 years ago

lkorczowski commented 4 years ago

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.

lkorczowski commented 4 years ago

@RobinGuillard I believe that using indices instead of channel names is still a problem. Should we add it to sprint 7 ?