The package "pyRASP" (written in support of this paper) is a set of python classes that can be run from scripts, interactive notebooks and so on to analyse microscopy data. Example notebooks are provided, showing user analyses. The code has been tested in Python 3.10.12.
A list of package requirements are noted in the "requirements.txt" file. These can be installed with the command:
pip install -r requirements.txt
Documentation can be found at read the docs.
Patches and contributions are very welcome! Please see CONTRIBUTING.md and the CODE_OF_CONDUCT.md for more details.