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: include alignment marks #23

Closed demisjohn closed 4 years ago

demisjohn commented 4 years ago

use

if MyJob.Alignment: 
   for m in MyJob.Alignment.MarkList:  stuff

Alignment marks have waferXY positions, but don't have Image.distributions.

Get the box size from Mark.Image.ImageSize[X,Y], for plotting each mpl.patch.Rectangle, add to the Image plotting loop but with different coordinates.

demisjohn commented 4 years ago

Implemented in f39fe2c259b1900226ec164cf9148d9d71cf69c9