-
Notifications
You must be signed in to change notification settings - Fork 23
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
add FacemapInterface #752
base: main
Are you sure you want to change the base?
add FacemapInterface #752
Conversation
Doing a little more research it looks like this is handling the old MATLAB-based format. This is the format used by the Higley Lab. Here is an explanation of the fields:
|
stub version here |
@@ -18,6 +18,7 @@ | |||
from neuroconv import NWBConverter | |||
from neuroconv.datainterfaces import ( | |||
DeepLabCutInterface, | |||
FacemapInterface, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add tests here @alessandratrapani ? we have our test data repository here, can you make a small example file or ask for a small example data that we can add to our testing suite?
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
relates to #188