PyOptik 1.1.7.post0__tar.gz → 1.3.0.post0__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.1.7.post0 → pyoptik-1.3.0.post0}/PKG-INFO +1 -1
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/_version.py +2 -2
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik.egg-info/PKG-INFO +1 -1
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/examples/plot_silica.py +1 -1
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/examples/plot_silver.py +2 -2
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/examples/plot_water.py +1 -1
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/.github/dependabot.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/.github/workflows/coverage.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/.github/workflows/deploy_workflow.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/.gitignore +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/.readthedocs.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/LICENSE +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/__init__.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/base_class.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/__init__.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/BAK1.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/BK7.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/SF5.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/ZBLAN.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/__init__.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/argon.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/crown.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/default.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/flint.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/fluorine_doped_silica_1%.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/fluorine_doped_silica_2%.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/fused_silica.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/germanium.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/lithium_niobate.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/polystyren.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/silica.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/silicon.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/soda_lime_glass.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/test.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/water.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/__init__.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/aluminium.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/calcium.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/copper.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/default.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/gold.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/iron.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/nickel.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/silver.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/sodium.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/test.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/tabulated/zinc.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/test.yml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/directories.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/download.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/material.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/sellmeier_class.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/tabulated_class.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/utils.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik.egg-info/SOURCES.txt +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik.egg-info/dependency_links.txt +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik.egg-info/requires.txt +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik.egg-info/top_level.txt +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/README.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/developments/testing.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/Makefile +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/deprecated/experiment_material.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/examples/README.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/examples/plot_bk7.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/examples/plot_sf5.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/images/logo.png +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/make.bat +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/_static/default.css +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/code.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/conf.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/add_material.ipynb +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/add_material.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/add_material.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/add_material_codeobj.pickle +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/get_values.ipynb +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/get_values.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/get_values.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/get_values_codeobj.pickle +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/images/sphx_glr_plot_sellmeier_0_001.png +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/images/sphx_glr_plot_sellmeier_1_001.png +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/images/thumb/sphx_glr_add_material_thumb.png +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/images/thumb/sphx_glr_get_values_thumb.png +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_sellmeier_0_thumb.png +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_sellmeier_1_thumb.png +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/index.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_0.ipynb +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_0.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_0.py.md5 +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_0.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_0_codeobj.pickle +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_1.ipynb +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_1.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_1.py.md5 +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_1.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_1_codeobj.pickle +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/sg_execution_times.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/index.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/references.rst +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/pyproject.toml +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/setup.cfg +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/tests/__init__.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/tests/test_extra.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/tests/test_sellmeier.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/tests/test_tabulated.py +0 -0
- {pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/tests/test_usual_material.py +0 -0
|
@@ -12,5 +12,5 @@ __version__: str
|
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
|
13
13
|
version_tuple: VERSION_TUPLE
|
|
14
14
|
|
|
15
|
-
__version__ = version = '1.
|
|
16
|
-
__version_tuple__ = version_tuple = (1,
|
|
15
|
+
__version__ = version = '1.3.0.post0'
|
|
16
|
+
__version_tuple__ = version_tuple = (1, 3, 0)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Plot the Refractive Index of Optical Material: Silica
|
|
3
3
|
=====================================================
|
|
4
4
|
|
|
5
|
-
This module demonstrates the usage of the PyOptik library to calculate and plot the refractive index of the optical material Silica over a specified range of wavelengths.
|
|
5
|
+
This module demonstrates the usage of the PyOptik library to calculate and plot the refractive index of the optical material Silica glass over a specified range of wavelengths.
|
|
6
6
|
|
|
7
7
|
"""
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Plot the Refractive Index of Optical Material:
|
|
2
|
+
Plot the Refractive Index of Optical Material: Silver
|
|
3
3
|
=====================================================
|
|
4
4
|
|
|
5
|
-
This module demonstrates the usage of the PyOptik library to calculate and plot the refractive index of the optical material
|
|
5
|
+
This module demonstrates the usage of the PyOptik library to calculate and plot the refractive index of the optical material silver over a specified range of wavelengths.
|
|
6
6
|
|
|
7
7
|
"""
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Plot the Refractive Index of Optical Material:
|
|
2
|
+
Plot the Refractive Index of Optical Material: Water
|
|
3
3
|
=====================================================
|
|
4
4
|
|
|
5
5
|
This module demonstrates the usage of the PyOptik library to calculate and plot the refractive index of the optical material water over a specified range of wavelengths.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/fluorine_doped_silica_1%.yml
RENAMED
|
File without changes
|
{pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/PyOptik/data/sellmeier/fluorine_doped_silica_2%.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_0_codeobj.pickle
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoptik-1.1.7.post0 → pyoptik-1.3.0.post0}/docs/source/gallery/plot_sellmeier_1_codeobj.pickle
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|