Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Spiral to Histogram
Spiral to Histogram is a program to visualize and analyse microscope images.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the requirements.
```bash
pip install -r requirements.txt
```
In the directory start the program with
```bash
python main.py
```
Tested
with [venv](https://docs.python.org/3/library/venv.html)
and [python 3.6](https://www.python.org/downloads/release/python-360/)
on [Ubuntu 18.04](https://releases.ubuntu.com/18.04.5/)