You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reading in a few neuralynx datasets, and something I've been coming across is a value error when parsing the header. At first I thought it had to with simultaneous EEG and SU recordings (where EEG is at 5K sample rate, and microLFP at 32K). Upon further investigation, I think it has to do with segments (EEG files have 55 segments, and microLFP files have 57 segments). Is there any way to get past this easily? I see an exclude parameter in the class, but does this accept a list of filenames so I can generate two IO classes (one EEG and one microLFP)?