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 to install the requirements.

pip install -r requirements.txt

In the directory start the program with

python main.py

Tested with venv and python 3.6 on Ubuntu 18.04