https://github.com/franko/waferplot-js
HTML application to plot wafer data
https://github.com/franko/waferplot-js
3d-plot csv html-application measurements
Last synced: 3 months ago
JSON representation
HTML application to plot wafer data
- Host: GitHub
- URL: https://github.com/franko/waferplot-js
- Owner: franko
- License: gpl-3.0
- Created: 2015-11-03T22:09:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T21:13:39.000Z (about 7 years ago)
- Last Synced: 2025-05-15T10:39:57.479Z (5 months ago)
- Topics: 3d-plot, csv, html-application, measurements
- Language: JavaScript
- Homepage: http://franko.github.io/waferplot-js/
- Size: 1.05 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waferplot-js
An HTML application using the [three.js](http://threejs.org/) 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](http://franko.github.io/waferplot-js/).
Here a screenshot to illustrate how the plot looks like:
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++](http://elonen.iki.fi/code/tpsdemo/index.html).