Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 558 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 558 Bytes

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.