Metadata-Version: 2.0
Name: pytrip98gui
Version: 0.1.0
Summary: PyTRiP GUI
Home-page: https://github.com/pytrip/pytripgui
Author: Jakob Toftegaard, Niels Bassler, Leszek Grzanka
Author-email: leszek.grzanka@gmail.com
License: GPL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pydicom
Requires-Dist: scipy

WHAT IS THIS ?
==============

pytripgui is graphical user interface (GUI) built around TRiP98 planning system and pytrip package.
It is capable of visualising patient CT data, dose and LET overlays.
pytripgui can make treatment plans using local or remote TRiP98 package.

TRiP98 package is not included here, if you need it, go first to TRiP98 webpage.

pytripgui works under Linux operating system with necessary packages installed, see installation instructions.

Installation
============

First be sure to have Python framework installed, then type::

    pip install pytripgui

In case you don't have administrator rights, add ``--user`` flag to ``pip`` command.
In this situation GUI will be probably installed in ``~/.local/bin`` directory.


Documentation
=============

MORE DOCUMENTATION
==================

If you would like to download the code and modify it, read first `developer documentation <docs/technical.rst>`__.


