Metadata-Version: 1.2
Name: phantominator
Version: 0.1.0
Summary: Generate numerical phantoms.
Home-page: https://github.com/mckib2/phantominator
Author: Nicholas McKibben
Author-email: nicholas.bgp@gmail.com
License: GPLv3
Description: Installation
        ============
        
        .. code-block:: bash
        
            pip install phantominator
        
        About
        =====
        
        Python package for easy generation of numerical phantoms.  I often
        need a simple image to try something out on.  In MATLAB, I would use
        the `phantom` command to quickly get something to work with.  In
        Python, it's not quite so easy, so I made this package that's quick
        to install and use so there's as little friction as possible.  There
        are other implementations of Shepp-Logan available from other
        projects, but they are usually not as easy to install or include other
        things that I don't want for this project.
        
        Usage
        =====
        
        See the `examples` module.  The interface is similar to MATLAB's
        `phantom` function.
        
Platform: UNKNOWN
Requires-Python: >=2.7
