Skip to content

Commit 1df3e78

Browse files
authored
Edits published
1 parent bba22a1 commit 1df3e78

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
# Eigenvector Metal Etch Data Parser - Python
66

7-
The Eigenvector Etch Data Parse is developed to read Matlab data files. The parse reads each file and converts the calibration data (sensor data) and test data (sensor data) into a single DataFrame. The parse introduced an additional field in the data 'fault_name', which helps the user identify the normal/calibration wafers and test wafers(with defects). We tested the parser in Python3 environments only; if you are looking for Python2 compatibility, please test and create a bug/pull request as applicable. The source code is released under Apache 2.0 license and is available at https://github.com/jaganadhg/egvsemicon.
7+
The Eigenvector Etch Data Parser is developed to read Matlab data files published by Eigenvector[1]. The data is from a LAM 9600 Metal Etching Machine and was collected in 1995's. The data is available as three individual .mat files MACHINE_Data.mat, OES_DATA.mat, and RFM_DATA.mat. The parser reads each file and converts the calibration data (sensor data) and test data (sensor data) into a single DataFrame. The parser introduced an additional field in the data 'fault_name', which helps the user identify the normal/calibration wafers and test wafers(with defects). We tested the parser in Python3 environments only; if you are looking for Python2 compatibility, please test and create a bug/pull request as applicable. The source code is released under Apache 2.0 license and is available at https://github.com/jaganadhg/egvsemicon.
8+
9+
A detailed note on the data and usage of the parser is available at https://github.com/jaganadhg/egvsemicon/blob/main/EGV_Data_exploreer.ipynb.
10+
11+
[1] https://eigenvector.com/resources/data-sets/
12+
[2] https://github.com/jaganadhg/egvsemicon/blob/main/EGV_Data_exploreer.ipynb
813

914
# Cite as
1015
[1]Jaganadh Gopinadhan, “Eigenvector Metal Etch Data Parser - Python”. Zenodo, Jan. 29, 2022. doi: 10.5281/zenodo.5919197.

0 commit comments

Comments
 (0)