Collection of tools for Neuropixel 1.0 and 2.0 probes data
Project description
ibl-neuropixel
Collection of tools to handle Neuropixel 1.0 and 2.0 data (documentation coming soon...)
Installation
pip install ibl-neuropixel
Destriping
Getting started
This relies on a fast fourier transform external library: pip install pyfftw
.
Minimal working example to destripe a neuropixel binary file.
from pathlib import Path
from ibldsp.voltage import decompress_destripe_cbin
sr_file = Path('/datadisk/Data/spike_sorting/pykilosort_tests/imec_385_100s.ap.bin')
out_file = Path('/datadisk/scratch/imec_385_100s.ap.bin')
decompress_destripe_cbin(sr_file=sr_file, output_file=out_file, nprocesses=8)
Viewer
The best way to look at the results is to use viewephys, open an ephys viewer on the raw data.
- tick the destripe box.
- move to a desired location in the file
- ctr+P will make the gain and axis the same on both windows
You can then move within the raw data file.
White Paper
The following describes the methods implemented in this repository. https://doi.org/10.6084/m9.figshare.19705522
Contribution
Pypi Release checklist:
- Edit the version number in
setup.py
, and add release notes inrelease_notes.md
flake8
tag=X.Y.Z
git tag -a $tag
git push origin %tag
Create new release with tag X.Y.Z (will automatically publish to PyPI)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ibl_neuropixel-1.3.0.tar.gz
.
File metadata
- Download URL: ibl_neuropixel-1.3.0.tar.gz
- Upload date:
- Size: 67.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c392239f25274e1f17567fd5055fae09234701897f7d67dc01c36b49435b144b |
|
MD5 | a62a582f9c14be68c5f0a8adbb8b22da |
|
BLAKE2b-256 | 72bde4327f1b225ad42e017d0ba41d617ee5fa6c05c3738c2991301cba3f0111 |
File details
Details for the file ibl_neuropixel-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: ibl_neuropixel-1.3.0-py3-none-any.whl
- Upload date:
- Size: 73.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b61ce461c58b536fd2a9c65e8d6621b879669004326f754d48c7c2f683b3182 |
|
MD5 | 0474700daa5749001e6f282efcc45e57 |
|
BLAKE2b-256 | 2087b338714f1e52a8bef81e6d9f900d1fcf44e3081a727349b66253e7cfc5c9 |