Metadata-Version: 1.2
Name: giwaxs-gui
Version: 0.0.4
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.*
