Metadata-Version: 1.2
Name: aquami
Version: 0.9.1
Summary: A module to extract quantitative microstructure information from micrographs of morphologically complex microstructures.
Home-page: https://github.com/JStuckner/aquami
Author: Joshua Stuckner
Author-email: stuckner@vt.edu
License: MIT
Description: AQUAMI
        ======
        An open source package and GUI for automatic analysis of micrographs containing morphologically complex multiphase materials.  Designed especially for analysis of nanoporous metals and bicontinuous composites. Automatically returns quantitative mean and distribution measurements of microstructural features such as ligament/pore diameter, node-to-node length, particle/pore area, and area fraction.  Measurements and summaries can be conveniently output into excel and pdf files.
        
        Installing
        ~~~~~~~~~~
        
        A standalone version that does not require Python can be found at `This website <https://google.com>`_'s.
        
        The easiest way to install the Python version is with pip.  In the command prompt type:
        
        .. code:: python
        
            pip install aquami
        	
        Running the program
        ~~~~~~~~~~~~~~~~~~~
        Type the following in the command prompt pressing the <enter> key between lines:
        
        .. code:: python
        	python
        	from aquami import gui
        	gui.run()
Platform: UNKNOWN
Requires-Python: >=3
