- MNE-Python version: 0.23.0
- operating system: google colab
- dataset - bci competion iv(i) (Data Set 1 for the BCI Competition IV)
I have created already raw data with 59 EEG channels and now trying to create an stim channel for event/epoch creation. I have been given position [pos[0]] which contain time array position to divide the data into events.
Since the channels should be of same lengths i created an array (stim) of same dimension and assign 1 to the position(pos[0]) and rest are assigned 0.
Raw data is created but it show this error which later create problems when i try to add it in raw data and try to create events.
Please help if any idea.