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

Add ensure_compatibility_with_sinaps_probes to projects folder #25

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions projects/ensure_compatibility_with_sinaps_probes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Project title: Ensure compatibility with SiNAPS probes

### Key Investigators
* Matteo Vincenzi
* Nina Kudryashova

## Project Description
Ensure that SiNAPS recordings are correctly read and parsed in SpikeInterface.

### Background
SiNAPS probes are high-density/high-channel-count probes (up to 1024 electrodes) designed with different layouts (single-shaft, multi-shaft, NHP, etc.). https://sinapsprobes.eu/ These probes allow simultaneous recording from all electrodes in a band ranging from 1Hz (and below) to 5KHz.
Recordings acquired with the Plexon and Neuronexus platforms are already supported, while those acquired with the research platform realised at the Italian Institute of Technology (IIT) still need to be supported.

### Objectives
Ensure that SiNAPS recordings are read correctly from both .bin and .h5 formats.

### Approach and Plan

### Progress
A custom branch has been created already by Alessio for this purpose, with an extractor/reader for .bin format: https://github.com/alejoe91/spikeinterface/tree/sinaps

## References

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add your code here