PyOptik 1.10.0__tar.gz → 1.10.4__tar.gz

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 (126) hide show
  1. {pyoptik-1.10.0 → pyoptik-1.10.4}/PKG-INFO +2 -2
  2. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/_version.py +2 -2
  3. pyoptik-1.10.4/PyOptik/data/sellmeier/BAF10.yml +59 -0
  4. pyoptik-1.10.4/PyOptik/data/sellmeier/FK51A.yml +64 -0
  5. pyoptik-1.10.4/PyOptik/data/sellmeier/LASF9.yml +57 -0
  6. pyoptik-1.10.4/PyOptik/data/sellmeier/SF10.yml +56 -0
  7. pyoptik-1.10.4/PyOptik/data/sellmeier/SF11.yml +55 -0
  8. pyoptik-1.10.4/PyOptik/data/sellmeier/acetone.yml +16 -0
  9. pyoptik-1.10.4/PyOptik/data/sellmeier/acetylene.yml +18 -0
  10. pyoptik-1.10.4/PyOptik/data/sellmeier/cellulose.yml +17 -0
  11. pyoptik-1.10.4/PyOptik/data/sellmeier/ethane.yml +20 -0
  12. pyoptik-1.10.4/PyOptik/data/sellmeier/ethanol.yml +16 -0
  13. pyoptik-1.10.4/PyOptik/data/sellmeier/ethylene.yml +18 -0
  14. pyoptik-1.10.4/PyOptik/data/sellmeier/glycerol.yml +16 -0
  15. pyoptik-1.10.4/PyOptik/data/sellmeier/methane.yml +18 -0
  16. pyoptik-1.10.4/PyOptik/data/sellmeier/methanol.yml +16 -0
  17. pyoptik-1.10.4/PyOptik/data/sellmeier/polycarbonate.yml +17 -0
  18. pyoptik-1.10.4/PyOptik/data/sellmeier/polystyrene.yml +17 -0
  19. pyoptik-1.10.4/PyOptik/data/sellmeier/propanol.yml +16 -0
  20. pyoptik-1.10.4/PyOptik/data/sellmeier/pvc.yml +16 -0
  21. pyoptik-1.10.4/PyOptik/data/tabulated/bismuth.yml +163 -0
  22. pyoptik-1.10.4/PyOptik/data/tabulated/chromium.yml +62 -0
  23. pyoptik-1.10.4/PyOptik/data/tabulated/lead.yml +163 -0
  24. pyoptik-1.10.4/PyOptik/data/tabulated/magnesium.yml +153 -0
  25. pyoptik-1.10.4/PyOptik/data/tabulated/paladium.yml +62 -0
  26. pyoptik-1.10.4/PyOptik/data/tabulated/polyetylene.yml +34 -0
  27. pyoptik-1.10.4/PyOptik/data/tabulated/pva.yml +635 -0
  28. pyoptik-1.10.4/PyOptik/data/tabulated/rhodium.yml +21 -0
  29. pyoptik-1.10.4/PyOptik/data/tabulated/tantalum.yml +163 -0
  30. pyoptik-1.10.4/PyOptik/data/tabulated/titanium.yml +62 -0
  31. pyoptik-1.10.4/PyOptik/data/tabulated/tungsten.yml +163 -0
  32. pyoptik-1.10.4/PyOptik/data/tabulated/vanadium.yml +62 -0
  33. pyoptik-1.10.4/PyOptik/utils.py +45 -0
  34. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik.egg-info/PKG-INFO +2 -2
  35. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik.egg-info/SOURCES.txt +31 -1
  36. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik.egg-info/requires.txt +1 -1
  37. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/source/conf.py +0 -1
  38. {pyoptik-1.10.0 → pyoptik-1.10.4}/meta.yaml +1 -1
  39. {pyoptik-1.10.0 → pyoptik-1.10.4}/pyproject.toml +1 -1
  40. {pyoptik-1.10.0 → pyoptik-1.10.4}/tests/test_utils.py +12 -13
  41. pyoptik-1.10.0/PyOptik/utils.py +0 -45
  42. {pyoptik-1.10.0 → pyoptik-1.10.4}/.flake8 +0 -0
  43. {pyoptik-1.10.0 → pyoptik-1.10.4}/.github/dependabot.yml +0 -0
  44. {pyoptik-1.10.0 → pyoptik-1.10.4}/.github/workflows/deploy_PyPi.yml +0 -0
  45. {pyoptik-1.10.0 → pyoptik-1.10.4}/.github/workflows/deploy_anaconda.yml +0 -0
  46. {pyoptik-1.10.0 → pyoptik-1.10.4}/.github/workflows/deploy_coverage.yml +0 -0
  47. {pyoptik-1.10.0 → pyoptik-1.10.4}/.github/workflows/deploy_documentation.yml +0 -0
  48. {pyoptik-1.10.0 → pyoptik-1.10.4}/.gitignore +0 -0
  49. {pyoptik-1.10.0 → pyoptik-1.10.4}/.readthedocs.yml +0 -0
  50. {pyoptik-1.10.0 → pyoptik-1.10.4}/LICENSE +0 -0
  51. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/__init__.py +0 -0
  52. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/__main__.py +0 -0
  53. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/__init__.py +0 -0
  54. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/BAK1.yml +0 -0
  55. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/SF5.yml +0 -0
  56. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/ZBLAN.yml +0 -0
  57. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/air.yml +0 -0
  58. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/argon.yml +0 -0
  59. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/crown.yml +0 -0
  60. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/flint.yml +0 -0
  61. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/fused_silica.yml +0 -0
  62. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/germanium.yml +0 -0
  63. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/lithium_niobate.yml +0 -0
  64. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/polystyren.yml +0 -0
  65. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/soda_lime_glass.yml +0 -0
  66. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/sellmeier/water.yml +0 -0
  67. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/BK7.yml +0 -0
  68. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/aluminium.yml +0 -0
  69. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/calcium.yml +0 -0
  70. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/copper.yml +0 -0
  71. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/gold.yml +0 -0
  72. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/iron.yml +0 -0
  73. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/nickel.yml +0 -0
  74. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/silicon.yml +0 -0
  75. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/silver.yml +0 -0
  76. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/sodium.yml +0 -0
  77. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/data/tabulated/zinc.yml +0 -0
  78. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/directories.py +0 -0
  79. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/__init__.py +0 -0
  80. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/classics.yml +0 -0
  81. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/dielectrics.yml +0 -0
  82. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/metals.yml +0 -0
  83. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/minimal.yml +0 -0
  84. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/organics.yml +0 -0
  85. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/others.yml +0 -0
  86. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/polymers.yml +0 -0
  87. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/libraries/repertoire.yml +0 -0
  88. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/material/__init__.py +0 -0
  89. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/material/base_class.py +0 -0
  90. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/material/sellmeier_class.py +0 -0
  91. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/material/tabulated_class.py +0 -0
  92. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/material_bank.py +0 -0
  93. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/material_type.py +0 -0
  94. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik/units.py +0 -0
  95. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik.egg-info/dependency_links.txt +0 -0
  96. {pyoptik-1.10.0 → pyoptik-1.10.4}/PyOptik.egg-info/top_level.txt +0 -0
  97. {pyoptik-1.10.0 → pyoptik-1.10.4}/README.rst +0 -0
  98. {pyoptik-1.10.0 → pyoptik-1.10.4}/development/dev_0.py +0 -0
  99. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/Makefile +0 -0
  100. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/README.rst +0 -0
  101. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/sellmeier/README.rst +0 -0
  102. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/sellmeier/plot_bk7.py +0 -0
  103. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/sellmeier/plot_silica.py +0 -0
  104. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/sellmeier/plot_water.py +0 -0
  105. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/tabulated/README.rst +0 -0
  106. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/tabulated/plot_sf5.py +0 -0
  107. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/tabulated/plot_silver.py +0 -0
  108. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/utils/README.rst +0 -0
  109. /pyoptik-1.10.0/docs/examples/utils/_download_yml_file.py → /pyoptik-1.10.4/docs/examples/utils/__download_yml_file.py +0 -0
  110. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/utils/build_library.py +0 -0
  111. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/utils/create_sellmeier_file.py +0 -0
  112. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/examples/utils/create_tabulated_file.py +0 -0
  113. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/images/example_bk7.png +0 -0
  114. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/images/logo.png +0 -0
  115. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/make.bat +0 -0
  116. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/source/_static/default.css +0 -0
  117. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/source/_static/thumbnail.png +0 -0
  118. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/source/code.rst +0 -0
  119. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/source/gallery/index.rst +0 -0
  120. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/source/index.rst +0 -0
  121. {pyoptik-1.10.0 → pyoptik-1.10.4}/docs/source/references.rst +0 -0
  122. {pyoptik-1.10.0 → pyoptik-1.10.4}/setup.cfg +0 -0
  123. {pyoptik-1.10.0 → pyoptik-1.10.4}/tests/__init__.py +0 -0
  124. {pyoptik-1.10.0 → pyoptik-1.10.4}/tests/test_sellmeier.py +0 -0
  125. {pyoptik-1.10.0 → pyoptik-1.10.4}/tests/test_tabulated.py +0 -0
  126. {pyoptik-1.10.0 → pyoptik-1.10.4}/tests/test_usual_material.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyOptik
3
- Version: 1.10.0
3
+ Version: 1.10.4
4
4
  Summary: A package for refractive index values.
5
5
  Author-email: Martin Poinsinet de Sivry-Houle <martin.poinsinet.de.sivry@gmail.com>
6
6
  License: MIT License
@@ -43,7 +43,7 @@ Requires-Dist: numpy
43
43
  Requires-Dist: matplotlib~=3.8
44
44
  Requires-Dist: requests~=2.31
45
45
  Requires-Dist: pyyaml~=6.0
46
- Requires-Dist: MPSPlots~=1.5.1
46
+ Requires-Dist: MPSPlots>=1.6
47
47
  Requires-Dist: tabulate~=0.9
48
48
  Provides-Extra: testing
49
49
  Requires-Dist: pytest<9.0,>=7.4; extra == "testing"
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '1.10.0'
21
- __version_tuple__ = version_tuple = (1, 10, 0)
20
+ __version__ = version = '1.10.4'
21
+ __version_tuple__ = version_tuple = (1, 10, 4)
@@ -0,0 +1,59 @@
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: |
6
+ <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href="https://www.schott.com/en-us/products/optical-glass-p1000267/downloads/">http://www.schott.com</a>)<br>See also <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf">SCHOTT glass data sheets</a>
7
+ COMMENTS: |
8
+
9
+ DATA:
10
+ - type: formula 2
11
+ wavelength_range: 0.35 2.5
12
+ coefficients: 0 1.5851495 0.00926681282 0.143559385 0.0424489805 1.08521269 105.613573
13
+ - type: tabulated k
14
+ data: |
15
+ 0.350 5.1305E-06
16
+ 0.365 1.3607E-06
17
+ 0.370 9.6691E-07
18
+ 0.380 5.0260E-07
19
+ 0.390 2.7701E-07
20
+ 0.400 1.6276E-07
21
+ 0.405 1.3583E-07
22
+ 0.420 8.2721E-08
23
+ 0.436 6.5355E-08
24
+ 0.460 4.9135E-08
25
+ 0.500 3.0530E-08
26
+ 0.546 1.7467E-08
27
+ 0.580 1.8555E-08
28
+ 0.620 1.7842E-08
29
+ 0.660 2.1114E-08
30
+ 0.700 1.3409E-08
31
+ 1.060 2.0305E-08
32
+ 1.530 9.8390E-08
33
+ 1.970 5.2286E-07
34
+ 2.325 2.8542E-06
35
+ 2.500 6.3543E-06
36
+ CONDITIONS:
37
+ temperature: 293
38
+ PROPERTIES:
39
+ thermal_dispersion:
40
+ - type: formula A
41
+ coefficients: 3.79e-06 1.28e-08 -1.42e-11 5.84e-07 7.6e-10 0.22
42
+ nd: 1.67003
43
+ Vd: 47.11
44
+ glass_code: 670471.375
45
+ glass_status: standard
46
+ density:
47
+ - value: 3745
48
+ thermal_expansion:
49
+ - temperature_range: 243 343
50
+ value: 6.18e-06
51
+ - temperature_range: 293 573
52
+ value: 7.04e-06
53
+ dPgF: -0.0016
54
+ resistance:
55
+ climatic: 1.0
56
+ stain: 0.0
57
+ acid: 4.3
58
+ alkali: 1.3
59
+ phosphate: 1.0
@@ -0,0 +1,64 @@
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: |
6
+ <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href="https://www.schott.com/en-us/products/optical-glass-p1000267/downloads/">http://www.schott.com</a>)<br>See also <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf">SCHOTT glass data sheets</a>
7
+ COMMENTS: |
8
+ was replaced by N-FK51A
9
+ DATA:
10
+ - type: formula 2
11
+ wavelength_range: 0.29 2.5
12
+ coefficients: 0 0.971247817 0.00472301995 0.216901417 0.0153575612 0.904651666 168.68133
13
+ - type: tabulated k
14
+ data: |
15
+ 0.290 4.2510E-06
16
+ 0.300 3.2013E-06
17
+ 0.310 2.0922E-06
18
+ 0.320 1.2264E-06
19
+ 0.334 4.9122E-07
20
+ 0.350 1.4877E-07
21
+ 0.365 4.3803E-08
22
+ 0.370 2.8611E-08
23
+ 0.380 1.4603E-08
24
+ 0.390 9.9712E-09
25
+ 0.400 8.9440E-09
26
+ 0.405 9.0558E-09
27
+ 0.420 1.0738E-08
28
+ 0.436 1.1147E-08
29
+ 0.460 1.0286E-08
30
+ 0.500 6.3790E-09
31
+ 0.546 5.2218E-09
32
+ 0.580 5.5469E-09
33
+ 0.620 7.9099E-09
34
+ 0.660 1.0531E-08
35
+ 0.700 1.1169E-08
36
+ 1.060 2.0305E-08
37
+ 1.530 9.8390E-08
38
+ 1.970 3.8800E-07
39
+ 2.325 1.2903E-06
40
+ 2.500 2.2893E-06
41
+ CONDITIONS:
42
+ temperature: 293
43
+ PROPERTIES:
44
+ thermal_dispersion:
45
+ - type: formula A
46
+ coefficients: -1.83e-05 -7.89e-09 -1.63e-12 3.74e-07 3.46e-10 0.15
47
+ nd: 1.48656
48
+ Vd: 84.47
49
+ glass_code: 487845.366
50
+ glass_status: preferred
51
+ density:
52
+ - value: 3660
53
+ thermal_expansion:
54
+ - temperature_range: 243 343
55
+ value: 1.33e-05
56
+ - temperature_range: 293 573
57
+ value: 1.549e-05
58
+ dPgF: 0.0342
59
+ resistance:
60
+ climatic: 2.0
61
+ stain: 0.0
62
+ acid: 52.3
63
+ alkali: 2.2
64
+ phosphate: 4.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: |
6
+ <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href="https://www.schott.com/en-us/products/optical-glass-p1000267/downloads/">http://www.schott.com</a>)<br>See also <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf">SCHOTT glass data sheets</a>
7
+ COMMENTS: |
8
+
9
+ DATA:
10
+ - type: formula 2
11
+ wavelength_range: 0.365 2.5
12
+ coefficients: 0 2.00029547 0.0121426017 0.298926886 0.0538736236 1.80691843 156.530829
13
+ - type: tabulated k
14
+ data: |
15
+ 0.370 3.7910E-06
16
+ 0.380 1.9467E-06
17
+ 0.390 1.1375E-06
18
+ 0.400 7.1571E-07
19
+ 0.405 5.9564E-07
20
+ 0.420 3.4942E-07
21
+ 0.436 2.4197E-07
22
+ 0.460 1.5753E-07
23
+ 0.500 9.0035E-08
24
+ 0.546 4.9357E-08
25
+ 0.580 4.1070E-08
26
+ 0.620 4.1885E-08
27
+ 0.660 4.0300E-08
28
+ 0.700 3.1415E-08
29
+ 1.060 2.0305E-08
30
+ 1.530 6.8664E-08
31
+ 1.970 5.2968E-07
32
+ 2.325 2.5139E-06
33
+ 2.500 4.0916E-06
34
+ CONDITIONS:
35
+ temperature: 293
36
+ PROPERTIES:
37
+ thermal_dispersion:
38
+ - type: formula A
39
+ coefficients: 1.05e-06 1.02e-08 -2.38e-11 9.19e-07 1.18e-09 0.257
40
+ nd: 1.85025
41
+ Vd: 32.17
42
+ glass_code: 850322.441
43
+ glass_status: standard
44
+ density:
45
+ - value: 4410
46
+ thermal_expansion:
47
+ - temperature_range: 243 343
48
+ value: 7.37e-06
49
+ - temperature_range: 293 573
50
+ value: 8.38e-06
51
+ dPgF: 0.0037
52
+ resistance:
53
+ climatic: 1.0
54
+ stain: 0.0
55
+ acid: 2.0
56
+ alkali: 1.0
57
+ phosphate: 1.0
@@ -0,0 +1,56 @@
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: |
6
+ <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href="https://www.schott.com/en-us/products/optical-glass-p1000267/downloads/">http://www.schott.com</a>)<br>See also <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf">SCHOTT glass data sheets</a>
7
+ COMMENTS: |
8
+ lead containing glass type
9
+ DATA:
10
+ - type: formula 2
11
+ wavelength_range: 0.38 2.5
12
+ coefficients: 0 1.61625977 0.0127534559 0.259229334 0.0581983954 1.07762317 116.60768
13
+ - type: tabulated k
14
+ data: |
15
+ 0.380 3.4030E-06
16
+ 0.390 1.2343E-06
17
+ 0.400 4.7245E-07
18
+ 0.405 3.0388E-07
19
+ 0.420 1.1147E-07
20
+ 0.436 5.5209E-08
21
+ 0.460 3.2573E-08
22
+ 0.500 1.7604E-08
23
+ 0.546 8.7117E-09
24
+ 0.580 9.2541E-09
25
+ 0.620 1.3863E-08
26
+ 0.660 1.4758E-08
27
+ 0.700 1.1169E-08
28
+ 1.060 1.0137E-08
29
+ 1.530 6.3727E-08
30
+ 1.970 5.2286E-07
31
+ 2.325 2.0310E-06
32
+ 2.500 2.9528E-06
33
+ CONDITIONS:
34
+ temperature: 293
35
+ PROPERTIES:
36
+ thermal_dispersion:
37
+ - type: formula A
38
+ coefficients: 5.31e-06 1.59e-08 -4.07e-11 1.28e-06 1.32e-09 0.27
39
+ nd: 1.72825
40
+ Vd: 28.41
41
+ glass_code: 728284.428
42
+ glass_status: standard
43
+ density:
44
+ - value: 4280
45
+ thermal_expansion:
46
+ - temperature_range: 243 343
47
+ value: 7.5e-06
48
+ - temperature_range: 293 573
49
+ value: 8.4e-06
50
+ dPgF: 0.0085
51
+ resistance:
52
+ climatic: 1.0
53
+ stain: 0.0
54
+ acid: 1.0
55
+ alkali: 1.2
56
+ phosphate: 2.0
@@ -0,0 +1,55 @@
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: |
6
+ <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf">SCHOTT Zemax catalog 2017-01-20b</a> (obtained from <a href="https://www.schott.com/en-us/products/optical-glass-p1000267/downloads/">http://www.schott.com</a>)<br>See also <a href="https://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf">SCHOTT glass data sheets</a>
7
+ COMMENTS: |
8
+ lead containing
9
+ DATA:
10
+ - type: formula 2
11
+ wavelength_range: 0.39 2.5
12
+ coefficients: 0 1.73848403 0.0136068604 0.311168974 0.0615960463 1.17490871 121.922711
13
+ - type: tabulated k
14
+ data: |
15
+ 0.390 5.7169E-06
16
+ 0.400 2.0492E-06
17
+ 0.405 1.3908E-06
18
+ 0.420 4.7684E-07
19
+ 0.436 2.0932E-07
20
+ 0.460 9.0600E-08
21
+ 0.500 3.8663E-08
22
+ 0.546 1.9224E-08
23
+ 0.580 1.6691E-08
24
+ 0.620 1.7842E-08
25
+ 0.660 1.8993E-08
26
+ 0.700 1.5652E-08
27
+ 1.060 1.0137E-08
28
+ 1.530 8.8461E-08
29
+ 1.970 4.5507E-07
30
+ 2.325 2.6396E-06
31
+ 2.500 3.9335E-06
32
+ CONDITIONS:
33
+ temperature: 293
34
+ PROPERTIES:
35
+ thermal_dispersion:
36
+ - type: formula A
37
+ coefficients: 1.12e-05 1.81e-08 -5.03e-11 1.46e-06 1.58e-09 0.282
38
+ nd: 1.78472
39
+ Vd: 25.76
40
+ glass_code: 785258.474
41
+ glass_status: standard
42
+ density:
43
+ - value: 4740
44
+ thermal_expansion:
45
+ - temperature_range: 243 343
46
+ value: 6.1e-06
47
+ - temperature_range: 293 573
48
+ value: 6.8e-06
49
+ dPgF: 0.0142
50
+ resistance:
51
+ climatic: 1.0
52
+ stain: 0.0
53
+ acid: 1.0
54
+ alkali: 1.2
55
+ phosphate: 1.0
@@ -0,0 +1,16 @@
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: |
6
+ J. Rheims, J Köser, T Wriedt.
7
+ Refractive-index measurements in the near-IR using an Abbe refractometer.
8
+ <a href="https://doi.org/10.1088/0957-0233/8/6/003"><i>Meas. Sci. Technol.</i> <b>8</b>, 601-605 (1997)</a>
9
+ COMMENTS: |
10
+ 20 °C
11
+ CONDITIONS:
12
+ temperature: 293
13
+ DATA:
14
+ - type: formula 5
15
+ wavelength_range: 0.4765 0.83
16
+ coefficients: 1.34979 0.00306 -2 0.00006 -4
@@ -0,0 +1,18 @@
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: |
6
+ S. Loria.
7
+ Über die Dispersion des Lichtes in gasförmigen Kohlenwasserstoffen.
8
+ <a href="https://doi.org/10.1002/andp.19093340809"><i>Annalen der Physik</i> <b>334</b>, 605-622 (1909)</a>
9
+ (in German).
10
+ COMMENTS: |
11
+ Standard conditions. 0 °C, 760 torr (101.325 kPa).
12
+ DATA:
13
+ - type: formula 5
14
+ wavelength_range: 0.5461 0.6708
15
+ coefficients: 1.00054242 7.8813626e-6 -2
16
+ CONDITIONS:
17
+ temperature: 273.15
18
+ pressure: 101325
@@ -0,0 +1,17 @@
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: |
6
+ N. Sultanova, S. Kasarova, I. Nikolov.
7
+ Dispersion properties of optical polymers.
8
+ <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>
9
+ (fit of the experimental data with the Sellmeier dispersion formula: Mikhail Polyanskiy)
10
+ COMMENTS: |
11
+ 20 °C
12
+ DATA:
13
+ - type: formula 2
14
+ wavelength_range: 0.4368 1.052
15
+ coefficients: 0 1.124 0.011087
16
+ CONDITIONS:
17
+ temperature: 293
@@ -0,0 +1,20 @@
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: |
6
+ S. Loria.
7
+ Über die Dispersion des Lichtes in gasförmigen Kohlenwasserstoffen.
8
+ <a href="https://doi.org/10.1002/andp.19093340809"><i>Annalen der Physik</i> <b>334</b>, 605-622 (1909)</a>
9
+ (in German).<br>
10
+ * Cauchy formula and experimental data presented in the paper don't match. Original data are re-fitted and the new formula is included in the database.
11
+ See [<a href="https://refractiveindex.info/download/data/1909/Loria_1909-Ethane.pdf">Figure</a>] for the comparison of the original data, the original fit and the new fit.
12
+ COMMENTS: |
13
+ Standard conditions. 0 °C, 760 torr (101.325 kPa).
14
+ DATA:
15
+ - type: formula 5
16
+ wavelength_range: 0.5230 0.6677
17
+ coefficients: 1.0007330 6.822764e-6 -2
18
+ CONDITIONS:
19
+ temperature: 273.15
20
+ pressure: 101325
@@ -0,0 +1,16 @@
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: |
6
+ J. Rheims, J Köser, T Wriedt.
7
+ Refractive-index measurements in the near-IR using an Abbe refractometer.
8
+ <a href="https://doi.org/10.1088/0957-0233/8/6/003"><i>Meas. Sci. Technol.</i> <b>8</b>, 601-605 (1997)</a>
9
+ COMMENTS: |
10
+ 20 °C
11
+ CONDITIONS:
12
+ temperature: 293
13
+ DATA:
14
+ - type: formula 5
15
+ wavelength_range: 0.4765 0.83
16
+ coefficients: 1.35265 0.00306 -2 0.00002 -4
@@ -0,0 +1,18 @@
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: |
6
+ S. Loria.
7
+ Über die Dispersion des Lichtes in gasförmigen Kohlenwasserstoffen.
8
+ <a href="https://doi.org/10.1002/andp.19093340809"><i>Annalen der Physik</i> <b>334</b>, 605-622 (1909)</a>
9
+ (in German).
10
+ COMMENTS: |
11
+ Standard conditions. 0 °C, 760 torr (101.325 kPa).
12
+ DATA:
13
+ - type: formula 5
14
+ wavelength_range: 0.5230 0.6677
15
+ coefficients: 1.0006303 9.309531e-6 -2
16
+ CONDITIONS:
17
+ temperature: 273.15
18
+ pressure: 101325
@@ -0,0 +1,16 @@
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: |
6
+ J. Rheims, J Köser, T Wriedt.
7
+ Refractive-index measurements in the near-IR using an Abbe refractometer.
8
+ <a href="https://doi.org/10.1088/0957-0233/8/6/003"><i>Meas. Sci. Technol.</i> <b>8</b>, 601-605 (1997)</a>
9
+ COMMENTS: |
10
+ 25 °C
11
+ CONDITIONS:
12
+ temperature: 298
13
+ DATA:
14
+ - type: formula 5
15
+ wavelength_range: 0.5893 1.05
16
+ coefficients: 1.45797 0.00598 -2 -0.00036 -4
@@ -0,0 +1,18 @@
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: |
6
+ S. Loria.
7
+ Über die Dispersion des Lichtes in gasförmigen Kohlenwasserstoffen.
8
+ <a href="https://doi.org/10.1002/andp.19093340809"><i>Annalen der Physik</i> <b>334</b>, 605-622 (1909)</a>
9
+ (in German).
10
+ COMMENTS: |
11
+ Standard conditions. 0 °C, 760 torr (101.325 kPa).
12
+ DATA:
13
+ - type: formula 5
14
+ wavelength_range: 0.5290 0.6585
15
+ coefficients: 1.00042607 6.1396687e-6 -2
16
+ CONDITIONS:
17
+ temperature: 273.15
18
+ pressure: 101325
@@ -0,0 +1,16 @@
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: |
6
+ H. El-Kashef.
7
+ The necessary requirements imposed on polar dielectric laser dye solvents.
8
+ <a href="https://doi.org/10.1016/S0921-4526(99)00856-X"><i>Physica B</i> <b>279</b>, 295-301 (2000)</a>
9
+ COMMENTS: |
10
+ 25 °C
11
+ CONDITIONS:
12
+ temperature: 298
13
+ DATA:
14
+ - type: formula 5
15
+ wavelength_range: 0.4 0.8
16
+ coefficients: 1.294611 12706.403E-6 -2
@@ -0,0 +1,17 @@
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: |
6
+ N. Sultanova, S. Kasarova, I. Nikolov.
7
+ Dispersion properties of optical polymers.
8
+ <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>
9
+ (fit of the experimental data with the Sellmeier dispersion formula: Mikhail Polyanskiy)
10
+ COMMENTS: |
11
+ 20 °C
12
+ DATA:
13
+ - type: formula 2
14
+ wavelength_range: 0.4368 1.052
15
+ coefficients: 0 1.4182 0.021304
16
+ CONDITIONS:
17
+ temperature: 293
@@ -0,0 +1,17 @@
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: |
6
+ N. Sultanova, S. Kasarova, I. Nikolov.
7
+ Dispersion properties of optical polymers.
8
+ <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>
9
+ (fit of the experimental data with the Sellmeier dispersion formula: Mikhail Polyanskiy)
10
+ COMMENTS: |
11
+ 20 °C
12
+ DATA:
13
+ - type: formula 2
14
+ wavelength_range: 0.4368 1.052
15
+ coefficients: 0 1.4435 0.020216
16
+ CONDITIONS:
17
+ temperature: 293
@@ -0,0 +1,16 @@
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: |
6
+ I. Z. Kozma, P. Krok, E. Riedle.
7
+ Direct measurement of the group-velocity mismatch and derivation of the refractive-index dispersion for a variety of solvents in the ultraviolet.
8
+ <a href="https://doi.org/10.1364/JOSAB.22.001479"><i>J. Opt. Soc. Am. B</i> <b>22</b>, 1479-1485 (2005)</a>
9
+ COMMENTS: |
10
+ Isopropanol (2-propanol); 22 °C.
11
+ CONDITIONS:
12
+ temperature: 295
13
+ DATA:
14
+ - type: formula 5
15
+ wavelength_range: 0.230 0.6407
16
+ coefficients: 1.36485 4.29404081e-3 -2 -6.4823380e-5 -4 3.41833e-6 -6
@@ -0,0 +1,16 @@
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: |
6
+ M. J. Schnepf, M. Mayer, C. Kuttner, M. Tebbe, D. Wolf, M. Dulle, T. Altantzis, P. Formanek, S. Förster, S. Bals, T. A. F. König, A. Fery.
7
+ Nanorattles with tailored electric field enhancement.
8
+ <a href="https://doi.org/10.1039/C7NR02952G"><i>Nanoscale</i> <b>9</b>, 9376-9385 (2017)</a> - see <i>Supplementary materials</i>
9
+ COMMENTS: |
10
+ Isotropic PVA (polyvinyl alcohol) thin film on silicon substrate.<br>k = 0.0050±0.0004
11
+ DATA:
12
+ - type: formula 5
13
+ wavelength_range: 0.3 1.5
14
+ coefficients: 1.460 0.00665 -2
15
+ CONDITIONS:
16
+ substrate: Si