/kernel

Code for working with data collected from Kernel Flow2 System

Primary LanguagePythonMIT LicenseMIT

Kernel

Information and Code about working with the Kernel Flow2 System can be viewed on our jupyter book.

This package contains helper functions for analyzing the data

Installation

We suggest working within a conda environment and installing package in development mode

conda create --name kernel python=3.11

conda activate kernel

git clone https://github.com/cosanlab/kernel.git

cd kernel

python install -e . 

Licenses

kernel is provided under the MIT license.