-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
26 lines (16 loc) · 938 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
----------------------------------------------------------------------
PRE-REQUISITES:
MUST RUN 'pip install -r requirements.txt' in the cmd prompt before running this python script.
Note: You can list all installed packages and store them in a requirements file by running:
'pip freeze > requirements.txt'
----------------------------------------------------------------------
ABOUT:
FIXES incorrect x-y locations in selected Labview/Labjack output files
from Wafer-4 given MANUALLY FIXED wafer_vctrl_sweep.csv file as input.
Data must be in the following format in the manually fixed vctrl_sweep file:
... | Y | X | Y(Real) | X(Real) | ...
----------------------------------------------------------------------
NOTES:
MAKE SURE TO READ PROMPTS IN THE CMD as the Python script is running.
Files MUST BE SELECTED IN THE PROPER ORDER for the script to work.
----------------------------------------------------------------------