Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 399 Bytes

Pynamic Gain

Python-based Dynamic Gain inputs for distributed patch clamp setup.

Installation

Easiest way to install is via conda and pip:

conda create -n pydg_analysis python=3.11
conda activate pydg_analysis
pip install pynamicgain

Verify the installation with:

pydg_help

See the documentation for more information.