VH-Lab / NDR-matlab

Neuroscience Data Readers - A Matlab conglomerative library for reading neuroscience data files
1 stars 1 forks source link

ndr.test.reader.spikegadgets_rec.test fails #19

Closed stevevanhooser closed 3 years ago

stevevanhooser commented 3 years ago

Yijia - please continue to update the code, thanks!

Unrecognized method, property, or field 'getchannelsepochdetailed' for class 'ndr.reader.spikegadgets_rec'. Error in ndr.reader/spikegadgets_rec/readchannels_epochsamples (line 212) detailedchannels = ndr_reader_base_spikegadgets_obj.getchannelsepochdetailed(epochfiles); Error in ndr.reader/readchannels_epochsamples (line 75) data = ndr_reader_obj.ndr_reader_base.readchannels_epochsamples(channeltype, channel, epochstreams, epoch_select, s0, s1); Error in ndr.test.reader.spikegadgets_rec.test (line 31) data = r.readchannels_epochsamples('time',channels,{filename},epoch_select,1,10000);

stevevanhooser commented 3 years ago

new branch made, yijia4 for this purpose! thanks!

stevevanhooser commented 3 years ago

closed with merge