I found that the JobCreator script will allow you to put an Alignment mark at a coordinate outside the valid wafer exposure area (eg. in the EdgeClearance region),
will also convert successfully on the machine with no apparent warnings,
BUT the binary job then acts buggy when trying to work with those invalid AlMks in the Job Definition. Presumably it would fail during exposure/usage.
When setting an Alignment mark coordinate, should check that all 4 of it's corners (using Image library) are inside the valid exposure area of the wafer.
Once Issue #36 is resolved, use that function is_ValidCoord(...) to perform the check.
I found that the JobCreator script will allow you to put an Alignment mark at a coordinate outside the valid wafer exposure area (eg. in the EdgeClearance region),
will also convert successfully on the machine with no apparent warnings,
BUT the binary job then acts buggy when trying to work with those invalid AlMks in the Job Definition. Presumably it would fail during exposure/usage.
When setting an Alignment mark coordinate, should check that all 4 of it's corners (using Image library) are inside the valid exposure area of the wafer.
Once Issue #36 is resolved, use that function
is_ValidCoord(...)to perform the check.