open-ephys/analysis-tools

Error with convert_open_ephys_to_kwik.m.

Opened this issue · 1 comments

Hi,

I have the following error in Matlab when I use the file: convert_open_ephys_to_kwik.m.

Error using h5create>create_dataset (line 154)
The dataset '/kwik_version' already exists.

Error in h5create (line 64)
create_dataset(options)

Error in convert_open_ephys_to_kwik (line 128)
h5create(kwdfile, '/kwik_version', [1 1],'Datatype', 'int16');

To implement, I have copied and renamed the file load_open_ephys_data_faster.m as load_open_ephys_data.m.

I think that the problem is because I have several repetitions (blocks) in the same experiment. That is, in a given .continuous file I have three recording sections. So, I have three experiments joint in one.

Do you know how I can fix this problem?

Cheers,

nc

Can you confirm that this issue has been resolved?