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 neurodsp.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 destipe 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:
flake8
rm -fR dist
rm -fR build
python setup.py sdist bdist_wheel
twine upload dist/*
#twine upload --repository-url https://test.pypi.org/legacy/ dist/*
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-0.5.2.tar.gz
.
File metadata
- Download URL: ibl-neuropixel-0.5.2.tar.gz
- Upload date:
- Size: 44.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f5cf18561240ee5c9b917bd85bdd420997a2b4773ffcfa92e638929c6b0c12f |
|
MD5 | 72e4b16ab31b1c4719a038b7d4ebedb9 |
|
BLAKE2b-256 | d13132ae51565ed9318c904a722be9f571e5461930346a47ee4a013ba712dacb |
File details
Details for the file ibl_neuropixel-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: ibl_neuropixel-0.5.2-py3-none-any.whl
- Upload date:
- Size: 48.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4123c7e706ce228fd35012b9ad1f482a8fd26acecad44eee75d99000b28ad06e |
|
MD5 | 6d49dfe78a6606448e24b2d534163e8c |
|
BLAKE2b-256 | 2c95e29883a5810c5162113ed4428022e2c8774030aaf24314f756b205cf6f90 |