uia4w / uia-wafermap

Shot & Wafer map for semiconductor
Apache License 2.0
48 stars 25 forks source link

Hello, can you generate a wafer diagram of any shape defect? Can the bottom rectangle pattern be removed when saving the police officer map #2

Closed ghost closed 2 years ago

ghost commented 3 years ago

Hello, can you generate a wafer diagram of any shape defect? Can the bottom rectangle pattern be removed when saving the police officer map

gazer2kanlin commented 3 years ago

Detail refer to the README file and sample2.js

  1. A new helper method named diePalette(function) which can customize color depending on the grade of dies. You can just draw 'failed' dies.
  2. Default the dies grid will not be drawn.
  3. Use helper method visibility(id, state) to change visibility of some elements.
gazer2kanlin commented 2 years ago
  1. disable circle or rectangle
    var shotmap = uia.shotmap('wafer2')
        .circleBackground(false)
        .dieRect(false)
  2. right click to save to an image, support full map, zoom in/out