Closed RobinGuillard closed 4 years ago
We'll keep as an enhancement option the possibility to secure the merge_label_list function, notably dealing with the case where there is at least 3 different lengths of inputs...
I'm looking into it this evening.
OK. So my conclusion right now is
for now, I'll advice to use a simple warning and this is user's job to provide proportional number of epochs. see #80
As formerly described, we have an issue on the interpolation process from large to smaller epochs. Why? there is often a "rounding effect" on the number of epochs between larger and smaller epochs (fexample: for 10,75s of recording, we have 10 epochs of 1s and 43 epochs of 250ms). Solution proposed : we crop the end of ALL our recordings so to have a duration which is a multiple of 0.992s (248 samples). It's brutal, but it works. What do you think?