-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingdata-validationrelated to validating user data, to prevent conversion errors, or warn users about unexpected resultrelated to validating user data, to prevent conversion errors, or warn users about unexpected result
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdata-validationrelated to validating user data, to prevent conversion errors, or warn users about unexpected resultrelated to validating user data, to prevent conversion errors, or warn users about unexpected result