Metadata-Version: 1.1
Name: scanalignment
Version: 0.0.5
Summary: Scan Alignment of STXM images.
Home-page: http://carlos.reis@gitlab.elettra.eu/carlos.reis/pickpeak.git
Author: Elettra SciComp
Author-email: carlos.reis@elettra.eu
License: MIT
Description: Scan Alignment
        =======================
        
        Scan Alignment is a PyQtGraph-based graphical user interface. It allows for horizontal line alignment of images
        collected in the TwinMic beamline through Scanning transmission x-ray microscopy (STXM) imaging technique.
        
        
        ----
        
        README
        """"""""""""""""" 
        
        **Introduction**
         
        To do.
        
        **Installation**
        
        For standard Python installations, install scanalignment using pip:
        
        .. code:: bash
        
            pip install -U pip setuptools
            pip install scanalignment
        
        **Usage**
        
        Once the installation has finished just type on the command line:
        
        .. code:: bash
        	
        	scanAlign
        
        **Requirements**
        
        * `Python 2.7 <https://www.python.org/downloads/>`_.
        * `Setuptools <https://setuptools.readthedocs.io/en/latest/>`_.
        * `Tifffile <https://github.com/blink1073/tifffile>`_.
        * `H5Py <http://www.h5py.org/>`_.
        * `Matplotlib <https://matplotlib.org/>`_.
        * `NumPy <http://www.numpy.org/>`_.
        * `PyQt4 <http://pyqt.sourceforge.net/Docs/PyQt4/installation.html>`_, `PyQt5 <http://pyqt.sourceforge.net/Docs/PyQt5/installation.html>`_ or `PySide <https://wiki.qt.io/PySide>`_.
        * `PyQtGraph <http://www.pyqtgraph.org/>`_.
        * `SIP <https://www.riverbankcomputing.com/software/sip/download>`_.
        
            
        
Keywords: sample setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
