You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cell2Wafer() and Wafer2Cell() added to Cell class in c1f1003 .
Tested that they work, but need testing against ASML GUI that they are inclusive/exclusive of the correct Cell edges.
demisjohn
changed the title
Utility functions
Cell class: Utility functions
May 15, 2020
I think this code to convert from wafer coordinates to cell coordinates works, but Ive only tested it on my marks which are clustered about East and West.
I modified this on my fork (pull request imminent), and I have been using it to check if cells have alignment marks in them. Everything has worked so far, but I have not done very thorough testing.
Add some utility functions, such as:
convert_cellCR_to_WaferXY( cellCR=[C,R], shiftXY=[X,Y] )
- convert Col/Row and Shift into X/Y Wafer Coordinates.Check_Valid_CellCR( cellCR=[C,R] )
- return True|False if the given CellCR is on-wafer.Get_Valid_CellCR()
- return all valid Col/Rows that fit on the wafer.The text was updated successfully, but these errors were encountered: