skinoptics 0.0.1b5__tar.gz → 0.0.1b6__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.
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/PKG-INFO +4 -3
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/README.md +1 -1
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/index.rst +7 -3
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/pyproject.toml +2 -2
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/__init__.py +3 -7
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/absorption_coefficient.py +4 -6
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/anisotropy_factor.py +17 -17
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/dataframes.py +26 -27
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/refractive_index.py +12 -12
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/PKG-INFO +4 -3
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/SOURCES.txt +0 -1
- skinoptics-0.0.1b5/skinoptics/datasets/colors/wps.txt +0 -11
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/LICENSE.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/Makefile +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/01_utils.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/02_dataframes.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/03_absorption_coefficient.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/04_scattering_coefficient.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/05_anisotropy_factor.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/06_refractive_index.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/07_colors.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/environment.pickle +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/index.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/modules.doctree +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/.buildinfo +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/01_utils.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/02_dataframes.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/03_absorption_coefficient.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/04_scattering_coefficient.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/05_anisotropy_factor.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/06_refractive_index.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/07_colors.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/01_utils.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/02_dataframes.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/03_absorption_coefficient.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/04_scattering_coefficient.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/05_anisotropy_factor.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/06_refractive_index.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/07_colors.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/index.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/modules.rst.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/alabaster.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/basic.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/custom.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/debug.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/doctools.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/documentation_options.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/file.png +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/github-banner.svg +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/language_data.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/minus.png +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/openmoji_1F506.svg +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/openmoji_2728.svg +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/plus.png +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/pygments.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo-extensions.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo.js.LICENSE.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo.js.map +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/searchtools.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/skeleton.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo-extensions.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo-extensions.css.map +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo.css.map +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/twemoji.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/twemoji.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/genindex.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/index.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/modules.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/objects.inv +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/py-modindex.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/search.html +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/searchindex.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/LICRcyr2utf8.xdy +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/LICRlatin2utf8.xdy +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/LatinRules.xdy +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/Makefile +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/_static/twemoji.css +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/_static/twemoji.js +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/latexmkjarc +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/latexmkrc +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/make.bat +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/python.ist +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/skinoptics.tex +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinx.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinx.xdy +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxhighlight.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxhowto.cls +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexadmonitions.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexcontainers.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexgraphics.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexindbibtoc.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexlists.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexliterals.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexnumfig.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexobjects.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexshadowbox.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexstyleheadings.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexstylepage.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexstyletext.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatextables.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxmanual.cls +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxmessages.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxoptionsgeometry.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxoptionshyperref.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxpackageboxes.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxpackagecyrillic.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxpackagefootnote.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxpackagesubstitutefont.sty +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/make.bat +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/01_utils.rst +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/02_dataframes.rst +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/03_absorption_coefficient.rst +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/04_scattering_coefficient.rst +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/05_anisotropy_factor.rst +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/06_refractive_index.rst +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/07_colors.rst +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/_static/openmoji_1F506.svg +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/_static/openmoji_2728.svg +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/conf.py +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/modules.rst +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/readthedocs.yaml +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/setup.cfg +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/colors.py +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/Lab_Alaluf2002.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/Lab_Xiao2017.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/cmfs.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/rspds_A_D50_D65.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/rspds_D55_D75.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/DE_Salomatina.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/DE_Shimojo.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/EP_Salomatina.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/EP_Shimojo.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/HY_Salomatina.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/HY_Shimojo.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/SCC_Salomatina.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/beta_oxy_Friebel.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/ext_and_molarext_eum_Sarna.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/ext_and_molarext_oxy_and_deo_Prahl.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/ext_and_molarext_phe_Sarna.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/iBCC_Salomatina.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/molarext_bil_Li.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/mua_fat_vanVeen.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/mua_wat_Hale.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/mua_wat_Segelstein.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/nBCC_Salomatina.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_AT_Matiatou.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_HY_Matiatou.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_DE_Ding.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_EP_Ding.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_wat_Hale.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_wat_Segelstein.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/oxy_and_deo_Bosschaart.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/spectra/Xiao2016/skindatabaseSpectra/readmeSpectra.docx +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/spectra/Xiao2016/skindatabaseSpectra/skin spectra data.xlsx +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/scattering_coefficient.py +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/utils.py +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/dependency_links.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/requires.txt +0 -0
- {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: skinoptics
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.1b6
|
4
4
|
Summary: SkinOptics: a python package with tools for building human skin computational models for Monte Carlo simulations of light transport
|
5
5
|
Author-email: Victor Lima <victorporto@ifsc.usp.br>
|
6
6
|
Project-URL: Homepage, https://github.com/victorportog/skinoptics
|
@@ -13,6 +13,7 @@ License-File: LICENSE.txt
|
|
13
13
|
Requires-Dist: numpy<2.0.0,>=1.26.4
|
14
14
|
Requires-Dist: scipy<2.0.0,>=1.13.0
|
15
15
|
Requires-Dist: pandas<3.0.0,>=2.2.2
|
16
|
+
Dynamic: license-file
|
16
17
|
|
17
18
|
SkinOptics
|
18
19
|
==========
|
@@ -21,7 +22,7 @@ SkinOptics
|
|
21
22
|
models for Monte Carlo simulations of light transport, as well as tools for analyzing simulation
|
22
23
|
outputs. It can also be used for teaching and exploring about Optical Properties and Colorimetry.
|
23
24
|
|
24
|
-
**SkinOptics** is under
|
25
|
+
**SkinOptics** is under continuous development.
|
25
26
|
|
26
27
|
New features may be available in the future.
|
27
28
|
|
@@ -5,7 +5,7 @@ SkinOptics
|
|
5
5
|
models for Monte Carlo simulations of light transport, as well as tools for analyzing simulation
|
6
6
|
outputs. It can also be used for teaching and exploring about Optical Properties and Colorimetry.
|
7
7
|
|
8
|
-
**SkinOptics** is under
|
8
|
+
**SkinOptics** is under continuous development.
|
9
9
|
|
10
10
|
New features may be available in the future.
|
11
11
|
|
@@ -5,7 +5,7 @@ SkinOptics documentation
|
|
5
5
|
| models for Monte Carlo simulations of light transport, as well as tools for analyzing simulation
|
6
6
|
| outputs. It can also be used for teaching and exploring about Optical Properties and Colorimetry.
|
7
7
|
|
8
|
-
**SkinOptics** is under
|
8
|
+
**SkinOptics** is under continuous development.
|
9
9
|
|
10
10
|
New features may be available in the future.
|
11
11
|
|
@@ -73,7 +73,11 @@ Some ipynb files with usage examples will be available soon.
|
|
73
73
|
Source Code
|
74
74
|
-----------
|
75
75
|
|
76
|
-
**SkinOptics** scripts are publicly available
|
76
|
+
**SkinOptics** scripts are publicly available on `GitHub <https://github.com/victorportog/skinoptics>`_.
|
77
|
+
|
78
|
+
Release History
|
79
|
+
---------------
|
80
|
+
A list of all **SkinOptics** versions, ordered by release date, is available on `PyPI <https://pypi.org/project/skinoptics/#history>`_.
|
77
81
|
|
78
82
|
License
|
79
83
|
-------
|
@@ -100,7 +104,7 @@ If **SkinOptics** is being useful for a presentation, publication or other purpo
|
|
100
104
|
|
101
105
|
Suggestion:
|
102
106
|
|
103
|
-
| V. P. G
|
107
|
+
| LIMA, V. P. G. SkinOptics documentation. 2024.
|
104
108
|
| Available at <https://skinoptics.readthedocs.io/>.
|
105
109
|
|
106
110
|
BibTex entry:
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "skinoptics"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.1b6"
|
8
8
|
authors = [
|
9
9
|
{ name="Victor Lima", email="victorporto@ifsc.usp.br"},
|
10
10
|
]
|
@@ -26,4 +26,4 @@ dependencies = [
|
|
26
26
|
Homepage = "https://github.com/victorportog/skinoptics"
|
27
27
|
|
28
28
|
[tool.setuptools]
|
29
|
-
packages = ["skinoptics", "skinoptics.datasets"]
|
29
|
+
packages = ["skinoptics", "skinoptics.datasets", "skinoptics.datasets.optical_properties", "skinoptics.datasets.colors"]
|
@@ -24,11 +24,7 @@ Copyright (C) 2024 Victor Lima
|
|
24
24
|
| October 2024
|
25
25
|
|
26
26
|
| Version History:
|
27
|
-
|
|
28
|
-
| 0.0.1b2 - release date: 2024 October 18
|
29
|
-
| 0.0.1b3 - release date: 2024 October 18
|
30
|
-
| 0.0.1b4 - release date: 2024 October 18
|
31
|
-
| 0.0.1b5 - release date: 2024 October 18
|
27
|
+
| available at <https://pypi.org/project/skinoptics/#history>
|
32
28
|
'''
|
33
29
|
|
34
30
|
__all__ = ['utils', 'dataframes',
|
@@ -39,10 +35,10 @@ __all__ = ['utils', 'dataframes',
|
|
39
35
|
__version__major = '0'
|
40
36
|
__version__minor = '0'
|
41
37
|
__version__micro = '1'
|
42
|
-
__version__suffix = '
|
38
|
+
__version__suffix = 'b6'
|
43
39
|
|
44
40
|
__author__ = "Victor Lima"
|
45
|
-
__copyright__ = "Copyright (c) 2024 Victor Lima"
|
41
|
+
__copyright__ = "Copyright (c) 2024-2025 Victor Lima"
|
46
42
|
__license__ = "GNU General Public License v3.0"
|
47
43
|
__maintainer__ = "Victor Lima"
|
48
44
|
__version__ = '.'.join((__version__major, __version__minor, __version__micro)) + __version__suffix
|
@@ -482,8 +482,8 @@ def molarext_bil_Li(lambda0):
|
|
482
482
|
r'''
|
483
483
|
| The molar extinction coefficient of BILIRUBIN in chloroform as a function of wavelength.
|
484
484
|
| Linear interpolation of experimental data obtained with a Cary 3 by J. Li on 1997,
|
485
|
-
| scaled to match 55,000 cm^-1 M^-1 at 450.8 nm [AF90] and publicly available by S.
|
486
|
-
|
|
485
|
+
| scaled to match 55,000 cm^-1 M^-1 at 450.8 nm [AF90] and publicly available by S. Prahl
|
486
|
+
| at <https://omlc.org/spectra/PhotochemCAD/html/119.html>.
|
487
487
|
| The data is also available at PhotochemCAD [TL23]
|
488
488
|
| <https://www.photochemcad.com/databases/common-compounds/oligopyrroles/bilirubin>.
|
489
489
|
|
@@ -539,8 +539,7 @@ def mua_wat_Hale(lambda0):
|
|
539
539
|
r'''
|
540
540
|
| The absorption coefficient of WATER as a function of wavelength.
|
541
541
|
| Linear interpolation of data from Hale & Querry 1973 [HQ73] collected and processed
|
542
|
-
| by S.
|
543
|
-
| <https://omlc.org/spectra/water/abs/index.html>.
|
542
|
+
| by S. Prahl and publicly available at <https://omlc.org/spectra/water/abs/index.html>.
|
544
543
|
|
545
544
|
wavelength range: [200 nm, 200 μm]
|
546
545
|
|
@@ -560,8 +559,7 @@ def mua_wat_Segelstein(lambda0):
|
|
560
559
|
r'''
|
561
560
|
| The absorption coefficient of WATER as a function of wavelength.
|
562
561
|
| Linear interpolation of data from D. J. Segelstein's M.S. Thesis 1981 [S81],
|
563
|
-
| collected by S.
|
564
|
-
| <https://omlc.org/spectra/water/abs/index.html>.
|
562
|
+
| collected by S. Prahl and publicly available at <https://omlc.org/spectra/water/abs/index.html>.
|
565
563
|
|
566
564
|
| wavelength range: [10 nm, 10 m].
|
567
565
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
| Release Date:
|
23
23
|
| October 2024
|
24
24
|
| Last Modification:
|
25
|
-
| October
|
25
|
+
| October 2025
|
26
26
|
|
27
27
|
| References:
|
28
28
|
|
@@ -60,7 +60,7 @@
|
|
60
60
|
|
61
61
|
| [D03] Draine 2003.
|
62
62
|
| Scattering by Interstellar Dust Grains. I. Optical and Ultraviolet.
|
63
|
-
| https://doi.org/10.
|
63
|
+
| https://doi.org/10.1086/379118
|
64
64
|
|
65
65
|
| [F11] Frisvad 2011.
|
66
66
|
| Importance sampling the Rayleigh phase function.
|
@@ -162,9 +162,9 @@ def ptheta_TTHG(theta, g1, g2, gamma):
|
|
162
162
|
|
163
163
|
:math:`p_{TTHG}(\theta, g_1, g_2, \gamma) = \gamma \mbox{ } p_{HG}(\theta, g_1) + (1 - \gamma) \mbox{ } p_{HG}(\theta, g_2)`
|
164
164
|
|
165
|
-
:math:`g_1`
|
165
|
+
:math:`g_1` characterizes the shape and the strength of the forward scattering peak
|
166
166
|
|
167
|
-
:math:`g_2`
|
167
|
+
:math:`g_2` characterizes the shape and the strength of the backward scattering peak
|
168
168
|
|
169
169
|
:param theta: scattering angle [degrees]
|
170
170
|
:type theta: float or np.ndarray
|
@@ -234,9 +234,9 @@ def ptheta_TTRM(theta, g1, g2, alpha1, alpha2, gamma):
|
|
234
234
|
|
235
235
|
:math:`p_{TTRM}(\theta, g_1, g_2, \alpha_1, \alpha_2, \gamma) = \gamma \mbox{ } p_{RM}(\theta, g_1, \alpha_1) + (1 - \gamma) \mbox{ } p_{RM}(\theta, g_2, \alpha_2)`
|
236
236
|
|
237
|
-
:math:`g_1`
|
237
|
+
:math:`g_1` characterizes the shape and the strength of the forward scattering peak
|
238
238
|
|
239
|
-
:math:`g_2`
|
239
|
+
:math:`g_2` characterizes the shape and the strength of the backward scattering peak
|
240
240
|
|
241
241
|
:param theta: scattering angle [degrees]
|
242
242
|
:type theta: float or np.ndarray
|
@@ -308,7 +308,7 @@ def ptheta_D(theta, g, alpha):
|
|
308
308
|
|
309
309
|
:math:`p_{D}(\theta, g, \alpha) = 3\frac{1 + \alpha \cos^2\theta}{3 + \alpha (1 + 2g^2)} \mbox{ } p_{HG}(\theta, g)`
|
310
310
|
|
311
|
-
| For :math:`\alpha = 1` and :math:`g = 0` it reduces to the Rayleigh phase function.
|
311
|
+
| For :math:`\alpha = 1` and :math:`g = 0` it reduces to the Rayleigh scattering phase function.
|
312
312
|
| For :math:`\alpha = 0` it reduces to the Henyey-Greenstein scattering phase function.
|
313
313
|
| For :math:`\alpha = 1` it reduces to the Cornette-Shanks scattering phase function
|
314
314
|
|
@@ -363,9 +363,9 @@ def ptheta_TTU2(theta, g1, g2, gamma):
|
|
363
363
|
|
364
364
|
:math:`p_{TTU2}(\theta, g_1, g_2, \gamma) = \gamma \mbox{ } p_{U2}(\theta, g_1) + (1 - \gamma) \mbox{ } p_{U2}(\theta, g_2)`
|
365
365
|
|
366
|
-
:math:`g_1`
|
366
|
+
:math:`g_1` characterizes the shape and the strength of the forward scattering peak
|
367
367
|
|
368
|
-
:math:`g_2`
|
368
|
+
:math:`g_2` characterizes the shape and the strength of the backward scattering peak
|
369
369
|
|
370
370
|
:param theta: scattering angle [degrees]
|
371
371
|
:type theta: float or np.ndarray
|
@@ -535,9 +535,9 @@ def costheta_TTHG(g1, g2, gamma):
|
|
535
535
|
|
536
536
|
:math:`\langle \cos\theta \rangle_{TTHG}(g_1, g_2, \gamma) = \gamma \mbox{ } g_1 + (1 - \gamma) \mbox { } g_2`
|
537
537
|
|
538
|
-
:math:`g_1`
|
538
|
+
:math:`g_1` characterizes the shape and the strength of the forward scattering peak
|
539
539
|
|
540
|
-
:math:`g_2`
|
540
|
+
:math:`g_2` characterizes the shape and the strength of the backward scattering peak
|
541
541
|
|
542
542
|
:param g1: parameter :math:`g_1` [-] (must be in the range [0, 1])
|
543
543
|
:type g1: float
|
@@ -670,9 +670,9 @@ def costheta_TTRM(g1, g2, alpha1, alpha2, gamma):
|
|
670
670
|
|
671
671
|
:math:`\langle \cos\theta \rangle_{TTRM}(g_1, g_2, \alpha_1, \alpha_2, \gamma) = \gamma \mbox{ } \langle \cos\theta \rangle_{RM}(g_1, \alpha_1) + (1 - \gamma) \mbox{ } \langle \cos\theta \rangle_{RM}(g_2, \alpha_2)`
|
672
672
|
|
673
|
-
:math:`g_1`
|
673
|
+
:math:`g_1` characterizes the shape and the strength of the forward scattering peak
|
674
674
|
|
675
|
-
:math:`g_2`
|
675
|
+
:math:`g_2` characterizes the shape and the strength of the backward scattering peak
|
676
676
|
|
677
677
|
:param g1: parameter :math:`g_1` [-] (must be in the range [0, 1])
|
678
678
|
:type g1: float
|
@@ -760,7 +760,7 @@ def costheta_CS(g):
|
|
760
760
|
| scattering phase function.
|
761
761
|
| For details please check Cornette & Shanks 1992 [CS92].
|
762
762
|
|
763
|
-
:math:`\langle \cos\theta \rangle_{CS}(g) =
|
763
|
+
:math:`\langle \cos\theta \rangle_{CS}(g) = \frac{3(4 + g^2)}{5(2 + g^2)} \mbox{ } g`
|
764
764
|
|
765
765
|
:param g: parameter :math:`g` [-] (must be in the range [-1, 1])
|
766
766
|
:type g: float
|
@@ -788,7 +788,7 @@ def costheta_D(g, alpha):
|
|
788
788
|
| scattering phase function.
|
789
789
|
| For details please check Draine 2003 [D03].
|
790
790
|
|
791
|
-
:math:`\langle \cos\theta \rangle_{D}(g, \alpha) =
|
791
|
+
:math:`\langle \cos\theta \rangle_{D}(g, \alpha) = \frac{1 + \alpha(3 + 2g^2)/5}{1 + \alpha(1 + 2g^2)/3} \mbox{ } g`
|
792
792
|
|
793
793
|
:param g: parameter :math:`g` [-] (must be in the range [-1, 1])
|
794
794
|
:type g: float
|
@@ -849,9 +849,9 @@ def costheta_TTU2(g1, g2, gamma):
|
|
849
849
|
|
850
850
|
:math:`\langle \cos\theta \rangle_{TTU2}(g_1, g_2, \gamma) = \gamma \mbox{ } \langle \cos\theta \rangle_{U2}(g_1) + (1 - \gamma) \mbox{ } \langle \cos\theta \rangle_{U2}(g_2)`
|
851
851
|
|
852
|
-
:math:`g_1`
|
852
|
+
:math:`g_1` characterizes the shape and the strength of the forward scattering peak
|
853
853
|
|
854
|
-
:math:`g_2`
|
854
|
+
:math:`g_2` characterizes the shape and the strength of the backward scattering peak
|
855
855
|
|
856
856
|
:param g1: parameter :math:`g_1` [-] (must be in the range [0, 1])
|
857
857
|
:type g1: float
|
@@ -22,34 +22,34 @@
|
|
22
22
|
| Release Date:
|
23
23
|
| October 2024
|
24
24
|
| Last Modification:
|
25
|
-
|
|
25
|
+
| March 2025
|
26
26
|
|
27
27
|
| Example:
|
28
|
-
|
|
29
|
-
|
30
|
-
|
31
|
-
|
|
32
|
-
|
33
|
-
|
|
34
|
-
|
35
|
-
|
|
36
|
-
|
37
|
-
|
|
38
|
-
|
39
|
-
|
|
40
|
-
|
41
|
-
|
|
42
|
-
|
43
|
-
|
|
44
|
-
|
45
|
-
|
|
46
|
-
|
47
|
-
|
|
48
|
-
|
49
|
-
|
|
50
|
-
|
51
|
-
|
|
52
|
-
|
28
|
+
| Lab_Alaluf2002_dataframe (respective to datasets/colors/Lab_Alaluf2002.txt)
|
29
|
+
|
30
|
+
+------------------------------------------+------------------+------------------+------------------+
|
31
|
+
| group(body_location) | L*(D65,10o)[-] | a*(D65,10o)[-] | b*(D65,10o)[-] |
|
32
|
+
+==========================================+==================+==================+==================+
|
33
|
+
| european(photoprotected_volar_upper_arm) | 65 | 7.1 | 13.3 |
|
34
|
+
+------------------------------------------+------------------+------------------+------------------+
|
35
|
+
| chinese(photoprotected_volar_upper_arm) | 62.1 | 8.4 | 16.3 |
|
36
|
+
+------------------------------------------+------------------+------------------+------------------+
|
37
|
+
| mexican(photoprotected_volar_upper_arm) | 61.9 | 8.3 | 15.3 |
|
38
|
+
+------------------------------------------+------------------+------------------+------------------+
|
39
|
+
| indian(photoprotected_volar_upper_arm) | 53.7 | 10.3 | 17.9 |
|
40
|
+
+------------------------------------------+------------------+------------------+------------------+
|
41
|
+
| african(photoprotected_volar_upper_arm) | 49.2 | 10.2 | 18.4 |
|
42
|
+
+------------------------------------------+------------------+------------------+------------------+
|
43
|
+
| european(photoexposed_dorsal_forearm) | 53.94 | 12.57 | 19.23 |
|
44
|
+
+------------------------------------------+------------------+------------------+------------------+
|
45
|
+
| chinese(photoexposed_dorsal_forearm) | 51.38 | 12.69 | 19.18 |
|
46
|
+
+------------------------------------------+------------------+------------------+------------------+
|
47
|
+
| mexican(photoexposed_dorsal_forearm) | 50.42 | 12.69 | 19.58 |
|
48
|
+
+------------------------------------------+------------------+------------------+------------------+
|
49
|
+
| indian(photoexposed_dorsal_forearm) | 43.71 | 12.89 | 17.15 |
|
50
|
+
+------------------------------------------+------------------+------------------+------------------+
|
51
|
+
| african(photoexposed_dorsal_forearm) | 38.14 | 12.66 | 15.04 |
|
52
|
+
+------------------------------------------+------------------+------------------+------------------+
|
53
53
|
'''
|
54
54
|
|
55
55
|
import os
|
@@ -92,7 +92,6 @@ folder2 = os.path.join(folder0, 'datasets', 'colors')
|
|
92
92
|
rspds_A_D50_D65_dataframe = pd.read_csv(os.path.join(folder2, 'rspds_A_D50_D65.txt'), sep = ' ')
|
93
93
|
rspds_D55_D75_dataframe = pd.read_csv(os.path.join(folder2, 'rspds_D55_D75.txt'), sep = ' ')
|
94
94
|
cmfs_dataframe = pd.read_csv(os.path.join(folder2, 'cmfs.txt'), sep = ' ')
|
95
|
-
wps_dataframe = pd.read_csv(os.path.join(folder2, 'wps.txt'), sep = ' ')
|
96
95
|
|
97
96
|
Lab_Alaluf2002_dataframe = pd.read_csv(os.path.join(folder2, 'Lab_Alaluf2002.txt'), sep = ' ')
|
98
97
|
Lab_Xiao2017_dataframe = pd.read_csv(os.path.join(folder2, 'Lab_Xiao2017.txt'), sep = ' ')
|
@@ -22,7 +22,7 @@
|
|
22
22
|
| Release Date:
|
23
23
|
| October 2024
|
24
24
|
| Last Modification:
|
25
|
-
|
|
25
|
+
| March 2025
|
26
26
|
|
27
27
|
| References:
|
28
28
|
|
@@ -64,31 +64,31 @@ from scipy.interpolate import interp1d
|
|
64
64
|
from skinoptics.utils import *
|
65
65
|
from skinoptics.dataframes import *
|
66
66
|
|
67
|
-
def n_Cauchy(lambda0,
|
67
|
+
def n_Cauchy(lambda0, A, B, C, D):
|
68
68
|
r'''
|
69
69
|
The Cauchy's equation.
|
70
70
|
|
71
|
-
:math:`n(\lambda) =
|
71
|
+
:math:`n(\lambda) = A + \frac{B}{\lambda^2} + \frac{C}{\lambda^4} + \frac{D}{\lambda^6}`
|
72
72
|
|
73
73
|
:param lambda0: wavelength [nm]
|
74
74
|
:type lambda0: float or np.ndarray
|
75
75
|
|
76
|
-
:param
|
77
|
-
:type
|
76
|
+
:param A: coefficient :math:`A` [-]
|
77
|
+
:type A: float
|
78
78
|
|
79
|
-
:param
|
80
|
-
:type
|
79
|
+
:param B: coefficient :math:`B` [nm^2]
|
80
|
+
:type B: float
|
81
81
|
|
82
|
-
:param
|
83
|
-
:type
|
82
|
+
:param C: coefficient :math:`C` [nm^4]
|
83
|
+
:type C: float
|
84
84
|
|
85
|
-
:param
|
86
|
-
:type
|
85
|
+
:param D: coefficient :math:`D` [nm^6]
|
86
|
+
:type D: float
|
87
87
|
|
88
88
|
:return: - **n** (*float or np.ndarray*) – refractive index [-]
|
89
89
|
'''
|
90
90
|
|
91
|
-
return
|
91
|
+
return A + B/np.power(lambda0, 2., dtype = 'float64') + C/np.power(lambda0, 4., dtype = 'float64') + D/np.power(lambda0, 6., dtype = 'float64')
|
92
92
|
|
93
93
|
def n_Cornu(lambda0, A, B, C):
|
94
94
|
r'''
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: skinoptics
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.1b6
|
4
4
|
Summary: SkinOptics: a python package with tools for building human skin computational models for Monte Carlo simulations of light transport
|
5
5
|
Author-email: Victor Lima <victorporto@ifsc.usp.br>
|
6
6
|
Project-URL: Homepage, https://github.com/victorportog/skinoptics
|
@@ -13,6 +13,7 @@ License-File: LICENSE.txt
|
|
13
13
|
Requires-Dist: numpy<2.0.0,>=1.26.4
|
14
14
|
Requires-Dist: scipy<2.0.0,>=1.13.0
|
15
15
|
Requires-Dist: pandas<3.0.0,>=2.2.2
|
16
|
+
Dynamic: license-file
|
16
17
|
|
17
18
|
SkinOptics
|
18
19
|
==========
|
@@ -21,7 +22,7 @@ SkinOptics
|
|
21
22
|
models for Monte Carlo simulations of light transport, as well as tools for analyzing simulation
|
22
23
|
outputs. It can also be used for teaching and exploring about Optical Properties and Colorimetry.
|
23
24
|
|
24
|
-
**SkinOptics** is under
|
25
|
+
**SkinOptics** is under continuous development.
|
25
26
|
|
26
27
|
New features may be available in the future.
|
27
28
|
|
@@ -131,7 +131,6 @@ skinoptics/datasets/colors/Lab_Xiao2017.txt
|
|
131
131
|
skinoptics/datasets/colors/cmfs.txt
|
132
132
|
skinoptics/datasets/colors/rspds_A_D50_D65.txt
|
133
133
|
skinoptics/datasets/colors/rspds_D55_D75.txt
|
134
|
-
skinoptics/datasets/colors/wps.txt
|
135
134
|
skinoptics/datasets/optical_properties/DE_Salomatina.txt
|
136
135
|
skinoptics/datasets/optical_properties/DE_Shimojo.txt
|
137
136
|
skinoptics/datasets/optical_properties/EP_Salomatina.txt
|
@@ -1,11 +0,0 @@
|
|
1
|
-
illuminant observer Xn[-] Yn[-] Zn[-]
|
2
|
-
A 2o 1.0985 1.0000 0.3558
|
3
|
-
D50 2o 0.9641 1.0000 0.8250
|
4
|
-
D55 2o 0.9568 1.0000 0.9214
|
5
|
-
D65 2o 0.9504 1.0000 1.0888
|
6
|
-
D75 2o 0.9497 1.0000 1.2257
|
7
|
-
A 10o 1.1114 1.0000 0.3520
|
8
|
-
D50 10o 0.9671 1.0000 0.8141
|
9
|
-
D55 10o 0.9580 1.0000 0.9093
|
10
|
-
D65 10o 0.9481 1.0000 1.0733
|
11
|
-
D75 10o 0.9442 1.0000 1.2060
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/03_absorption_coefficient.doctree
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/04_scattering_coefficient.doctree
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
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/03_absorption_coefficient.rst.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/04_scattering_coefficient.rst.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/05_anisotropy_factor.rst.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/06_refractive_index.rst.txt
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
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo-extensions.js
RENAMED
File without changes
|
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo.js.LICENSE.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo-extensions.css
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo-extensions.css.map
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/DE_Salomatina.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/DE_Shimojo.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/EP_Salomatina.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/EP_Shimojo.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/HY_Salomatina.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/HY_Shimojo.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/SCC_Salomatina.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/iBCC_Salomatina.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/molarext_bil_Li.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/mua_fat_vanVeen.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/mua_wat_Hale.txt
RENAMED
File without changes
|
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/nBCC_Salomatina.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_AT_Matiatou.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_HY_Matiatou.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_DE_Ding.txt
RENAMED
File without changes
|
{skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_EP_Ding.txt
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
|