Python Code Snippets
Gaussian fitting
Code to fit input 1D data with a Gaussian function. [dependency] - numpy - scipy
Region histogram
Compute and plot the region histogram. [dependency] - numpy - matplotlib - pspylib
Wafer Zero Scan SmartRemote Code
Wafer Zero Scan code used in the Quality Assurance Automation Tool
N-dimension flatten
Flatten the TIFF image data using a n-order Legendre polynomial function. [dependency] - numpy - …
One dimension flatten
Flatten the TIFF image data using a first-order polynomial function. [dependency] - numpy - pspylib …
Reading and writing TIFF files
[read] This code reads a TIFF file using pspylib and converts it into a dictionary. …