Open demisjohn opened 4 years ago
Example 02 may actually fail on ASML conversion due to multiple identical images being instanced into the same cell.
Image.distribute()
should run this validation automatically, and optionally add a new duplicate Image if duplicate CellCR
is found.
Also check if shiftXY
is beyond Cell boundary. Need to know which Cell edges ASML GUI includes/excludes.
If Image is distributed off wafer add option for fail=False
- so loops can continue and just not distribute images that are completely off the wafer.
Three different checks:
fail=False
to continue anyway, even though job won't convert.fail=False
option.Limits for (2), ShiftXY outside Cell:
Image-to-cell shift: 50% cell < Image-to-cell-shift <= 50% cell size Both X & Y
Software won't allow the same image to distributed twice in a single CellCR. Should warn user if a previously-defined CellCR distribution is being overwritten (I assume ASML s/w will just take the most recent definition, or possibly give an error during conversion/import).