A python package for using local statistics to cluster significant signal in scientific images.
Documentation can be found here.
To install, simply use
pip install local_statsTo install in developer mode:
git clone https://github.com/RBrearton/local_stats
cd local_stats
pip install -e .Alternatively, the usual "python setup.py install" etc. will work, but installation of dev mode with pip has obvious upsides (easier to manage etc.).