-
Notifications
You must be signed in to change notification settings - Fork 17
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
retrieve timestamps in bufferfunction #27
Comments
No, but that is functionality that should exist. Could help you with that, but just to be sure:
Let me know. |
I would like to have :
instead of
I think it is quite easy todo but it will break existing pluing. |
I need to timestmap spike from a given buffer to align then with other events. My goal is to implement a new spike detector with my tridesclous realtime engine. |
parralel question : do you plan to merge cmake_buuild into master ? |
It might not work with your setup, but I would at least think about using spike events as it would be the easiest to do at this point. The spike detector in OE doesn't sort the spikes, it just detects if one occurs or not and passes it to the other processors with the voltage trace of the spike and the timestamp. |
As for merging the cmake build branch, I would rather start with the open-ephys-plugins one and get it up to speed as they have the more dedicated resources to maintain it. Although their version didn't work for me on Mac. |
The open-ephys-plugin:
I think the offcial one should be here. I am planing to ask to openephys team to add another spike stream type with (timestamp, label). If you prefer not to merge cmake_build (last commit 16 Nov 2019) into your master (last commit 11 june 2019) where do you advice me to make a PR ? Directly into cmake_build ? |
Is there a simple way to get timestamp info in the callback "bufferfunction" ?
The text was updated successfully, but these errors were encountered: