├── .gitattributes ├── .gitignore ├── README.md ├── hardware ├── BOM.txt ├── Setup.SLDASM ├── custom parts │ ├── Iron_board_probe_station.DXF │ ├── Si_wafer.SLDPRT │ ├── Wafer chuck.SLDPRT │ ├── Wafer chuck.STL │ ├── XYZ_to_rotation_adapter.SLDPRT │ ├── XYZ_to_rotation_adapter.STL │ ├── fiber holder adaptor.SLDPRT │ ├── fiber holder adaptor.STL │ ├── iron board for electrical probing.SLDPRT │ ├── rotation stage adaptor.SLDPRT │ └── rotation stage adaptor.STL └── purchased components │ ├── 462-XYZ-M.sldprt │ ├── 9021-M.SLDPRT │ ├── B3648F-Solidworks.sldprt │ ├── GN2- no base.SLDPRT │ ├── GN2-Solidworks.sldprt │ ├── HFA001-Solidworks.sldprt │ ├── HFV002-Solidworks.sldprt │ ├── HR-1.SLDPRT │ ├── M-406.62S.SLDPRT │ ├── MB618-Solidworks.sldprt │ ├── Magnetic board for electrical probing.PDF │ ├── Magnetic board for electrical probing.SLDDRW │ ├── PR01 + adaptor.SLDASM │ ├── PR01 + adaptor.SLDPRT │ ├── PR01-Solidworks.sldprt │ ├── PR01A-Solidworks.sldprt │ ├── RP03-Solidworks.sldprt │ └── RS6-Solidworks.sldprt ├── imgs ├── PICtester_rendering_20190128.JPG └── lab_photo.JPG └── software ├── PUMA_gui.py ├── imgs ├── down-arrow.png ├── left-arrow.png ├── right-arrow.png └── up-arrow.png ├── pic_tester_lib.py └── pyluna.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/README.md -------------------------------------------------------------------------------- /hardware/BOM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/BOM.txt -------------------------------------------------------------------------------- /hardware/Setup.SLDASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/Setup.SLDASM -------------------------------------------------------------------------------- /hardware/custom parts/Iron_board_probe_station.DXF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/Iron_board_probe_station.DXF -------------------------------------------------------------------------------- /hardware/custom parts/Si_wafer.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/Si_wafer.SLDPRT -------------------------------------------------------------------------------- /hardware/custom parts/Wafer chuck.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/Wafer chuck.SLDPRT -------------------------------------------------------------------------------- /hardware/custom parts/Wafer chuck.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/Wafer chuck.STL -------------------------------------------------------------------------------- /hardware/custom parts/XYZ_to_rotation_adapter.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/XYZ_to_rotation_adapter.SLDPRT -------------------------------------------------------------------------------- /hardware/custom parts/XYZ_to_rotation_adapter.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/XYZ_to_rotation_adapter.STL -------------------------------------------------------------------------------- /hardware/custom parts/fiber holder adaptor.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/fiber holder adaptor.SLDPRT -------------------------------------------------------------------------------- /hardware/custom parts/fiber holder adaptor.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/fiber holder adaptor.STL -------------------------------------------------------------------------------- /hardware/custom parts/iron board for electrical probing.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/iron board for electrical probing.SLDPRT -------------------------------------------------------------------------------- /hardware/custom parts/rotation stage adaptor.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/rotation stage adaptor.SLDPRT -------------------------------------------------------------------------------- /hardware/custom parts/rotation stage adaptor.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/custom parts/rotation stage adaptor.STL -------------------------------------------------------------------------------- /hardware/purchased components/462-XYZ-M.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/462-XYZ-M.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/9021-M.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/9021-M.SLDPRT -------------------------------------------------------------------------------- /hardware/purchased components/B3648F-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/B3648F-Solidworks.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/GN2- no base.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/GN2- no base.SLDPRT -------------------------------------------------------------------------------- /hardware/purchased components/GN2-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/GN2-Solidworks.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/HFA001-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/HFA001-Solidworks.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/HFV002-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/HFV002-Solidworks.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/HR-1.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/HR-1.SLDPRT -------------------------------------------------------------------------------- /hardware/purchased components/M-406.62S.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/M-406.62S.SLDPRT -------------------------------------------------------------------------------- /hardware/purchased components/MB618-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/MB618-Solidworks.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/Magnetic board for electrical probing.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/Magnetic board for electrical probing.PDF -------------------------------------------------------------------------------- /hardware/purchased components/Magnetic board for electrical probing.SLDDRW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/Magnetic board for electrical probing.SLDDRW -------------------------------------------------------------------------------- /hardware/purchased components/PR01 + adaptor.SLDASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/PR01 + adaptor.SLDASM -------------------------------------------------------------------------------- /hardware/purchased components/PR01 + adaptor.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/PR01 + adaptor.SLDPRT -------------------------------------------------------------------------------- /hardware/purchased components/PR01-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/PR01-Solidworks.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/PR01A-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/PR01A-Solidworks.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/RP03-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/RP03-Solidworks.sldprt -------------------------------------------------------------------------------- /hardware/purchased components/RS6-Solidworks.sldprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/hardware/purchased components/RS6-Solidworks.sldprt -------------------------------------------------------------------------------- /imgs/PICtester_rendering_20190128.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/imgs/PICtester_rendering_20190128.JPG -------------------------------------------------------------------------------- /imgs/lab_photo.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/imgs/lab_photo.JPG -------------------------------------------------------------------------------- /software/PUMA_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/software/PUMA_gui.py -------------------------------------------------------------------------------- /software/imgs/down-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/software/imgs/down-arrow.png -------------------------------------------------------------------------------- /software/imgs/left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/software/imgs/left-arrow.png -------------------------------------------------------------------------------- /software/imgs/right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/software/imgs/right-arrow.png -------------------------------------------------------------------------------- /software/imgs/up-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/software/imgs/up-arrow.png -------------------------------------------------------------------------------- /software/pic_tester_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/software/pic_tester_lib.py -------------------------------------------------------------------------------- /software/pyluna.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DerekK44/PIC_WaferProbeSystem/HEAD/software/pyluna.py --------------------------------------------------------------------------------