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
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 .
kernel is provided under the MIT license.