Metadata-Version: 2.1
Name: giwaxs_gui
Version: 0.0.5
Summary: A graphical tool for basic analysis of GIWAXS images.
Home-page: http://packages.python.org/giwaxs_gui
Author: Vladimir Starostin
Author-email: vladimir.starostin@uni-tuebingen.de
License: GNU
Description: # giwaxs-gui
        ### A graphical tool for GIWAXS data analysis.
        
        giwaxs-gui contains all the basic functionality for 
        the analysis of 2D diffraction images with circular symmetry. 
        In particular, it focuses on grazing-incidence wide-angle scattering
        data and its specific needs.
        
        ## Install
        ### Pip install 
        To install current release via pip, you should have python installed 
        on your computer. The minimum required version is 3.6.0. Install package via pip:
        
        ```sh
        pip install giwaxs-gui
        ```
        
        After installation you can launch the program:
        ```sh
        python
        >>>from giwaxs_gui import run
        >>>run()
        ```
        
Keywords: xray python giwaxs scientific-analysis
Platform: UNKNOWN
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
