s18leoare / waferplot-js

HTML application to plot wafer data

Home Page:http://franko.github.io/waferplot-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waferplot-js

An HTML application using the three.js library to create a 3D or a flat contour plot of measurements made across a wafer.

You can use the application from franko.github.io/waferplot-js.

Here a screenshot to illustrate how the plot looks like: Screenshot of Waferplot-js 3D plot

It works by loading a measurement file in CSV format and plot any of the parameters versus the X and Ys. It is also possible to directly copy and paste your data in the application (does not work on Microsoft Edge).

In addition to plain csv in tabular form the application is able to load directly data coming from some well-known ellipsometers and reflectometers for the semiconductor industry.

The application uses the Thin Plate Spline algorithm as described in the Jarno Elonen's excellent article Thin Plate Spline editor - an example program in C++.

About

HTML application to plot wafer data

http://franko.github.io/waferplot-js/

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.7%Language:HTML 0.2%Language:CSS 0.1%