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
So, we've got to figure out why there aren't any epochs. If you don't see any epochs of data in 2.1.4.4, then none of the things going forward will work.
One possibility is that you've got some stale objects left over from when ndi.daq.metadata.epochprobemap_daqsystem was entered. Let's try to clear those out with:
S.database_clear('yes');
Then do
S = ndi.session.dir('ts_exper1',[prefix filesep 'ts_exper1'])
And resume from 2.4.1.3.
If there aren't any epochs, try looking at the files in your ts_exper1 directory by doing:
ls ([prefix filesep 'ts_exper1'])
and you should see t00001, t00002, t00003, t00004, etc...
Enter your comments, questions, bugs, or discussion items for Tutorial 2.1 here.
The text was updated successfully, but these errors were encountered: