Skip to content

Commit

Permalink
Plotting options, changed default edge clearance to 2mm.
Browse files Browse the repository at this point in the history
  • Loading branch information
demisjohn committed May 9, 2020
1 parent 8c8a51d commit 96bd513
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions ASML_JobCreator/Defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ def LoadDefaultValues(self):
self.Plotting_BGHatch = '.........'
self.Plotting_GridColor = 'lightgrey'
self.Plotting_GridStyle = ":"

self.Plotting_ImageColorMap = "tab20"
self.Plotting_MarkColorMap = "Dark2"
self.Plotting_MarkFace = "black"
self.Plotting_MarkLineWidth = 2.0
self.Plotting_MarkAlpha = 1.0

self.Plotting_ReticleTableColor = self.Plotting_WaferColor
self.Plotting_LensColor = self.Plotting_WaferEdgeColor
self.Plotting_BGOutlineColor = 'darkgrey' # unused
Expand All @@ -80,9 +87,9 @@ def LoadDefaultValues(self):


## Cell Structure:
self.ROUND_EDGE_CLEARANCE = 5.0
self.FLAT_EDGE_CLEARANCE = 5.0
self.EDGE_EXCLUSION = 3.0
self.ROUND_EDGE_CLEARANCE = 2.0
self.FLAT_EDGE_CLEARANCE = 2.0
self.EDGE_EXCLUSION = 2.0
self.NUMBER_DIES = [1, 1] # number of Die per Cell
self.MIN_NUMBER_DIES = 1
self.CELL_SIZE = [10, 10] #mm
Expand Down

0 comments on commit 96bd513

Please sign in to comment.