PyOptik 1.9.9__tar.gz → 1.9.9.2__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.
- pyoptik-1.9.9/.github/workflows/deploy_documentation.yml → pyoptik-1.9.9.2/.github/workflows/build_documentation.yml +0 -5
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/.github/workflows/deploy_PyPi.yml +3 -3
- pyoptik-1.9.9.2/.github/workflows/deploy_anaconda.yml +45 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/.github/workflows/deploy_coverage.yml +4 -3
- pyoptik-1.9.9/.github/workflows/static.yml → pyoptik-1.9.9.2/.github/workflows/deploy_documentation.yml +16 -6
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/.gitignore +1 -1
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PKG-INFO +1 -1
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/_version.py +2 -2
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/sellmeier/BAK1.yml +5 -5
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/sellmeier/BK7.yml +7 -5
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/sellmeier/SF5.yml +5 -5
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/sellmeier/ZBLAN.yml +6 -2
- pyoptik-1.9.9.2/PyOptik/data/sellmeier/air.yml +18 -0
- pyoptik-1.9.9.2/PyOptik/data/sellmeier/argon.yml +21 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/sellmeier/crown.yml +5 -5
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/sellmeier/flint.yml +5 -5
- pyoptik-1.9.9.2/PyOptik/data/sellmeier/fused_silica.yml +20 -0
- pyoptik-1.9.9.2/PyOptik/data/sellmeier/germanium.yml +18 -0
- pyoptik-1.9.9.2/PyOptik/data/sellmeier/lithium_niobate.yml +14 -0
- pyoptik-1.9.9.2/PyOptik/data/sellmeier/polystyren.yml +17 -0
- pyoptik-1.9.9.2/PyOptik/data/sellmeier/silicon.yml +18 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/sellmeier/soda_lime_glass.yml +6 -2
- pyoptik-1.9.9.2/PyOptik/data/sellmeier/water.yml +16 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/aluminium.yml +6 -2
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/calcium.yml +6 -4
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/copper.yml +6 -2
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/gold.yml +6 -2
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/iron.yml +6 -2
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/nickel.yml +6 -2
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/silver.yml +6 -2
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/sodium.yml +4 -4
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/tabulated/zinc.yml +6 -5
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik.egg-info/PKG-INFO +1 -1
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik.egg-info/SOURCES.txt +1 -1
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/README.rst +10 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/source/conf.py +19 -16
- pyoptik-1.9.9.2/docs/source/gallery/index.rst +288 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/source/index.rst +3 -6
- pyoptik-1.9.9/.github/workflows/deploy_anaconda.yml +0 -34
- pyoptik-1.9.9/PyOptik/data/sellmeier/air.yml +0 -15
- pyoptik-1.9.9/PyOptik/data/sellmeier/argon.yml +0 -14
- pyoptik-1.9.9/PyOptik/data/sellmeier/fused_silica.yml +0 -15
- pyoptik-1.9.9/PyOptik/data/sellmeier/germanium.yml +0 -10
- pyoptik-1.9.9/PyOptik/data/sellmeier/lithium_niobate.yml +0 -10
- pyoptik-1.9.9/PyOptik/data/sellmeier/polystyren.yml +0 -14
- pyoptik-1.9.9/PyOptik/data/sellmeier/silicon.yml +0 -10
- pyoptik-1.9.9/PyOptik/data/sellmeier/water.yml +0 -14
- pyoptik-1.9.9/docs/source/gallery/index.rst +0 -12
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/.flake8 +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/.github/dependabot.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/.readthedocs.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/LICENSE +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/__init__.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/__main__.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/data/__init__.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/directories.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/libraries/__init__.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/libraries/classics.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/libraries/dielectrics.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/libraries/metals.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/libraries/minimal.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/libraries/organics.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/libraries/others.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/libraries/polymers.yml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/material/__init__.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/material/base_class.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/material/sellmeier_class.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/material/tabulated_class.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/material_bank.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/material_type.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/units.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik/utils.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik.egg-info/dependency_links.txt +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik.egg-info/requires.txt +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/PyOptik.egg-info/top_level.txt +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/README.rst +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/development/dev_0.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/Makefile +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/sellmeier/README.rst +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/sellmeier/plot_bk7.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/sellmeier/plot_silica.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/sellmeier/plot_water.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/tabulated/README.rst +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/tabulated/plot_sf5.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/tabulated/plot_silver.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/utils/README.rst +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/utils/build_library.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/utils/create_sellmeier_file.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/utils/create_tabulated_file.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/examples/utils/download_yml_file.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/images/example_bk7.png +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/images/logo.png +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/make.bat +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/source/_static/default.css +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/source/_static/thumbnail.png +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/source/code.rst +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/docs/source/references.rst +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/meta.yaml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/pyproject.toml +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/setup.cfg +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/tests/__init__.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/tests/test_sellmeier.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/tests/test_tabulated.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/tests/test_usual_material.py +0 -0
- {pyoptik-1.9.9 → pyoptik-1.9.9.2}/tests/test_utils.py +0 -0
|
@@ -24,11 +24,6 @@ jobs:
|
|
|
24
24
|
with:
|
|
25
25
|
python-version: 3.11
|
|
26
26
|
|
|
27
|
-
- name: Set up Git user
|
|
28
|
-
run: |
|
|
29
|
-
git config --global user.name "GitHub Actions"
|
|
30
|
-
git config --global user.email "actions@github.com"
|
|
31
|
-
|
|
32
27
|
- name: "Install: Dependencies for headless server"
|
|
33
28
|
shell: bash
|
|
34
29
|
run: |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name: Deploy
|
|
1
|
+
name: Deploy to PyPi
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
@@ -17,7 +17,7 @@ jobs:
|
|
|
17
17
|
steps:
|
|
18
18
|
- uses: MartinPdeS/MPSActions/build_pure_python_package@master
|
|
19
19
|
with:
|
|
20
|
-
python-version:
|
|
20
|
+
python-version: 3.11
|
|
21
21
|
|
|
22
22
|
publish_wheel:
|
|
23
23
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
|
@@ -26,5 +26,5 @@ jobs:
|
|
|
26
26
|
steps:
|
|
27
27
|
- uses: MartinPdeS/MPSActions/publish_pypi@master
|
|
28
28
|
with:
|
|
29
|
-
python-version:
|
|
29
|
+
python-version: 3.11
|
|
30
30
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: Deploy to Conda
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: [ "master" ]
|
|
6
|
+
tags:
|
|
7
|
+
- '*'
|
|
8
|
+
pull_request:
|
|
9
|
+
branches: [ "master" ]
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
conda_deployment:
|
|
13
|
+
name: OS [${{ matrix.os }}] -- Python [${{ matrix.python-version }}]
|
|
14
|
+
runs-on: ${{ matrix.os }}
|
|
15
|
+
strategy:
|
|
16
|
+
matrix:
|
|
17
|
+
os: [ubuntu-latest, macos-latest]
|
|
18
|
+
python-version: ["3.11", "3.12"]
|
|
19
|
+
|
|
20
|
+
steps:
|
|
21
|
+
- uses: actions/checkout@v3
|
|
22
|
+
with:
|
|
23
|
+
fetch-depth: 0
|
|
24
|
+
|
|
25
|
+
- name: Set up Conda environment
|
|
26
|
+
uses: conda-incubator/setup-miniconda@v3
|
|
27
|
+
with:
|
|
28
|
+
channels: conda-forge, martinpdes
|
|
29
|
+
python-version: ${{ matrix.python-version }}
|
|
30
|
+
|
|
31
|
+
- name: Install Conda tools
|
|
32
|
+
run: |
|
|
33
|
+
conda install anaconda-client conda-build
|
|
34
|
+
|
|
35
|
+
- name: Build Conda package
|
|
36
|
+
run: |
|
|
37
|
+
conda build . --python ${{ matrix.python-version }}
|
|
38
|
+
echo "PACKAGE_PATH=$(conda build . --output --python ${{ matrix.python-version }})" >> $GITHUB_ENV
|
|
39
|
+
|
|
40
|
+
- name: Upload to Anaconda
|
|
41
|
+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
|
42
|
+
env:
|
|
43
|
+
PACKAGE_PATH: ${{ env.PACKAGE_PATH }}
|
|
44
|
+
run: |
|
|
45
|
+
anaconda upload $PACKAGE_PATH --user martinpdes --token ${{ secrets.ANACONDA_API_TOKEN }}
|
|
@@ -9,7 +9,6 @@ on:
|
|
|
9
9
|
pull_request:
|
|
10
10
|
branches: [ "master" ]
|
|
11
11
|
|
|
12
|
-
|
|
13
12
|
jobs:
|
|
14
13
|
coverage:
|
|
15
14
|
name: Run test and generate coverage data
|
|
@@ -20,15 +19,17 @@ jobs:
|
|
|
20
19
|
|
|
21
20
|
steps:
|
|
22
21
|
- name: "Set-up: Python ${{ env.cp_python_version }}"
|
|
23
|
-
uses: actions/setup-python@
|
|
22
|
+
uses: actions/setup-python@v5
|
|
24
23
|
id: cp310
|
|
25
24
|
with:
|
|
26
|
-
python-version: "3.
|
|
25
|
+
python-version: "3.11"
|
|
26
|
+
|
|
27
27
|
|
|
28
28
|
- name: "Install: Dependencies for headless server"
|
|
29
29
|
shell: bash
|
|
30
30
|
run: |
|
|
31
31
|
sudo apt-get update
|
|
32
|
+
# sudo apt-get install libgl1-mesa-glx xvfb
|
|
32
33
|
sudo apt-get install xvfb
|
|
33
34
|
|
|
34
35
|
- name: "Checkout requirements and files for testing"
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Simple workflow for deploying static content to GitHub Pages
|
|
2
2
|
name: Deploy static content to Pages
|
|
3
3
|
|
|
4
|
+
|
|
4
5
|
on:
|
|
5
6
|
workflow_run:
|
|
6
7
|
workflows: ["Documentation"] # This references the name of the first workflow
|
|
@@ -8,7 +9,7 @@ on:
|
|
|
8
9
|
- completed # Run when the Documentation workflow is completed successfully
|
|
9
10
|
|
|
10
11
|
|
|
11
|
-
# Sets permissions of the GITHUB_TOKEN
|
|
12
|
+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
|
12
13
|
permissions:
|
|
13
14
|
contents: write
|
|
14
15
|
pages: write
|
|
@@ -16,10 +17,10 @@ permissions:
|
|
|
16
17
|
|
|
17
18
|
jobs:
|
|
18
19
|
deploy:
|
|
20
|
+
runs-on: ubuntu-latest
|
|
19
21
|
environment:
|
|
20
22
|
name: github-pages
|
|
21
23
|
url: ${{ steps.deployment.outputs.page_url }}
|
|
22
|
-
runs-on: ubuntu-latest
|
|
23
24
|
|
|
24
25
|
steps:
|
|
25
26
|
- name: Checkout
|
|
@@ -37,17 +38,25 @@ jobs:
|
|
|
37
38
|
id: download-artifact
|
|
38
39
|
uses: dawidd6/action-download-artifact@v6
|
|
39
40
|
with:
|
|
40
|
-
workflow:
|
|
41
|
+
workflow: build_documentation.yml
|
|
41
42
|
name: documentation_build
|
|
42
43
|
path: ./documentation_build
|
|
43
44
|
|
|
44
45
|
- name: Get current tag
|
|
45
46
|
id: get_tag
|
|
46
47
|
run: |
|
|
47
|
-
# Fetch all tags to ensure
|
|
48
|
+
# Fetch all tags to ensure they are available
|
|
48
49
|
git fetch --tags
|
|
50
|
+
git tag -l
|
|
51
|
+
|
|
52
|
+
# Get the latest tag by creation date
|
|
53
|
+
TAG=$(git tag --sort=-creatordate | head -n 1)
|
|
54
|
+
|
|
55
|
+
# Fallback to a default tag if no tag is found
|
|
56
|
+
if [ -z "$TAG" ]; then
|
|
57
|
+
TAG="0.0.0.0"
|
|
58
|
+
fi
|
|
49
59
|
|
|
50
|
-
TAG=$(git describe --tags --abbrev=0 || echo "0.0.0.0")
|
|
51
60
|
echo "tag=$TAG" >> $GITHUB_ENV
|
|
52
61
|
echo "Tag found or default: $TAG"
|
|
53
62
|
|
|
@@ -62,7 +71,7 @@ jobs:
|
|
|
62
71
|
json_file="version_switcher.json"
|
|
63
72
|
rm $json_file
|
|
64
73
|
docs_path="docs"
|
|
65
|
-
base_url="https://martinpdes.github.io/
|
|
74
|
+
base_url="https://martinpdes.github.io/PyMieSim"
|
|
66
75
|
|
|
67
76
|
# Start the JSON array
|
|
68
77
|
echo "[" > $json_file
|
|
@@ -97,6 +106,7 @@ jobs:
|
|
|
97
106
|
# Add and commit the updated version_switcher.json
|
|
98
107
|
git add $json_file
|
|
99
108
|
echo $json_file
|
|
109
|
+
git add docs/
|
|
100
110
|
git commit --allow-empty -m "Update version_switcher.json"
|
|
101
111
|
git push origin HEAD
|
|
102
112
|
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
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>
|
|
7
|
+
COMMENTS: |
|
|
8
|
+
|
|
7
9
|
DATA:
|
|
8
10
|
- type: formula 2
|
|
9
11
|
wavelength_range: 0.3 2.5
|
|
@@ -36,11 +38,9 @@ DATA:
|
|
|
36
38
|
2.325 2.4209E-06
|
|
37
39
|
2.500 4.2801E-06
|
|
38
40
|
SPECS:
|
|
39
|
-
n_is_absolute: false
|
|
40
|
-
wavelength_is_vacuum: false
|
|
41
41
|
temperature: 20.0 °C
|
|
42
42
|
thermal_dispersion:
|
|
43
|
-
- type:
|
|
43
|
+
- type: Schott formula
|
|
44
44
|
coefficients: 1.86e-07 1.29e-08 -1.87e-11 5.25e-07 5.46e-10 0.182
|
|
45
45
|
nd: 1.5725
|
|
46
46
|
Vd: 57.55
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
<a href="http://refractiveindex.info/download/data/2017/schott_2017-01-20b.agf">SCHOTT Zemax catalog 2017-01-20b</a>
|
|
7
|
+
(obtained from <a href="http://www.schott.com/advanced_optics/english/download/">http://www.schott.com</a>)<br>
|
|
8
|
+
See also <a href="http://refractiveindex.info/download/data/2017/schott_2017-01-20.pdf">SCHOTT glass data sheets</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
step 0.5 available
|
|
7
11
|
DATA:
|
|
8
12
|
- type: formula 2
|
|
9
13
|
wavelength_range: 0.3 2.5
|
|
@@ -36,11 +40,9 @@ DATA:
|
|
|
36
40
|
2.325 4.2911E-06
|
|
37
41
|
2.500 8.1300E-06
|
|
38
42
|
SPECS:
|
|
39
|
-
n_is_absolute: false
|
|
40
|
-
wavelength_is_vacuum: false
|
|
41
43
|
temperature: 20.0 °C
|
|
42
44
|
thermal_dispersion:
|
|
43
|
-
- type:
|
|
45
|
+
- type: Schott formula
|
|
44
46
|
coefficients: 1.86e-06 1.31e-08 -1.37e-11 4.34e-07 6.27e-10 0.17
|
|
45
47
|
nd: 1.5168
|
|
46
48
|
Vd: 64.17
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
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>
|
|
7
|
+
COMMENTS: |
|
|
8
|
+
step 0.5 available
|
|
7
9
|
DATA:
|
|
8
10
|
- type: formula 2
|
|
9
11
|
wavelength_range: 0.37 2.5
|
|
@@ -30,11 +32,9 @@ DATA:
|
|
|
30
32
|
2.325 3.4194E-06
|
|
31
33
|
2.500 5.5159E-06
|
|
32
34
|
SPECS:
|
|
33
|
-
n_is_absolute: false
|
|
34
|
-
wavelength_is_vacuum: false
|
|
35
35
|
temperature: 20.0 °C
|
|
36
36
|
thermal_dispersion:
|
|
37
|
-
- type:
|
|
37
|
+
- type: Schott formula
|
|
38
38
|
coefficients: -2.51e-07 1.07e-08 -2.4e-11 7.85e-07 1.15e-09 0.278
|
|
39
39
|
nd: 1.67271
|
|
40
40
|
Vd: 32.25
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
F. Gan.
|
|
7
|
+
Optical properties of fluoride glasses: a review.
|
|
8
|
+
<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>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
Room temperature.
|
|
7
11
|
DATA:
|
|
8
12
|
- type: formula 1
|
|
9
13
|
wavelength_range: 0.365 3.50
|
|
@@ -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
|
+
P. E. Ciddor.
|
|
7
|
+
Refractive index of air: new equations for the visible and near infrared.
|
|
8
|
+
<a href="https://doi.org/10.1364/AO.35.001566"><i>Appl. Optics</i> <b>35</b>, 1566-1573 (1996)</a><br>
|
|
9
|
+
[<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]
|
|
10
|
+
COMMENTS: |
|
|
11
|
+
Standard air: dry air at 15 °C, 101.325 kPa and with 450 ppm CO<sub>2</sub> content.
|
|
12
|
+
DATA:
|
|
13
|
+
- type: formula 6
|
|
14
|
+
wavelength_range: 0.23 1.690
|
|
15
|
+
coefficients: 0 0.05792105 238.0185 0.00167917 57.362
|
|
16
|
+
SPECS:
|
|
17
|
+
temperature: 15 °C
|
|
18
|
+
pressure: 101325 Pa
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
1) A. Bideau-Mehu, Y. Guern, R. Abjean, A. Johannin-Gilles.
|
|
7
|
+
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.
|
|
8
|
+
<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>
|
|
9
|
+
2) T. Larsén.
|
|
10
|
+
Beitrag zur Dispersion der Edelgase.
|
|
11
|
+
<a href="https://doi.org/10.1007/BF01343498"><i>Z. Physik</i> <b>88</b>, 389-394 (1934)</a><br>
|
|
12
|
+
* 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.
|
|
13
|
+
COMMENTS: |
|
|
14
|
+
Standard conditions. 0 °C, 760 torr (101.325 kPa).
|
|
15
|
+
DATA:
|
|
16
|
+
- type: formula 6
|
|
17
|
+
wavelength_range: 0.1404 0.5677
|
|
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
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
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>
|
|
7
|
+
COMMENTS: |
|
|
8
|
+
|
|
7
9
|
DATA:
|
|
8
10
|
- type: formula 2
|
|
9
11
|
wavelength_range: 0.31 2.5
|
|
@@ -35,11 +37,9 @@ DATA:
|
|
|
35
37
|
2.325 5.1298E-06
|
|
36
38
|
2.500 8.5849E-06
|
|
37
39
|
SPECS:
|
|
38
|
-
n_is_absolute: false
|
|
39
|
-
wavelength_is_vacuum: false
|
|
40
40
|
temperature: 20.0 °C
|
|
41
41
|
thermal_dispersion:
|
|
42
|
-
- type:
|
|
42
|
+
- type: Schott formula
|
|
43
43
|
coefficients: -1.67e-06 8.8e-09 -2.86e-11 5.42e-07 7.81e-10 0.172
|
|
44
44
|
nd: 1.51112
|
|
45
45
|
Vd: 60.41
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
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>
|
|
7
|
+
COMMENTS: |
|
|
8
|
+
lead containing glass type
|
|
7
9
|
DATA:
|
|
8
10
|
- type: formula 2
|
|
9
11
|
wavelength_range: 0.32 2.5
|
|
@@ -33,11 +35,9 @@ DATA:
|
|
|
33
35
|
2.325 2.8000E-06
|
|
34
36
|
2.500 4.2123E-06
|
|
35
37
|
SPECS:
|
|
36
|
-
n_is_absolute: false
|
|
37
|
-
wavelength_is_vacuum: false
|
|
38
38
|
temperature: 20.0 °C
|
|
39
39
|
thermal_dispersion:
|
|
40
|
-
- type:
|
|
40
|
+
- type: Schott formula
|
|
41
41
|
coefficients: 1.51e-06 1.56e-08 -2.78e-11 9.34e-07 1.04e-09 0.25
|
|
42
42
|
nd: 1.62004
|
|
43
43
|
Vd: 36.37
|
|
@@ -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
|
+
1) I. H. Malitson.
|
|
7
|
+
Interspecimen comparison of the refractive index of fused silica.
|
|
8
|
+
<a href="https://doi.org/10.1364/JOSA.55.001205"><i>J. Opt. Soc. Am.</i> <b>55</b>, 1205-1208 (1965)</a><br>
|
|
9
|
+
2) C. Z. Tan.
|
|
10
|
+
Determination of refractive index of silica glass for infrared wavelengths by IR spectroscopy.
|
|
11
|
+
<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>
|
|
12
|
+
* 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.
|
|
13
|
+
COMMENTS: |
|
|
14
|
+
Fused silica, 20 °C
|
|
15
|
+
DATA:
|
|
16
|
+
- type: formula 1
|
|
17
|
+
wavelength_range: 0.21 6.7
|
|
18
|
+
coefficients: 0 0.6961663 0.0684043 0.4079426 0.1162414 0.8974794 9.896161
|
|
19
|
+
SPECS:
|
|
20
|
+
temperature: 20 °C
|
|
@@ -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
|
+
1) Icenogle, B. C. Platt, W. L. Wolfe
|
|
7
|
+
Refractive indexes and temperature coefficients of germanium and silicon,
|
|
8
|
+
<a https://doi.org/10.1364/AO.15.002348"><i>Appl. Opt.</i> <b>15</b> 2348-2351 (1976)</a><br>
|
|
9
|
+
2) N. P. Barnes and M. S. Piltch.
|
|
10
|
+
Temperature-dependent Sellmeier coefficients and nonlinear optics average power limit for germanium.
|
|
11
|
+
<a href="https://doi.org/10.1364/JOSA.69.000178"><i>J. Opt. Soc. Am.</i> <b>69</b> 178-180 (1979)</a><br>
|
|
12
|
+
* Ref. 2 provides temperature-dependent Sellmeier equations based on data from Ref. 1.
|
|
13
|
+
COMMENTS: |
|
|
14
|
+
293 K (20 °C)
|
|
15
|
+
DATA:
|
|
16
|
+
- type: formula 2
|
|
17
|
+
wavelength_range: 2.5 12
|
|
18
|
+
coefficients: 8.28156 6.72880 0.44105 0.21307 3870.1
|
|
@@ -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: |
|
|
6
|
+
D. E. Zelmon, D. L. Small, D. Jundt.
|
|
7
|
+
Infrared corrected Sellmeier coefficients for congruently grown lithium niobate and 5 mol.% magnesium oxide-doped lithium niobate.
|
|
8
|
+
<a href="https://doi.org/10.1364/JOSAB.14.003319"><i>J. Opt. Soc. Am. B</i> <b>14</b>, 3319-3322 (1997)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
21 °C. Ordinary ray (o). Congruently grown lithium niobate.
|
|
11
|
+
DATA:
|
|
12
|
+
- type: formula 2
|
|
13
|
+
wavelength_range: 0.4 5.0
|
|
14
|
+
coefficients: 0 2.6734 0.01764 1.2290 0.05914 12.614 474.60
|
|
@@ -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
|
+
SPECS:
|
|
17
|
+
temperature: 20 °C
|
|
@@ -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
|
+
1) C. D. Salzberg and J. J. Villa.
|
|
7
|
+
Infrared refractive indexes of silicon, germanium and modified selenium glass.
|
|
8
|
+
<a href="https://doi.org/10.1364/JOSA.47.000244"><i>J. Opt. Soc. Am.</i>, <b>47</b>, 244-246 (1957)</a><br>
|
|
9
|
+
2) B. Tatian.
|
|
10
|
+
Fitting refractive-index data with the Sellmeier dispersion formula.
|
|
11
|
+
<a href="https://doi.org/10.1364/AO.23.004477"><i>Appl. Opt.</i> <b>23</b>, 4477-4485 (1984)</a><br>
|
|
12
|
+
* Ref. 2 provides a dispersion formula based on data from Ref. 1
|
|
13
|
+
COMMENTS: |
|
|
14
|
+
26 °C, Unknown purity
|
|
15
|
+
DATA:
|
|
16
|
+
- type: formula 1
|
|
17
|
+
wavelength_range: 1.357 11.04
|
|
18
|
+
coefficients: 0 10.6684293 0.301516485 0.0030434748 1.13475115 1.54133408 1104
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
M. Rubin.
|
|
7
|
+
Optical properties of soda lime silica glasses.
|
|
8
|
+
<a href="https://doi.org/10.1016/0165-1633(85)90052-8"><i>Sol. Energy Mater.</i> <b>12</b>, 275-288 (1985)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
Clear soda lime silica window glass
|
|
7
11
|
DATA:
|
|
8
12
|
- type: formula 5
|
|
9
13
|
wavelength_range: 0.31 4.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. Daimon and A. Masumura.
|
|
7
|
+
Measurement of the refractive index of distilled water from the near-infrared region to the ultraviolet region.
|
|
8
|
+
<a href="https://doi.org/10.1364/AO.46.003811"><i>Appl. Opt.</i> <b>46</b>, 3811-3820 (2007)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
High performance liquid chromatography (HPLC) distilled water at 19.0 °C.
|
|
11
|
+
DATA:
|
|
12
|
+
- type: formula 2
|
|
13
|
+
wavelength_range: 0.182 1.129
|
|
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
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
A. D. Rakić.
|
|
7
|
+
Algorithm for the determination of intrinsic optical constants of metal films: application to aluminum.
|
|
8
|
+
<a href="https://doi.org/10.1364/AO.34.004755"><i>Appl. Opt.</i> <b>34</b>, 4755-4767 (1995)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
\Optical and electron-energy-loss data for evaporated-aluminum films have been critically analyzed and used in an iterative, self-consistent algorithm that represents a combination of the Kramers-Kronig analysis and the semiquantum-model application.""
|
|
7
11
|
DATA:
|
|
8
12
|
- type: tabulated nk
|
|
9
13
|
data: |
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
A. G. Mathewson and H. P. Myers.
|
|
7
|
+
Absolute values of the optical constants of some pure metals.
|
|
8
|
+
<a href="https://doi.org/10.1088/0031-8949/4/6/009"><i>Phys. Scr.</i> <b>4</b>, 291-292 (1971)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
298 K (24.85 °C)
|
|
7
11
|
DATA:
|
|
8
12
|
- type: tabulated nk
|
|
9
13
|
data: |
|
|
@@ -67,6 +71,4 @@ DATA:
|
|
|
67
71
|
1.54980 0.80774 7.24241
|
|
68
72
|
1.65312 0.88689 7.66724
|
|
69
73
|
SPECS:
|
|
70
|
-
n_is_absolute: true
|
|
71
|
-
wavelength_is_vacuum: true
|
|
72
74
|
temperature: 298 K
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
P. B. Johnson and R. W. Christy.
|
|
7
|
+
Optical constants of the noble metals.
|
|
8
|
+
<a href="https://doi.org/10.1103/PhysRevB.6.4370"><i>Phys. Rev. B</i> <b>6</b>, 4370-4379 (1972)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
Room temperature
|
|
7
11
|
DATA:
|
|
8
12
|
- type: tabulated nk
|
|
9
13
|
data: |
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
P. B. Johnson and R. W. Christy.
|
|
7
|
+
Optical constants of the noble metals.
|
|
8
|
+
<a href="https://doi.org/10.1103/PhysRevB.6.4370"><i>Phys. Rev. B</i> <b>6</b>, 4370-4379 (1972)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
Room temperature
|
|
7
11
|
DATA:
|
|
8
12
|
- type: tabulated nk
|
|
9
13
|
data: |
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
P. B. Johnson and R. W. Christy.
|
|
7
|
+
Optical constants of transition metals: Ti, V, Cr, Mn, Fe, Co, Ni, and Pd.
|
|
8
|
+
<a href="https://doi.org/10.1103/PhysRevB.9.5056"><i>Phys. Rev. B</i> <b>9</b>, 5056-5070 (1974)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
Room temperature
|
|
7
11
|
DATA:
|
|
8
12
|
- type: tabulated nk
|
|
9
13
|
data: |
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
# refractiveindex.info database is in the public domain
|
|
3
3
|
# copyright and related rights waived via CC0 1.0
|
|
4
4
|
|
|
5
|
-
REFERENCES:
|
|
6
|
-
|
|
5
|
+
REFERENCES: |
|
|
6
|
+
P. B. Johnson and R. W. Christy.
|
|
7
|
+
Optical constants of transition metals: Ti, V, Cr, Mn, Fe, Co, Ni, and Pd.
|
|
8
|
+
<a href="https://doi.org/10.1103/PhysRevB.9.5056"><i>Phys. Rev. B</i> <b>9</b>, 5056-5070 (1974)</a>
|
|
9
|
+
COMMENTS: |
|
|
10
|
+
Room temperature
|
|
7
11
|
DATA:
|
|
8
12
|
- type: tabulated nk
|
|
9
13
|
data: |
|