WasatchPhotonics / MicroAngio

OCT angiography user interface mockup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroAngio

Demonstration interface for the MicroAngio UX project.

Build status Build status Coverage Status

Clickable, navigatable demonstration of the new user experience design for OCT Angiography. No actual OCT processing is included. See the instructions below for running this demo on your windows 7 system. Also runs on Linux, and should run on any environment that supports conda. This interface rates approximately 5.8 TRAUDS of darkness.

MicroAngio Screenshot

HiDPI displays are not supported with pyqt4. This demonstration was developed for a target resolution of 1920x1080.

PySide and PyQt are required to show svg icons on controls on MS Windows.

Instructions for environment creation on windows 7:

Install miniconda 2.7 64bit
export PATH=/home/nharrington/miniconda2/bin:$PATH
conda update conda

conda create --name conda_install_only pyside

Windows:
activate conda_install_only

conda install pyqt numpy pillow pytest pyqtgraph

cd projects\MicroAngio
python setup.py develop

py.test

Run the demo with the command:

python -u scripts\MicroAngio.py

About

OCT angiography user interface mockup


Languages

Language:Python 99.7%Language:CSS 0.2%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:Inno Setup 0.0%Language:Shell 0.0%