CaTune companion: calcium imaging deconvolution and data preparation
Project description
CaTune Python Companion
Calcium imaging deconvolution and data preparation -- Python companion package for the CaTune browser tool.
Installation
pip install catune
Quick Start
import catune
# Build a calcium kernel
kernel = catune.build_kernel(tau_rise=0.02, tau_decay=0.4, fs=30.0)
# Get AR(2) coefficients
g1, g2, d, r = catune.tau_to_ar2(tau_rise=0.02, tau_decay=0.4, fs=30.0)
# Compute Lipschitz constant for FISTA step size
L = catune.compute_lipschitz(kernel)
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
catune-0.1.0.tar.gz
(13.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file catune-0.1.0.tar.gz.
File metadata
- Download URL: catune-0.1.0.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
908f8d043ecab6282d3bfdf382c6c25d859ec1c22a20a63cb3497082cb2741ae
|
|
| MD5 |
aea6d443d67701b947e9a244ab542b05
|
|
| BLAKE2b-256 |
4d1ff01537a2e58b198185d4544bad64edbdeac6e968f9fe0b9f81cc12994b88
|
File details
Details for the file catune-0.1.0-py3-none-any.whl.
File metadata
- Download URL: catune-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b9225b23b155467c8ac52a3c08c74f1cb878a291f0c5bc2b6731cad9d103f3f
|
|
| MD5 |
f50feeb3cdb0b1f5fc4a20be01d5a4a3
|
|
| BLAKE2b-256 |
c2157dc6e7657d26fa574c9547152fb5ce36d9a274b3c1247329745f26fc7b9d
|