-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactored wm_core.draw_wafer_outline so that there are fewer branches - Added wm_core.calc_flat_coords to reduce code duplication. This function calculates the start and end coordinates of a horizontal chord below the circle origin whos length spans a given angle. See doctring on wm_core.calc_flat_coords for more info. - Fixed issue where a flat exclusion of 0 would not work - Fixed issue where an exclusion of 0 would prevent the flat exclusion from being drawn.
- Loading branch information
1 parent
c58d039
commit 45bd39a
Showing
4 changed files
with
113 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
setup( | ||
name="wafer_map", | ||
packages=["wafer_map"], | ||
version="1.0.5", | ||
version="1.0.6", | ||
description="Semiconductor Wafer Mapping", | ||
author="Douglas Thor", | ||
author_email="[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters