Metadata-Version: 1.1
Name: wafer_map
Version: 0.3.0
Summary: Semiconductor Wafer Mapping
Home-page: https://github.com/dougthor42/wafer_map
Author: Douglas Thor
Author-email: doug.thor@gmail.com
License: UNKNOWN
Description: 
        wafer_map.py
        
        Plots up a wafer map. Used in semiconductor processing and analysis.
        
        
        **Currently in Alpha phase.**
        
        Requires: wxPython
        
        **Usage:**
        
        First, just try and run example.py. This *should* work out of the box and
        display a wafer map generated from random parameters. The wafer map
        can be interacted with (to a limited extent right now) with middle-click
        and scroll wheel.
        
        **Scroll forward:** zoom in, centered on the mouse cursor
        
        **Scroll backward:** zoom out, centered on the mouse cursor
        
        **Middle-click + drag:** Pan
        
        **Left-click + drag:** Not yet implemented (probably zoom-to-box)
        
        **Right-click + drag:** Not yet implemented
        
        Data is input into the primary class ``WaferMap`` as a list
        of ``(x_coord, y_coord, data)`` tuples.
        
        
        Expected capabilities:
        
        1. Draw wafer outline and flat or notch.
        2. Draw edge exclusion outline.
        3. Draw wafer center crosshairs.
        4. Accept continuous or discrete data and color accordingly.
        5. Provide zoom and pan capabilities.
        6. Mouse-over to display die coordinate and value
        
        Changelog:
        
        * 2014-12-01: 0.3.0   Added kb shortcuts and menu items for display toggle
                              of wafer outline and crosshairs. Added placeholder
                              for legend and kb shortcut for display toggle.
                              Added option for plotting discrete data.
        * 2014-11-26: 0.2.0   Made it so a wafer map can be plotted with a single
                              command. Updated example.py to demo this.
        * 2014-11-25: 0.1.0   First working code. Added example file.
        * 2014-11-25: 0.0.1   Project Creation
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires: wxPython
