-
Notifications
You must be signed in to change notification settings - Fork 22
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
trial_continuous does not seem to return consecutive chunks of data #146
Comments
A few comments:
|
|
Using current master had to fix the cmake line which adds compat to the include directories:
should be
Then built with
The target PC has the exact same conda environment, the whl install fines, edit also tried the latest code plus some changes to make it build with Qt5 and Python 3.7 and the same numpy version as the original Python environment which I used for the sample code in the first post, to try to rule out any issues there, but that has the same problem |
Test code (ran against v7.0.4 on a 256ch Cerebus with no spike extraction and no raw data streams and continuous acquisition enabled only for elec1 at 1kHz and ainp2 at 30kHz):
Sample output:
Am I interpreting this correctly?
Is there a way to reconstruct a continuous data stream from trial_continuous? I know I'm on a fairly old version, did anything change with respect to this particular functionality in more recent versions?
The text was updated successfully, but these errors were encountered: