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

Write merged SD and rec file data directly to individual channels #29

Open
jchutrue opened this issue Nov 8, 2017 · 0 comments
Open

Comments

@jchutrue
Copy link
Collaborator

jchutrue commented Nov 8, 2017

In our current workflow, we take a rec file along with SD card file to create a merged rec file. This step can often be necessary for the following reasons:

  1. The merged rec file contains all neural data channels. This is inefficient especially if we don't record from all channels. The same can be said for the DIOs.
  2. To get a single channel data out, we go from packed data (sd file) to packed data (merged rec file) to individual channel data. It is arguably more time-consuming to do it this way when we can eliminate the intermediate merged file and go directly from packed data in the sd file to individual channel data.

Finally, the timestamps should be in absolute time to allow for pain-free comparison across days (or even within a single day if there were multiple recordings taken in a day). See #22

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

No branches or pull requests

1 participant