PyOptik 1.9.8__0-py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. PyOptik/__init__.py +15 -0
  2. PyOptik/__main__.py +7 -0
  3. PyOptik/_version.py +16 -0
  4. PyOptik/data/__init__.py +0 -0
  5. PyOptik/data/sellmeier/BAK1.yml +60 -0
  6. PyOptik/data/sellmeier/BK7.yml +60 -0
  7. PyOptik/data/sellmeier/SF5.yml +54 -0
  8. PyOptik/data/sellmeier/ZBLAN.yml +10 -0
  9. PyOptik/data/sellmeier/air.yml +15 -0
  10. PyOptik/data/sellmeier/argon.yml +14 -0
  11. PyOptik/data/sellmeier/crown.yml +58 -0
  12. PyOptik/data/sellmeier/flint.yml +57 -0
  13. PyOptik/data/sellmeier/fused_silica.yml +15 -0
  14. PyOptik/data/sellmeier/germanium.yml +10 -0
  15. PyOptik/data/sellmeier/lithium_niobate.yml +10 -0
  16. PyOptik/data/sellmeier/polystyren.yml +14 -0
  17. PyOptik/data/sellmeier/silicon.yml +10 -0
  18. PyOptik/data/sellmeier/soda_lime_glass.yml +118 -0
  19. PyOptik/data/sellmeier/water.yml +14 -0
  20. PyOptik/data/tabulated/aluminium.yml +215 -0
  21. PyOptik/data/tabulated/calcium.yml +72 -0
  22. PyOptik/data/tabulated/copper.yml +58 -0
  23. PyOptik/data/tabulated/gold.yml +58 -0
  24. PyOptik/data/tabulated/iron.yml +58 -0
  25. PyOptik/data/tabulated/nickel.yml +58 -0
  26. PyOptik/data/tabulated/silver.yml +58 -0
  27. PyOptik/data/tabulated/sodium.yml +34 -0
  28. PyOptik/data/tabulated/zinc.yml +162 -0
  29. PyOptik/directories.py +44 -0
  30. PyOptik/libraries/__init__.py +0 -0
  31. PyOptik/libraries/classics.yml +28 -0
  32. PyOptik/libraries/dielectrics.yml +20 -0
  33. PyOptik/libraries/metals.yml +20 -0
  34. PyOptik/libraries/minimal.yml +9 -0
  35. PyOptik/libraries/organics.yml +11 -0
  36. PyOptik/libraries/others.yml +4 -0
  37. PyOptik/libraries/polymers.yml +8 -0
  38. PyOptik/material/__init__.py +3 -0
  39. PyOptik/material/base_class.py +90 -0
  40. PyOptik/material/sellmeier_class.py +198 -0
  41. PyOptik/material/tabulated_class.py +180 -0
  42. PyOptik/material_bank.py +466 -0
  43. PyOptik/material_type.py +9 -0
  44. PyOptik/units.py +56 -0
  45. PyOptik/utils.py +46 -0
  46. PyOptik-1.9.8.0.dist-info/LICENSE +21 -0
  47. PyOptik-1.9.8.0.dist-info/METADATA +295 -0
  48. PyOptik-1.9.8.0.dist-info/RECORD +50 -0
  49. PyOptik-1.9.8.0.dist-info/WHEEL +5 -0
  50. PyOptik-1.9.8.0.dist-info/top_level.txt +1 -0
PyOptik/__init__.py ADDED
@@ -0,0 +1,15 @@
1
+ try:
2
+ from ._version import version as __version__ # noqa: F401
3
+
4
+ except ImportError:
5
+ __version__ = "0.0.0"
6
+
7
+
8
+ from .material_bank import MaterialBank
9
+ from .material_type import MaterialType
10
+
11
+ from .material import TabulatedMaterial
12
+ from .material import SellmeierMaterial
13
+ from .material import base_class
14
+
15
+ Material = MaterialBank # For retro-compatiibility
PyOptik/__main__.py ADDED
@@ -0,0 +1,7 @@
1
+ from PyOptik import MaterialBank
2
+ import logging
3
+
4
+
5
+ if __name__ == '__main__':
6
+ logging.info('Building material library')
7
+ MaterialBank.build_library('classics')
PyOptik/_version.py ADDED
@@ -0,0 +1,16 @@
1
+ # file generated by setuptools_scm
2
+ # don't change, don't track in version control
3
+ TYPE_CHECKING = False
4
+ if TYPE_CHECKING:
5
+ from typing import Tuple, Union
6
+ VERSION_TUPLE = Tuple[Union[int, str], ...]
7
+ else:
8
+ VERSION_TUPLE = object
9
+
10
+ version: str
11
+ __version__: str
12
+ __version_tuple__: VERSION_TUPLE
13
+ version_tuple: VERSION_TUPLE
14
+
15
+ __version__ = version = '1.9.8.0'
16
+ __version_tuple__ = version_tuple = (1, 9, 8, 0)
File without changes
@@ -0,0 +1,60 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "<a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf\">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href=\"http://www.schott.com/advanced_optics/english/download/\">http://www.schott.com</a>)<br>See also <a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf\">SCHOTT glass data sheets</a>"
6
+ COMMENTS: " "
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 0.3 2.5
10
+ coefficients: 0 1.12365662 0.00644742752 0.309276848 0.0222284402 0.881511957 107.297751
11
+ - type: tabulated k
12
+ data: |
13
+ 0.300 2.5394E-06
14
+ 0.310 1.2215E-06
15
+ 0.320 5.7257E-07
16
+ 0.334 2.1098E-07
17
+ 0.350 8.0850E-08
18
+ 0.365 3.6587E-08
19
+ 0.370 2.7405E-08
20
+ 0.380 2.0740E-08
21
+ 0.390 1.4987E-08
22
+ 0.400 1.2796E-08
23
+ 0.405 1.2956E-08
24
+ 0.420 1.3436E-08
25
+ 0.436 1.5351E-08
26
+ 0.460 1.4716E-08
27
+ 0.500 1.2784E-08
28
+ 0.546 8.7117E-09
29
+ 0.580 9.2541E-09
30
+ 0.620 9.8924E-09
31
+ 0.660 1.0531E-08
32
+ 0.700 6.6946E-09
33
+ 1.060 1.3523E-08
34
+ 1.530 6.8664E-08
35
+ 1.970 6.3982E-07
36
+ 2.325 2.4209E-06
37
+ 2.500 4.2801E-06
38
+ SPECS:
39
+ n_is_absolute: false
40
+ wavelength_is_vacuum: false
41
+ temperature: 20.0 °C
42
+ thermal_dispersion:
43
+ - type: "Schott formula"
44
+ coefficients: 1.86e-07 1.29e-08 -1.87e-11 5.25e-07 5.46e-10 0.182
45
+ nd: 1.5725
46
+ Vd: 57.55
47
+ glass_code: 573576.319
48
+ glass_status: standard
49
+ density: 3.19 g/cm<sup>3</sup>
50
+ thermal_expansion:
51
+ - temperature_range: -30 70 °C
52
+ coefficient: 7.6e-06 K<sup>-1</sup>
53
+ - temperature_range: 20 300 °C
54
+ coefficient: 8.6e-06 K<sup>-1</sup>
55
+ dPgF: 0.0002
56
+ climatic_resistance: 2.0
57
+ stain_resistance: 1.0
58
+ acid_resistance: 3.3
59
+ alkali_resistance: 1.2
60
+ phosphate_resistance: 2.0
@@ -0,0 +1,60 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "<a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf\">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href=\"http://www.schott.com/advanced_optics/english/download/\">http://www.schott.com</a>)<br>See also <a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf\">SCHOTT glass data sheets</a>"
6
+ COMMENTS: "step 0.5 available"
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 0.3 2.5
10
+ coefficients: 0 1.03961212 0.00600069867 0.231792344 0.0200179144 1.01046945 103.560653
11
+ - type: tabulated k
12
+ data: |
13
+ 0.300 2.8607E-06
14
+ 0.310 1.3679E-06
15
+ 0.320 6.6608E-07
16
+ 0.334 2.6415E-07
17
+ 0.350 9.2894E-08
18
+ 0.365 3.4191E-08
19
+ 0.370 2.7405E-08
20
+ 0.380 2.0740E-08
21
+ 0.390 1.3731E-08
22
+ 0.400 1.0227E-08
23
+ 0.405 9.0558E-09
24
+ 0.420 9.3912E-09
25
+ 0.436 1.1147E-08
26
+ 0.460 1.0286E-08
27
+ 0.500 9.5781E-09
28
+ 0.546 6.9658E-09
29
+ 0.580 9.2541E-09
30
+ 0.620 1.1877E-08
31
+ 0.660 1.2643E-08
32
+ 0.700 8.9305E-09
33
+ 1.060 1.0137E-08
34
+ 1.530 9.8390E-08
35
+ 1.970 1.0933E-06
36
+ 2.325 4.2911E-06
37
+ 2.500 8.1300E-06
38
+ SPECS:
39
+ n_is_absolute: false
40
+ wavelength_is_vacuum: false
41
+ temperature: 20.0 °C
42
+ thermal_dispersion:
43
+ - type: "Schott formula"
44
+ coefficients: 1.86e-06 1.31e-08 -1.37e-11 4.34e-07 6.27e-10 0.17
45
+ nd: 1.5168
46
+ Vd: 64.17
47
+ glass_code: 517642.251
48
+ glass_status: standard
49
+ density: 2.51 g/cm<sup>3</sup>
50
+ thermal_expansion:
51
+ - temperature_range: -30 70 °C
52
+ coefficient: 7.1e-06 K<sup>-1</sup>
53
+ - temperature_range: 20 300 °C
54
+ coefficient: 8.3e-06 K<sup>-1</sup>
55
+ dPgF: -0.0009
56
+ climatic_resistance: 1.0
57
+ stain_resistance: 0.0
58
+ acid_resistance: 1.0
59
+ alkali_resistance: 2.3
60
+ phosphate_resistance: 2.3
@@ -0,0 +1,54 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "<a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf\">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href=\"http://www.schott.com/advanced_optics/english/download/\">http://www.schott.com</a>)<br>See also <a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf\">SCHOTT glass data sheets</a>"
6
+ COMMENTS: "step 0.5 available "
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 0.37 2.5
10
+ coefficients: 0 1.52481889 0.011254756 0.187085527 0.0588995392 1.42729015 129.141675
11
+ - type: tabulated k
12
+ data: |
13
+ 0.370 3.7910E-06
14
+ 0.380 1.3410E-06
15
+ 0.390 5.9344E-07
16
+ 0.400 3.1635E-07
17
+ 0.405 2.4021E-07
18
+ 0.420 1.2608E-07
19
+ 0.436 9.3274E-08
20
+ 0.460 6.5886E-08
21
+ 0.500 3.8663E-08
22
+ 0.546 2.0982E-08
23
+ 0.580 1.6691E-08
24
+ 0.620 2.3825E-08
25
+ 0.660 2.7490E-08
26
+ 0.700 2.4646E-08
27
+ 1.060 2.0305E-08
28
+ 1.530 1.2330E-07
29
+ 1.970 8.0161E-07
30
+ 2.325 3.4194E-06
31
+ 2.500 5.5159E-06
32
+ SPECS:
33
+ n_is_absolute: false
34
+ wavelength_is_vacuum: false
35
+ temperature: 20.0 °C
36
+ thermal_dispersion:
37
+ - type: "Schott formula"
38
+ coefficients: -2.51e-07 1.07e-08 -2.4e-11 7.85e-07 1.15e-09 0.278
39
+ nd: 1.67271
40
+ Vd: 32.25
41
+ glass_code: 673323.286
42
+ glass_status: standard
43
+ density: 2.858 g/cm<sup>3</sup>
44
+ thermal_expansion:
45
+ - temperature_range: -30 70 °C
46
+ coefficient: 7.94e-06 K<sup>-1</sup>
47
+ - temperature_range: 20 300 °C
48
+ coefficient: 9.21e-06 K<sup>-1</sup>
49
+ dPgF: 0.0088
50
+ climatic_resistance: 1.0
51
+ stain_resistance: 0.0
52
+ acid_resistance: 1.0
53
+ alkali_resistance: 1.0
54
+ phosphate_resistance: 1.0
@@ -0,0 +1,10 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "F. Gan. Optical properties of fluoride glasses: a review. <a href=\"https://doi.org/10.1016/0022-3093(94)00592-3\"><i>J. Non-Cryst. Solids</i> <b>184</b>, 9–20 (1995)</a>"
6
+ COMMENTS: "Room temperature."
7
+ DATA:
8
+ - type: formula 1
9
+ wavelength_range: 0.365 3.50
10
+ coefficients: 0 1.22514 0.08969 1.52898 21.3825
@@ -0,0 +1,15 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "P. E. Ciddor. Refractive index of air: new equations for the visible and near infrared, <a href=\"https://doi.org/10.1364/AO.35.001566\"><i>Appl. Optics</i> <b>35</b>, 1566-1573 (1996)</a><br>[<a href=\"https://github.com/polyanskiy/refractiveindex.info-scripts/blob/master/scripts/Ciddor%201996%20-%20air.py\">Calculation script (Python)</a> - can be used to calculate the refractive index of air for specific values of humidity, temperature, pressure, and CO<sub>2</sub> concentration]"
6
+ COMMENTS: "Standard air: dry air at 15 °C, 101.325 kPa and with 450 ppm CO<sub>2</sub> content."
7
+ DATA:
8
+ - type: formula 6
9
+ wavelength_range: 0.23 1.690
10
+ coefficients: 0 0.05792105 238.0185 0.00167917 57.362
11
+ SPECS:
12
+ n_is_absolute: true
13
+ wavelength_is_vacuum: true
14
+ temperature: 15 °C
15
+ pressure: 101325 Pa
@@ -0,0 +1,14 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "1) A. Bideau-Mehu, Y. Guern, R. Abjean, A. Johannin-Gilles. Measurement of refractive indices of neon, argon, krypton and xenon in the 253.7-140.4 nm wavelength range. Dispersion relations and estimated oscillator strengths of the resonance lines. <a href=\"https://doi.org/10.1016/0022-4073(81)90057-1\"><i>J. Quant. Spectrosc. Rad. Transfer</i> <b>25</b>, 395-402 (1981)</a><br><br>2) T. Larsén. Beitrag zur Dispersion der Edelgase. <a href=\"https://doi.org/10.1007/BF01343498\"><i>Z. Physik</i> <b>88</b>, 389-394 (1934)</a><br><br><sup>*</sup> Sellmeier formula is derived by the authors of ref. 1 using their own data in the 0.1404-0.2537 μm range combined with data from ref. 2 at longer wavelengths."
6
+ COMMENTS: "Standard conditions. 0 °C, 760 torr (101.325 kPa)."
7
+ DATA:
8
+ - type: formula 6
9
+ wavelength_range: 0.1404 0.5677
10
+ coefficients: 0 2.50141e-3 91.012 5.00283e-4 87.892 5.22343e-2 214.02
11
+ SPECS:
12
+ n_is_absolute: true
13
+ temperature: 0 °C
14
+ pressure: 101325 Pa
@@ -0,0 +1,58 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "<a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf\">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href=\"http://www.schott.com/advanced_optics/english/download/\">http://www.schott.com</a>)<br>See also <a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf\">SCHOTT glass data sheets</a>"
6
+ COMMENTS: " "
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 0.31 2.5
10
+ coefficients: 0 1.1273555 0.00720341707 0.124412303 0.0269835916 0.827100531 100.384588
11
+ - type: tabulated k
12
+ data: |
13
+ 0.310 2.2721E-06
14
+ 0.320 8.8363E-07
15
+ 0.334 2.6415E-07
16
+ 0.350 6.8934E-08
17
+ 0.365 3.4191E-08
18
+ 0.370 2.8611E-08
19
+ 0.380 2.0740E-08
20
+ 0.390 1.4987E-08
21
+ 0.400 1.2796E-08
22
+ 0.405 1.2956E-08
23
+ 0.420 1.3436E-08
24
+ 0.436 1.3948E-08
25
+ 0.460 1.4716E-08
26
+ 0.500 1.1180E-08
27
+ 0.546 1.0459E-08
28
+ 0.580 1.1111E-08
29
+ 0.620 9.8924E-09
30
+ 0.660 1.0531E-08
31
+ 0.700 8.9305E-09
32
+ 1.060 2.0305E-08
33
+ 1.530 9.8390E-08
34
+ 1.970 1.4781E-06
35
+ 2.325 5.1298E-06
36
+ 2.500 8.5849E-06
37
+ SPECS:
38
+ n_is_absolute: false
39
+ wavelength_is_vacuum: false
40
+ temperature: 20.0 °C
41
+ thermal_dispersion:
42
+ - type: "Schott formula"
43
+ coefficients: -1.67e-06 8.8e-09 -2.86e-11 5.42e-07 7.81e-10 0.172
44
+ nd: 1.51112
45
+ Vd: 60.41
46
+ glass_code: 511604.253
47
+ glass_status: standard
48
+ density: 2.53 g/cm<sup>3</sup>
49
+ thermal_expansion:
50
+ - temperature_range: -30 70 °C
51
+ coefficient: 8.4e-06 K<sup>-1</sup>
52
+ - temperature_range: 20 300 °C
53
+ coefficient: 9.7e-06 K<sup>-1</sup>
54
+ climatic_resistance: 3.0
55
+ stain_resistance: 0.0
56
+ acid_resistance: 2.0
57
+ alkali_resistance: 1.0
58
+ phosphate_resistance: 2.3
@@ -0,0 +1,57 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "<a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf\">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href=\"http://www.schott.com/advanced_optics/english/download/\">http://www.schott.com</a>)<br>See also <a href=\"http://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf\">SCHOTT glass data sheets</a>"
6
+ COMMENTS: "lead containing glass type "
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 0.32 2.5
10
+ coefficients: 0 1.34533359 0.00997743871 0.209073176 0.0470450767 0.937357162 111.886764
11
+ - type: tabulated k
12
+ data: |
13
+ 0.334 1.6542E-06
14
+ 0.350 2.7681E-07
15
+ 0.365 9.5613E-08
16
+ 0.370 7.2874E-08
17
+ 0.380 4.5603E-08
18
+ 0.390 2.8886E-08
19
+ 0.400 1.9243E-08
20
+ 0.405 1.6869E-08
21
+ 0.420 1.2087E-08
22
+ 0.436 9.7490E-09
23
+ 0.460 8.8118E-09
24
+ 0.500 4.7818E-09
25
+ 0.546 3.4794E-09
26
+ 0.580 3.6961E-09
27
+ 0.620 3.9510E-09
28
+ 0.660 6.3120E-09
29
+ 0.700 4.4608E-09
30
+ 1.060 6.7549E-09
31
+ 1.530 5.3868E-08
32
+ 1.970 8.3017E-07
33
+ 2.325 2.8000E-06
34
+ 2.500 4.2123E-06
35
+ SPECS:
36
+ n_is_absolute: false
37
+ wavelength_is_vacuum: false
38
+ temperature: 20.0 °C
39
+ thermal_dispersion:
40
+ - type: "Schott formula"
41
+ coefficients: 1.51e-06 1.56e-08 -2.78e-11 9.34e-07 1.04e-09 0.25
42
+ nd: 1.62004
43
+ Vd: 36.37
44
+ glass_code: 620364.360
45
+ glass_status: standard
46
+ density: 3.599 g/cm<sup>3</sup>
47
+ thermal_expansion:
48
+ - temperature_range: -30 70 °C
49
+ coefficient: 8.2e-06 K<sup>-1</sup>
50
+ - temperature_range: 20 300 °C
51
+ coefficient: 9.2e-06 K<sup>-1</sup>
52
+ dPgF: 0.0002
53
+ climatic_resistance: 1.0
54
+ stain_resistance: 0.0
55
+ acid_resistance: 1.0
56
+ alkali_resistance: 2.3
57
+ phosphate_resistance: 1.3
@@ -0,0 +1,15 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "1) I. H. Malitson. Interspecimen comparison of the refractive index of fused silica, <a href=\"https://doi.org/10.1364/JOSA.55.001205\"><i>J. Opt. Soc. Am.</i> <b>55</b>, 1205-1208 (1965)</a><br>2) C. Z. Tan. Determination of refractive index of silica glass for infrared wavelengths by IR spectroscopy, <a href=\"https://doi.org/10.1016/S0022-3093(97)00438-9\"><i>J. Non-Cryst. Solids</i> <b>223</b>, 158-163 (1998)</a><br>
6
+ <sup>*</sup> Sellmeier formula is reported in Ref. 1 for the 0.21-3.71 μm wavelength range. Ref. 2 verifies the validity of the formula up to 6.7 μm."
7
+ COMMENTS: "Fused silica, 20 °C"
8
+ DATA:
9
+ - type: formula 1
10
+ wavelength_range: 0.21 6.7
11
+ coefficients: 0 0.6961663 0.0684043 0.4079426 0.1162414 0.8974794 9.896161
12
+ SPECS:
13
+ n_is_absolute: false
14
+ wavelength_is_vacuum: false
15
+ temperature: 20 °C
@@ -0,0 +1,10 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "1) Icenogle et al.. Refractive indexes and temperature coefficients of germanium and silicon <a https://doi.org/10.1364/AO.15.002348\"><i>Appl. Opt.</i> <b>15</b> 2348-2351 (1976)</a><br>2) N. P. Barnes and M. S. Piltch. Temperature-dependent Sellmeier coefficients and nonlinear optics average power limit for germanium <a href=\"https://doi.org/10.1364/JOSA.69.000178\"><i>J. Opt. Soc. Am.</i> <b>69</b> 178-180 (1979)</a><br>*Ref. 2 provides temperature-dependent Sellmeier equations based on data from Ref. 1."
6
+ COMMENTS: "293 K (20 °C)"
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 2.5 12
10
+ coefficients: 8.28156 6.72880 0.44105 0.21307 3870.1
@@ -0,0 +1,10 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "D. E. Zelmon, D. L. Small, and D. Jundt. Infrared corrected Sellmeier coefficients for congruently grown lithium niobate and 5 mol.% magnesium oxide-doped lithium niobate, <a href=\"https://doi.org/10.1364/JOSAB.14.003319\"><i>J. Opt. Soc. Am. B</i> <b>14</b>, 3319-3322 (1997)</a>"
6
+ COMMENTS: "21 °C. Ordinary ray (o). Congruently grown lithium niobate."
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 0.4 5.0
10
+ coefficients: 0 2.6734 0.01764 1.2290 0.05914 12.614 474.60
@@ -0,0 +1,14 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "N. Sultanova, S. Kasarova and I. Nikolov. Dispersion properties of optical polymers, <a href=\"http://przyrbwn.icm.edu.pl/APP/ABSTR/116/a116-4-42.html\"><i>Acta Physica Polonica A</i> <b>116</b>, 585-587 (2009)</a><br> (fit of the experimental data with the Sellmeier dispersion formula: Mikhail Polyanskiy)"
6
+ COMMENTS: "20 °C"
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 0.4368 1.052
10
+ coefficients: 0 1.4435 0.020216
11
+ SPECS:
12
+ n_is_absolute: false
13
+ wavelength_is_vacuum: false
14
+ temperature: 20 °C
@@ -0,0 +1,10 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "1) C. D. Salzberg and J. J. Villa. Infrared Refractive Indexes of Silicon, Germanium and Modified Selenium Glass, <a href=\"https://doi.org/10.1364/JOSA.47.000244\"><i>J. Opt. Soc. Am.</i>, <b>47</b>, 244-246 (1957)</a><br>2) B. Tatian. Fitting refractive-index data with the Sellmeier dispersion formula, <a href=\"https://doi.org/10.1364/AO.23.004477\"><i>Appl. Opt.</i> <b>23</b>, 4477-4485 (1984)</a><br>*Ref. 2 provides a dispersion formula based on data from Ref. 1"
6
+ COMMENTS: "26 °C, Unknown purity"
7
+ DATA:
8
+ - type: formula 1
9
+ wavelength_range: 1.357 11.04
10
+ coefficients: 0 10.6684293 0.301516485 0.0030434748 1.13475115 1.54133408 1104
@@ -0,0 +1,118 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "M. Rubin. Optical properties of soda lime silica glasses, <a href=\"https://doi.org/10.1016/0165-1633(85)90052-8\"><i>Sol. Energy Mater.</i> <b>12</b>, 275-288 (1985)</a>"
6
+ COMMENTS: "Clear soda lime silica window glass"
7
+ DATA:
8
+ - type: formula 5
9
+ wavelength_range: 0.31 4.6
10
+ coefficients: 1.5130 -0.003169 2 0.003962 -2
11
+ - type: tabulated k
12
+ data: |
13
+ 0.31 4.996E-5
14
+ 0.32 1.375E-5
15
+ 0.33 6.281E-6
16
+ 0.34 2.713E-6
17
+ 0.35 1.118E-6
18
+ 0.36 5.419E-7
19
+ 0.37 4.061E-7
20
+ 0.38 5.936E-7
21
+ 0.39 2.828E-7
22
+ 0.40 2.047E-7
23
+ 0.41 2.182E-7
24
+ 0.42 2.279E-7
25
+ 0.43 2.397E-7
26
+ 0.44 2.342E-7
27
+ 0.45 1.925E-7
28
+ 0.46 1.669E-7
29
+ 0.47 1.700E-7
30
+ 0.48 1.683E-7
31
+ 0.49 1.554E-7
32
+ 0.50 1.492E-7
33
+ 0.51 1.499E-7
34
+ 0.52 1.582E-7
35
+ 0.53 1.769E-7
36
+ 0.54 1.988E-7
37
+ 0.55 2.200E-7
38
+ 0.56 2.529E-7
39
+ 0.57 3.051E-7
40
+ 0.58 3.563E-7
41
+ 0.59 4.003E-7
42
+ 0.60 4.548E-7
43
+ 0.61 5.217E-7
44
+ 0.62 5.972E-7
45
+ 0.63 6.913E-7
46
+ 0.64 7.754E-7
47
+ 0.65 8.371E-7
48
+ 0.66 9.108E-7
49
+ 0.67 1.009E-6
50
+ 0.68 1.097E-6
51
+ 0.69 1.159E-6
52
+ 0.70 1.234E-6
53
+ 0.71 1.349E-6
54
+ 0.72 1.466E-6
55
+ 0.73 1.585E-6
56
+ 0.74 1.706E-6
57
+ 0.75 1.830E-6
58
+ 0.76 1.956E-6
59
+ 0.77 2.085E-6
60
+ 0.78 2.214E-6
61
+ 0.79 2.345E-6
62
+ 0.80 2.477E-6
63
+ 0.81 2.617E-6
64
+ 0.82 2.755E-6
65
+ 0.83 2.890E-6
66
+ 0.84 3.022E-6
67
+ 0.85 3.150E-6
68
+ 0.86 3.274E-6
69
+ 0.87 3.394E-6
70
+ 0.88 3.510E-6
71
+ 0.89 3.621E-6
72
+ 0.90 3.727E-6
73
+ 0.91 3.817E-6
74
+ 0.92 3.906E-6
75
+ 0.93 3.995E-6
76
+ 0.94 4.083E-6
77
+ 0.95 4.170E-6
78
+ 0.96 4.261E-6
79
+ 0.97 4.349E-6
80
+ 0.98 4.433E-6
81
+ 0.99 4.514E-6
82
+ 1.00 4.591E-6
83
+ 1.10 5.111E-6
84
+ 1.20 5.374E-6
85
+ 1.30 5.353E-6
86
+ 1.40 4.939E-6
87
+ 1.50 4.234E-6
88
+ 1.60 3.675E-6
89
+ 1.70 3.656E-6
90
+ 1.80 3.920E-6
91
+ 1.90 4.190E-6
92
+ 2.00 4.423E-6
93
+ 2.10 4.476E-6
94
+ 2.20 5.373E-6
95
+ 2.30 5.082E-6
96
+ 2.40 5.372E-6
97
+ 2.50 6.324E-6
98
+ 2.60 6.883E-6
99
+ 2.70 1.020E-5
100
+ 2.80 6.495E-5
101
+ 2.90 7.931E-5
102
+ 3.00 7.432E-5
103
+ 3.10 7.424E-5
104
+ 3.20 8.187E-5
105
+ 3.30 9.341E-5
106
+ 3.40 9.958E-5
107
+ 3.50 1.065E-4
108
+ 3.60 1.073E-4
109
+ 3.70 1.049E-4
110
+ 3.80 1.029E-4
111
+ 3.90 1.033E-4
112
+ 4.00 1.060E-4
113
+ 4.10 1.222E-4
114
+ 4.20 1.435E-4
115
+ 4.30 1.781E-4
116
+ 4.40 2.247E-4
117
+ 4.50 2.978E-4
118
+ 4.60 7.437E-4
@@ -0,0 +1,14 @@
1
+ # this file is part of refractiveindex.info database
2
+ # refractiveindex.info database is in the public domain
3
+ # copyright and related rights waived via CC0 1.0
4
+
5
+ REFERENCES: "M. Daimon and A. Masumura. Measurement of the refractive index of distilled water from the near-infrared region to the ultraviolet region, <a href=\"https://doi.org/10.1364/AO.46.003811\"><i>Appl. Opt.</i> <b>46</b>, 3811-3820 (2007)</a>"
6
+ COMMENTS: "High performance liquid chromatography (HPLC) distilled water at 19.0 °C."
7
+ DATA:
8
+ - type: formula 2
9
+ wavelength_range: 0.182 1.129
10
+ coefficients: 0 5.672526103E-1 5.085550461E-3 1.736581125E-1 1.814938654E-2 2.121531502E-2 2.617260739E-2 1.138493213E-1 1.073888649E1
11
+ SPECS:
12
+ n_is_absolute: true
13
+ wavelength_is_vacuum: true
14
+ temperature: 19.0 °C