This folder contains Python notebooks and Fiji script to reproduce generated and computed data of the paper.
To reproduce the analysis, you'll need a Python distribution. We suggest you to use Anaconda.
Setup your environment:
conda env create -n kappa_env
conda activate kappa_env
conda env update -f ../environment.yml