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

WARNING: Error in HW channel mapping #60

Open
samuelbray32 opened this issue May 10, 2024 · 1 comment
Open

WARNING: Error in HW channel mapping #60

samuelbray32 opened this issue May 10, 2024 · 1 comment

Comments

@samuelbray32
Copy link

This package assigns hw channels to nwb electrodes based on the order in which the appear in the rec header. This will create data inconsistencies if the nTrodes id's are not in the same order in the rec file as they are in the yaml metadata.

To avoid this error please use the updated conversion package

@samuelbray32
Copy link
Author

On further investigation, this package does not directly use hwChan to map data to the nwb file. Instead rec_to_binaries maps the e-series data to a ntrode group file name during preprocessing extraction here.

Takeaway :

  • The map from ntrode id to eseries data and metadata is consistent between the rec file and generated nwb
  • The hwChan recorded is not consistent between the rec file and generated nwb

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

1 participant