Metadata-Version: 2.1
Name: scipion-em-tomoviz
Version: 3.1.3
Summary: Tools for 3D visualization and manipulation of tomography data
Home-page: https://github.com/scipion-em/scipion-em-tomoviz
Author: you
Author-email: you@yourinstitution.email
License: UNKNOWN
Keywords: scipion tomography imageprocessing scipion-3.0
Platform: UNKNOWN
Requires-Dist: scipion-pyworkflow
Requires-Dist: scipion-em (>=3.0.8)
Requires-Dist: scipion-em-tomo
Requires-Dist: pyvista (==0.38.5)
Requires-Dist: pyvistaqt (==0.10.0)
Requires-Dist: pymeshfix (==0.14.1)
Requires-Dist: scikit-image
Requires-Dist: PyQt5

=======================
Scipion tomoviz plugin
=======================

This plugin contains a series of methods for the visualization and manipulation of 3D data (specially desgined for tomography).

==========================
Plugin Installation
==========================

This plugin is currently under initial development and it is not ready for production yet. 

In the meantime, it can be used for development, base on Scipion v3.x with plugins. 

This tomography plugin can be enabled by cloning this repository and execute the command: 

.. code-block::

    git clone https://github.com/scipion-em/scipion-em-tomoviz.git
    scipion installp -p ~/scipion-em-tomoviz --devel

The plugin needs PyQt5 to be installed in the device. The following commands can be used to install PyQt5 in different distributions:

.. code-block::

    Ubuntu:
    sudo apt-get install python3-pyqt5

    CentOS:
    yum install qt5-qtbase-devel

Thee following libraries are also needed by PyQt.

.. code-block::

    Ubuntu:
    sudo apt-get install libxcb-xinerama0
    sudo apt install libxcb-image0

The viewers associated to this plugin require OpenGL 3.2 or later and Mesa 11.2 or later.


