Metadata-Version: 1.1
Name: scipion-em-tomoviz
Version: 3.2.1
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
Description: =======================
        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.
        
Keywords: scipion tomography imageprocessing scipion-3.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
