Skip to content
Snippets Groups Projects
Commit 1f8ee792 authored by Hans Kirschner's avatar Hans Kirschner
Browse files

main.py zufügen - nur für Pycharm nützlich

parent 4a05e1fd
No related branches found
No related tags found
No related merge requests found
from reflectance_processor import ReflectanceProcessor
### SiGe35 ###
# processor = ReflectanceProcessor("25", "Feb", "110225", "kla", 18, 18, 19, 17, 20)
# processor = ReflectanceProcessor("25", "Feb", "050225", "kla", 44, 44, 45, 46, 43)
# processor = ReflectanceProcessor("25", "Feb", "050225", "kla", 17, 17, 18, 19, 16)
# processor = ReflectanceProcessor("25", "Feb", "050225", "kla", 40, 40, 41, 42, 39)
### TiN ###
# processor = ReflectanceProcessor("24", "Aug", "140824", "kla", 31, 31, 83, 81, 85)
# processor = ReflectanceProcessor("24", "Aug", "200824", "kla", 48, 48, 49, 47, 50)
# processor = ReflectanceProcessor("24", "Aug", "140824", "kla", 31, 31, 47, 45, 49)
# processor = ReflectanceProcessor("24", "Aug", "210824", "kla", 35, 37, 36, 34, 38)
# processor = ReflectanceProcessor("24", "Aug", "140824", "kla", 31, 31, 30, 28, 32)
# processor = ReflectanceProcessor("24", "Aug", "210824", "kla", 16, 18, 17, 15, 19)
# processor = ReflectanceProcessor("24", "Aug", "190824", "kla", 31, 33, 32, 30, 34)
# processor = ReflectanceProcessor("24", "Aug", "190824", "kla", 31, 33, 32, 30, 34)
# wavelen, theta, refl_diode, refl, ref_before, ref_after, mean_dc_detect, mean_dc_diode = processor.compute_reflectance()
processor = ReflectanceProcessor("24", "Aug", "140824", "kla", 31, 31, 83, 81, 85)
# processor = ReflectanceProcessor("25", "Apr", "040425", "kla", 25, 25, 26, 24, 27)
wavelen, theta, refl_diode, ref_before, ref_after, uncert_rel, uncert_abs = processor.compute_reflectance()
print(refl_diode)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment