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

SpikeGadgetsRawIO Gives incorrect channel ids with recording missing hardware channels #1592

Open
pauladkisson opened this issue Nov 1, 2024 · 0 comments · May be fixed by #1593
Open

SpikeGadgetsRawIO Gives incorrect channel ids with recording missing hardware channels #1592

pauladkisson opened this issue Nov 1, 2024 · 0 comments · May be fixed by #1593
Assignees
Labels
Milestone

Comments

@pauladkisson
Copy link

pauladkisson commented Nov 1, 2024

SpikeGadgetsRawIO incorrectly assigns channel ids when the recording is missing some hardware channels but the total number of channels is still an integer multiple of n_channel_per_chip (32). In this case, I have a recording with 256 hardware channels, but 32 are missing (so 224 actual recorded channels of data). I have worked out that in this case, spikegadgets just skips the missing channels and continues with its pattern. For example, hwChan 64 is missing, so the first few channels are (0, 32, 96, ...).

@zm711 zm711 added this to the 0.14.0 milestone Nov 10, 2024
@zm711 zm711 self-assigned this Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants