Graphics Script Provides Quick Classification Continued...Old program The author discovered Origin v 5.0, which is a Windows-based data analysis and technical graphics software package from Microcal Software, Inc., located in Northampton, Massachusetts. This software package provides several crucial advantages that make it ideally suited for this application. Origin utilizes an extremely powerful programming language, called LabTalk that provides access to virtually every function in the program. It provides a wide range of graphing capabilities, allowing the user to adjust virtually any parameter of the graph simply by clicking on it with a mouse. Finally, Origin provides a wide range of statistical capabilities. Script operation
Next, the script asks for the number of color bins which must be a multiple of fourteen (the number of colors used). If a non-multiple of fourteen is entered, the script corrects this to the next larger number that is a multiple of fourteen. After asking if a standard (blue-to-red) rainbow or a reverse rainbow (red-to-blue) plot is wanted, the color version of the histogram is calculated and plotted. The script then asks for the sample identification and type of measurement which are printed as a label on the histogram along with the mean, standard deviation, number of values within the chosen range, total number of values input, and the date the plot is made. The script next asks for the size of the area to be plotted. For a plot of 7,000 measurements on a two-inch wafer or 17,000 measurements on a three-inch diameter wafer, a value of "3" works well. For 20,000 measurements on a 100 mm wafer and 16,000 measurements on a 150 mm wafer, a value of "4" is better. The last entry is the wafer diameter in millimeters. |