demisjohn / ASML_JobCreator

Generate ASCII Job files for an ASML PAS 5500 Stepper Lithography system, by the UCSB Nanofabrication Facility.
16 stars 4 forks source link

plot_wafer/reticle(): outline the shapes #22

Closed demisjohn closed 4 years ago

demisjohn commented 4 years ago

Images need an outline, currently can't tell if Images are overlapping.

Also try transparency (eg. alpha=0.8 or so).

Can't tell that this is actually 5 overlapping images:

plot_wafer - no image outlines
demisjohn commented 4 years ago

Possibly also increase hatch density, since current dots obscure Image info.

See hatch options: https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.patches.Patch.html#matplotlib.patches.Patch.set_hatch

demisjohn commented 4 years ago

Implemented both (outlines and hatch density, for uniform wafer color) somewhere leading up to f39fe2c259b1900226ec164cf9148d9d71cf69c9

Options to change all of these are now in Defaults.py.