Closed demisjohn closed 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.
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.
Mark.Image.ImageSize[X,Y]
mpl.patch.Rectangle
Implemented in f39fe2c259b1900226ec164cf9148d9d71cf69c9
use
Alignment marks have waferXY positions, but don't have
Image.distributions
.Get the box size from
Mark.Image.ImageSize[X,Y]
, for plotting eachmpl.patch.Rectangle
, add to the Image plotting loop but with different coordinates.