Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

difference number samples #18

Closed
PhoenixAlx opened this issue Feb 10, 2016 · 3 comments
Closed

difference number samples #18

PhoenixAlx opened this issue Feb 10, 2016 · 3 comments

Comments

@PhoenixAlx
Copy link

Hi

I have a little problem with the file 4Channel.acq (attach two files 4Channel.acq and 4Channel.txt)

In the file 4Channel.txt I can see that th four channels have 4612 datas and whe I do

print (data);
print (len(data.channels[0].data));
print (len(data.channels[1].data));
print (len(data.channels[2].data));
print (len(data.channels[3].data));

The output is

Biopac file (rev 42): 4 channels, 200.0 samples/sec
4612
4611
4610
4609

Also I have seen that the datas 4611 and 4612 in channel 0 collected by bioread are distinct to the datas the original file acq.

What does it happen?

Thank for you job

acq.zip

@njvack
Copy link
Member

njvack commented Feb 10, 2016

There's a bug in reading the last few samples of data (it's a long story). I'm working on it and should have it fixed in a week or two.

@njvack
Copy link
Member

njvack commented Feb 10, 2016

Also, this is a dupe of #3

@njvack njvack closed this as completed Feb 10, 2016
@njvack
Copy link
Member

njvack commented Mar 24, 2016

Well, it was more than a week or two, but this is fixed in master and once I've cleaned things up and added some tests, it'll get pushed to an actual 1.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants