PyOptik 1.9.9.2__tar.gz → 1.10.0__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 (110) hide show
  1. pyoptik-1.10.0/.github/workflows/deploy_PyPi.yml +20 -0
  2. pyoptik-1.10.0/.github/workflows/deploy_anaconda.yml +21 -0
  3. pyoptik-1.10.0/.github/workflows/deploy_coverage.yml +25 -0
  4. pyoptik-1.10.0/.github/workflows/deploy_documentation.yml +24 -0
  5. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PKG-INFO +4 -3
  6. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/_version.py +9 -4
  7. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/BAK1.yml +17 -14
  8. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/SF5.yml +17 -14
  9. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/air.yml +3 -3
  10. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/argon.yml +3 -3
  11. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/crown.yml +17 -14
  12. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/flint.yml +17 -14
  13. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/fused_silica.yml +2 -2
  14. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/polystyren.yml +2 -2
  15. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/water.yml +2 -2
  16. pyoptik-1.10.0/PyOptik/data/tabulated/BK7.yml +862 -0
  17. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/tabulated/calcium.yml +2 -2
  18. pyoptik-1.10.0/PyOptik/data/tabulated/iron.yml +74 -0
  19. pyoptik-1.10.0/PyOptik/data/tabulated/silicon.yml +59 -0
  20. pyoptik-1.10.0/PyOptik/libraries/classics.yml +28 -0
  21. pyoptik-1.10.0/PyOptik/libraries/dielectrics.yml +21 -0
  22. pyoptik-1.10.0/PyOptik/libraries/metals.yml +20 -0
  23. pyoptik-1.10.0/PyOptik/libraries/minimal.yml +9 -0
  24. pyoptik-1.10.0/PyOptik/libraries/organics.yml +11 -0
  25. pyoptik-1.10.0/PyOptik/libraries/others.yml +4 -0
  26. pyoptik-1.10.0/PyOptik/libraries/polymers.yml +9 -0
  27. pyoptik-1.10.0/PyOptik/libraries/repertoire.yml +60 -0
  28. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/material_bank.py +10 -3
  29. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/utils.py +0 -1
  30. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik.egg-info/PKG-INFO +4 -3
  31. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik.egg-info/SOURCES.txt +4 -4
  32. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik.egg-info/requires.txt +1 -1
  33. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/sellmeier/plot_bk7.py +2 -4
  34. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/tabulated/plot_sf5.py +1 -1
  35. pyoptik-1.9.9.2/docs/examples/utils/download_yml_file.py → pyoptik-1.10.0/docs/examples/utils/_download_yml_file.py +1 -1
  36. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/utils/build_library.py +1 -1
  37. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/meta.yaml +1 -1
  38. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/pyproject.toml +1 -1
  39. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/tests/test_sellmeier.py +2 -1
  40. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/tests/test_tabulated.py +1 -1
  41. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/tests/test_usual_material.py +2 -2
  42. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/tests/test_utils.py +11 -11
  43. pyoptik-1.9.9.2/.github/workflows/build_documentation.yml +0 -60
  44. pyoptik-1.9.9.2/.github/workflows/deploy_PyPi.yml +0 -30
  45. pyoptik-1.9.9.2/.github/workflows/deploy_anaconda.yml +0 -45
  46. pyoptik-1.9.9.2/.github/workflows/deploy_coverage.yml +0 -53
  47. pyoptik-1.9.9.2/.github/workflows/deploy_documentation.yml +0 -123
  48. pyoptik-1.9.9.2/PyOptik/data/sellmeier/BK7.yml +0 -62
  49. pyoptik-1.9.9.2/PyOptik/data/sellmeier/silicon.yml +0 -18
  50. pyoptik-1.9.9.2/PyOptik/data/tabulated/iron.yml +0 -62
  51. pyoptik-1.9.9.2/PyOptik/libraries/classics.yml +0 -28
  52. pyoptik-1.9.9.2/PyOptik/libraries/dielectrics.yml +0 -20
  53. pyoptik-1.9.9.2/PyOptik/libraries/metals.yml +0 -20
  54. pyoptik-1.9.9.2/PyOptik/libraries/minimal.yml +0 -9
  55. pyoptik-1.9.9.2/PyOptik/libraries/organics.yml +0 -11
  56. pyoptik-1.9.9.2/PyOptik/libraries/others.yml +0 -4
  57. pyoptik-1.9.9.2/PyOptik/libraries/polymers.yml +0 -8
  58. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/.flake8 +0 -0
  59. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/.github/dependabot.yml +0 -0
  60. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/.gitignore +0 -0
  61. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/.readthedocs.yml +0 -0
  62. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/LICENSE +0 -0
  63. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/__init__.py +0 -0
  64. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/__main__.py +0 -0
  65. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/__init__.py +0 -0
  66. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/ZBLAN.yml +0 -0
  67. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/germanium.yml +0 -0
  68. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/lithium_niobate.yml +0 -0
  69. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/sellmeier/soda_lime_glass.yml +0 -0
  70. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/tabulated/aluminium.yml +0 -0
  71. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/tabulated/copper.yml +0 -0
  72. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/tabulated/gold.yml +0 -0
  73. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/tabulated/nickel.yml +0 -0
  74. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/tabulated/silver.yml +0 -0
  75. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/tabulated/sodium.yml +0 -0
  76. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/data/tabulated/zinc.yml +0 -0
  77. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/directories.py +0 -0
  78. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/libraries/__init__.py +0 -0
  79. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/material/__init__.py +0 -0
  80. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/material/base_class.py +0 -0
  81. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/material/sellmeier_class.py +0 -0
  82. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/material/tabulated_class.py +0 -0
  83. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/material_type.py +0 -0
  84. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik/units.py +0 -0
  85. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik.egg-info/dependency_links.txt +0 -0
  86. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/PyOptik.egg-info/top_level.txt +0 -0
  87. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/README.rst +0 -0
  88. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/development/dev_0.py +0 -0
  89. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/Makefile +0 -0
  90. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/README.rst +0 -0
  91. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/sellmeier/README.rst +0 -0
  92. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/sellmeier/plot_silica.py +0 -0
  93. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/sellmeier/plot_water.py +0 -0
  94. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/tabulated/README.rst +0 -0
  95. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/tabulated/plot_silver.py +0 -0
  96. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/utils/README.rst +0 -0
  97. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/utils/create_sellmeier_file.py +0 -0
  98. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/examples/utils/create_tabulated_file.py +0 -0
  99. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/images/example_bk7.png +0 -0
  100. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/images/logo.png +0 -0
  101. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/make.bat +0 -0
  102. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/source/_static/default.css +0 -0
  103. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/source/_static/thumbnail.png +0 -0
  104. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/source/code.rst +0 -0
  105. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/source/conf.py +0 -0
  106. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/source/gallery/index.rst +0 -0
  107. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/source/index.rst +0 -0
  108. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/docs/source/references.rst +0 -0
  109. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/setup.cfg +0 -0
  110. {pyoptik-1.9.9.2 → pyoptik-1.10.0}/tests/__init__.py +0 -0
@@ -0,0 +1,20 @@
1
+ name: Deploy to PyPi
2
+
3
+ on:
4
+ push:
5
+ branches: [ "master" ]
6
+ tags:
7
+ - '*'
8
+ pull_request:
9
+ branches: [ "master" ]
10
+
11
+ permissions:
12
+ contents: write
13
+
14
+ jobs:
15
+ pure_package:
16
+ uses: MartinPdeS/MPSActions/.github/workflows/publish_pure_package_to_PyPi.yml@master
17
+ with:
18
+ python-version: "3.11"
19
+ secrets:
20
+ PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
@@ -0,0 +1,21 @@
1
+ name: Deploy Conda Packages
2
+
3
+ on:
4
+ push:
5
+ branches: [ "master" ]
6
+ tags: '*'
7
+ pull_request:
8
+ branches: [ "master" ]
9
+
10
+ permissions:
11
+ contents: write
12
+
13
+ jobs:
14
+ ManyLinux_x86_64:
15
+ uses: MartinPdeS/MPSActions/.github/workflows/publish_compiled_package_to_anaconda.yml@master
16
+ with:
17
+ python-versions: '["3.11", "3.12"]'
18
+ apt-package: ""
19
+ secrets:
20
+ ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
21
+
@@ -0,0 +1,25 @@
1
+ # Simple workflow for deploying static content to GitHub Pages
2
+ name: Deploy coverage
3
+
4
+ on:
5
+ push:
6
+ branches: [ "master" ]
7
+ tags: '*'
8
+ pull_request:
9
+ branches: [ "master" ]
10
+
11
+
12
+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
+ permissions:
14
+ contents: write
15
+ pages: write
16
+ id-token: write
17
+
18
+ jobs:
19
+ ManyLinux_x86_64:
20
+ uses: MartinPdeS/MPSActions/.github/workflows/publish_coverage.yml@master
21
+ with:
22
+ python-version: "3.11"
23
+ apt-package: xvfb
24
+ secrets:
25
+ _GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -0,0 +1,24 @@
1
+ # Simple workflow for deploying static content to GitHub Pages
2
+ name: Documentation
3
+
4
+ on:
5
+ push:
6
+ branches: [ "master" ]
7
+ tags: '*'
8
+ pull_request:
9
+ branches: [ "master" ]
10
+
11
+
12
+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
+ permissions:
14
+ contents: write
15
+ pages: write
16
+ id-token: write
17
+
18
+ jobs:
19
+ ManyLinux_x86_64:
20
+ uses: MartinPdeS/MPSActions/.github/workflows/publish_documentation.yml@master
21
+ with:
22
+ python-version: "3.11"
23
+ package-name: "PyOptik"
24
+ apt-package: xvfb jq
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: PyOptik
3
- Version: 1.9.9.2
3
+ Version: 1.10.0
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
@@ -39,7 +39,7 @@ License-File: LICENSE
39
39
  Requires-Dist: flexparser<0.4
40
40
  Requires-Dist: pint~=0.24
41
41
  Requires-Dist: pydantic~=2.9
42
- Requires-Dist: numpy~=1.26
42
+ Requires-Dist: numpy
43
43
  Requires-Dist: matplotlib~=3.8
44
44
  Requires-Dist: requests~=2.31
45
45
  Requires-Dist: pyyaml~=6.0
@@ -58,6 +58,7 @@ Requires-Dist: sphinx-rtd-theme==2.0.0; extra == "documentation"
58
58
  Requires-Dist: pydata-sphinx-theme==0.14.1; extra == "documentation"
59
59
  Provides-Extra: dev
60
60
  Requires-Dist: flake8==7.1.1; extra == "dev"
61
+ Dynamic: license-file
61
62
 
62
63
 
63
64
  |logo|
@@ -1,8 +1,13 @@
1
- # file generated by setuptools_scm
1
+ # file generated by setuptools-scm
2
2
  # don't change, don't track in version control
3
+
4
+ __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
5
+
3
6
  TYPE_CHECKING = False
4
7
  if TYPE_CHECKING:
5
- from typing import Tuple, Union
8
+ from typing import Tuple
9
+ from typing import Union
10
+
6
11
  VERSION_TUPLE = Tuple[Union[int, str], ...]
7
12
  else:
8
13
  VERSION_TUPLE = object
@@ -12,5 +17,5 @@ __version__: str
12
17
  __version_tuple__: VERSION_TUPLE
13
18
  version_tuple: VERSION_TUPLE
14
19
 
15
- __version__ = version = '1.9.9.2'
16
- __version_tuple__ = version_tuple = (1, 9, 9, 2)
20
+ __version__ = version = '1.10.0'
21
+ __version_tuple__ = version_tuple = (1, 10, 0)
@@ -3,7 +3,7 @@
3
3
  # copyright and related rights waived via CC0 1.0
4
4
 
5
5
  REFERENCES: |
6
- <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
+ <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
7
  COMMENTS: |
8
8
 
9
9
  DATA:
@@ -37,24 +37,27 @@ DATA:
37
37
  1.970 6.3982E-07
38
38
  2.325 2.4209E-06
39
39
  2.500 4.2801E-06
40
- SPECS:
41
- temperature: 20.0 °C
40
+ CONDITIONS:
41
+ temperature: 293
42
+ PROPERTIES:
42
43
  thermal_dispersion:
43
- - type: Schott formula
44
+ - type: formula A
44
45
  coefficients: 1.86e-07 1.29e-08 -1.87e-11 5.25e-07 5.46e-10 0.182
45
46
  nd: 1.5725
46
47
  Vd: 57.55
47
48
  glass_code: 573576.319
48
49
  glass_status: standard
49
- density: 3.19 g/cm<sup>3</sup>
50
+ density:
51
+ - value: 3190
50
52
  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>
53
+ - temperature_range: 243 343
54
+ value: 7.6e-06
55
+ - temperature_range: 293 573
56
+ value: 8.6e-06
55
57
  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
58
+ resistance:
59
+ climatic: 2.0
60
+ stain: 1.0
61
+ acid: 3.3
62
+ alkali: 1.2
63
+ phosphate: 2.0
@@ -3,7 +3,7 @@
3
3
  # copyright and related rights waived via CC0 1.0
4
4
 
5
5
  REFERENCES: |
6
- <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
+ <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
7
  COMMENTS: |
8
8
  step 0.5 available
9
9
  DATA:
@@ -31,24 +31,27 @@ DATA:
31
31
  1.970 8.0161E-07
32
32
  2.325 3.4194E-06
33
33
  2.500 5.5159E-06
34
- SPECS:
35
- temperature: 20.0 °C
34
+ CONDITIONS:
35
+ temperature: 293
36
+ PROPERTIES:
36
37
  thermal_dispersion:
37
- - type: Schott formula
38
+ - type: formula A
38
39
  coefficients: -2.51e-07 1.07e-08 -2.4e-11 7.85e-07 1.15e-09 0.278
39
40
  nd: 1.67271
40
41
  Vd: 32.25
41
42
  glass_code: 673323.286
42
43
  glass_status: standard
43
- density: 2.858 g/cm<sup>3</sup>
44
+ density:
45
+ - value: 2858
44
46
  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>
47
+ - temperature_range: 243 343
48
+ value: 7.94e-06
49
+ - temperature_range: 293 573
50
+ value: 9.21e-06
49
51
  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
52
+ resistance:
53
+ climatic: 1.0
54
+ stain: 0.0
55
+ acid: 1.0
56
+ alkali: 1.0
57
+ phosphate: 1.0
@@ -13,6 +13,6 @@ DATA:
13
13
  - type: formula 6
14
14
  wavelength_range: 0.23 1.690
15
15
  coefficients: 0 0.05792105 238.0185 0.00167917 57.362
16
- SPECS:
17
- temperature: 15 °C
18
- pressure: 101325 Pa
16
+ CONDITIONS:
17
+ temperature: 288.15
18
+ pressure: 101325
@@ -16,6 +16,6 @@ DATA:
16
16
  - type: formula 6
17
17
  wavelength_range: 0.1404 0.5677
18
18
  coefficients: 0 2.50141e-3 91.012 5.00283e-4 87.892 5.22343e-2 214.02
19
- SPECS:
20
- temperature: 0 °C
21
- pressure: 101325 Pa
19
+ CONDITIONS:
20
+ temperature: 273.15
21
+ pressure: 101325
@@ -3,7 +3,7 @@
3
3
  # copyright and related rights waived via CC0 1.0
4
4
 
5
5
  REFERENCES: |
6
- <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
+ <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
7
  COMMENTS: |
8
8
 
9
9
  DATA:
@@ -36,23 +36,26 @@ DATA:
36
36
  1.970 1.4781E-06
37
37
  2.325 5.1298E-06
38
38
  2.500 8.5849E-06
39
- SPECS:
40
- temperature: 20.0 °C
39
+ CONDITIONS:
40
+ temperature: 293
41
+ PROPERTIES:
41
42
  thermal_dispersion:
42
- - type: Schott formula
43
+ - type: formula A
43
44
  coefficients: -1.67e-06 8.8e-09 -2.86e-11 5.42e-07 7.81e-10 0.172
44
45
  nd: 1.51112
45
46
  Vd: 60.41
46
47
  glass_code: 511604.253
47
48
  glass_status: standard
48
- density: 2.53 g/cm<sup>3</sup>
49
+ density:
50
+ - value: 2530
49
51
  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
52
+ - temperature_range: 243 343
53
+ value: 8.4e-06
54
+ - temperature_range: 293 573
55
+ value: 9.7e-06
56
+ resistance:
57
+ climatic: 3.0
58
+ stain: 0.0
59
+ acid: 2.0
60
+ alkali: 1.0
61
+ phosphate: 2.3
@@ -3,7 +3,7 @@
3
3
  # copyright and related rights waived via CC0 1.0
4
4
 
5
5
  REFERENCES: |
6
- <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
+ <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
7
  COMMENTS: |
8
8
  lead containing glass type
9
9
  DATA:
@@ -34,24 +34,27 @@ DATA:
34
34
  1.970 8.3017E-07
35
35
  2.325 2.8000E-06
36
36
  2.500 4.2123E-06
37
- SPECS:
38
- temperature: 20.0 °C
37
+ CONDITIONS:
38
+ temperature: 293
39
+ PROPERTIES:
39
40
  thermal_dispersion:
40
- - type: Schott formula
41
+ - type: formula A
41
42
  coefficients: 1.51e-06 1.56e-08 -2.78e-11 9.34e-07 1.04e-09 0.25
42
43
  nd: 1.62004
43
44
  Vd: 36.37
44
45
  glass_code: 620364.360
45
46
  glass_status: standard
46
- density: 3.599 g/cm<sup>3</sup>
47
+ density:
48
+ - value: 3599
47
49
  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>
50
+ - temperature_range: 243 343
51
+ value: 8.2e-06
52
+ - temperature_range: 293 573
53
+ value: 9.2e-06
52
54
  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
55
+ resistance:
56
+ climatic: 1.0
57
+ stain: 0.0
58
+ acid: 1.0
59
+ alkali: 2.3
60
+ phosphate: 1.3
@@ -16,5 +16,5 @@ DATA:
16
16
  - type: formula 1
17
17
  wavelength_range: 0.21 6.7
18
18
  coefficients: 0 0.6961663 0.0684043 0.4079426 0.1162414 0.8974794 9.896161
19
- SPECS:
20
- temperature: 20 °C
19
+ CONDITIONS:
20
+ temperature: 293
@@ -13,5 +13,5 @@ DATA:
13
13
  - type: formula 2
14
14
  wavelength_range: 0.4368 1.052
15
15
  coefficients: 0 1.4435 0.020216
16
- SPECS:
17
- temperature: 20 °C
16
+ CONDITIONS:
17
+ temperature: 293
@@ -12,5 +12,5 @@ DATA:
12
12
  - type: formula 2
13
13
  wavelength_range: 0.182 1.129
14
14
  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
15
- SPECS:
16
- temperature: 19.0 °C
15
+ CONDITIONS:
16
+ temperature: 292.15