skinoptics 0.0.1b6__tar.gz → 0.0.1b8__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.1b6 → skinoptics-0.0.1b8}/PKG-INFO +1 -1
- skinoptics-0.0.1b8/docs/build/doctrees/02_dataframes.doctree +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/doctrees/03_absorption_coefficient.doctree +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/doctrees/05_anisotropy_factor.doctree +0 -0
- skinoptics-0.0.1b8/docs/build/doctrees/06_refractive_index.doctree +0 -0
- skinoptics-0.0.1b8/docs/build/doctrees/environment.pickle +0 -0
- skinoptics-0.0.1b8/docs/build/doctrees/index.doctree +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/.buildinfo +1 -1
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/01_utils.html +5 -5
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/02_dataframes.html +51 -62
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/03_absorption_coefficient.html +9 -11
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/04_scattering_coefficient.html +5 -5
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/05_anisotropy_factor.html +30 -30
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/06_refractive_index.html +12 -12
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/07_colors.html +5 -5
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/index.rst.txt +9 -4
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/documentation_options.js +1 -1
- skinoptics-0.0.1b8/docs/build/html/_static/tutorial_colors.html +16356 -0
- skinoptics-0.0.1b8/docs/build/html/_static/tutorial_optical_properties.html +16383 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/genindex.html +5 -5
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/index.html +17 -9
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/modules.html +5 -5
- skinoptics-0.0.1b8/docs/build/html/objects.inv +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/py-modindex.html +5 -5
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/search.html +5 -5
- skinoptics-0.0.1b8/docs/build/html/searchindex.js +1 -0
- skinoptics-0.0.1b8/docs/source/_static/tutorial_colors.html +16356 -0
- skinoptics-0.0.1b8/docs/source/_static/tutorial_optical_properties.html +16383 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/conf.py +4 -2
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/index.rst +2 -1
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/pyproject.toml +2 -2
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/__init__.py +6 -5
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/absorption_coefficient.py +4 -3
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/anisotropy_factor.py +30 -17
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/colors.py +4 -3
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/dataframes.py +4 -3
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/refractive_index.py +4 -3
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/scattering_coefficient.py +4 -3
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/utils.py +4 -3
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics.egg-info/PKG-INFO +1 -1
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics.egg-info/SOURCES.txt +4 -0
- skinoptics-0.0.1b6/docs/build/doctrees/02_dataframes.doctree +0 -0
- skinoptics-0.0.1b6/docs/build/doctrees/06_refractive_index.doctree +0 -0
- skinoptics-0.0.1b6/docs/build/doctrees/environment.pickle +0 -0
- skinoptics-0.0.1b6/docs/build/doctrees/index.doctree +0 -0
- skinoptics-0.0.1b6/docs/build/html/objects.inv +0 -0
- skinoptics-0.0.1b6/docs/build/html/searchindex.js +0 -1
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/LICENSE.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/README.md +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/Makefile +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/doctrees/01_utils.doctree +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/doctrees/04_scattering_coefficient.doctree +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/doctrees/07_colors.doctree +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/doctrees/modules.doctree +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/01_utils.rst.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/02_dataframes.rst.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/03_absorption_coefficient.rst.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/04_scattering_coefficient.rst.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/05_anisotropy_factor.rst.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/06_refractive_index.rst.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/07_colors.rst.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_sources/modules.rst.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/alabaster.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/basic.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/custom.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/debug.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/doctools.js +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/file.png +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/github-banner.svg +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/language_data.js +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/minus.png +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/openmoji_1F506.svg +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/openmoji_2728.svg +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/plus.png +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/pygments.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/scripts/furo-extensions.js +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/scripts/furo.js +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/scripts/furo.js.LICENSE.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/scripts/furo.js.map +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/searchtools.js +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/skeleton.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/styles/furo-extensions.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/styles/furo-extensions.css.map +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/styles/furo.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/styles/furo.css.map +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/twemoji.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/html/_static/twemoji.js +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/LICRcyr2utf8.xdy +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/LICRlatin2utf8.xdy +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/LatinRules.xdy +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/Makefile +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/_static/twemoji.css +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/_static/twemoji.js +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/latexmkjarc +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/latexmkrc +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/make.bat +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/python.ist +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/skinoptics.tex +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinx.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinx.xdy +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxhighlight.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxhowto.cls +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexadmonitions.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexcontainers.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexgraphics.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexindbibtoc.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexlists.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexliterals.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexnumfig.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexobjects.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexshadowbox.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexstyleheadings.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexstylepage.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatexstyletext.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxlatextables.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxmanual.cls +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxmessages.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxoptionsgeometry.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxoptionshyperref.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxpackageboxes.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxpackagecyrillic.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxpackagefootnote.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/latex/sphinxpackagesubstitutefont.sty +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/make.bat +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/01_utils.rst +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/02_dataframes.rst +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/03_absorption_coefficient.rst +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/04_scattering_coefficient.rst +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/05_anisotropy_factor.rst +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/06_refractive_index.rst +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/07_colors.rst +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/_static/openmoji_1F506.svg +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/_static/openmoji_2728.svg +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/source/modules.rst +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/readthedocs.yaml +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/setup.cfg +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/colors/Lab_Alaluf2002.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/colors/Lab_Xiao2017.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/colors/cmfs.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/colors/rspds_A_D50_D65.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/colors/rspds_D55_D75.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/DE_Salomatina.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/DE_Shimojo.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/EP_Salomatina.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/EP_Shimojo.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/HY_Salomatina.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/HY_Shimojo.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/SCC_Salomatina.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/beta_oxy_Friebel.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/ext_and_molarext_eum_Sarna.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/ext_and_molarext_oxy_and_deo_Prahl.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/ext_and_molarext_phe_Sarna.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/iBCC_Salomatina.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/molarext_bil_Li.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/mua_fat_vanVeen.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/mua_wat_Hale.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/mua_wat_Segelstein.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/nBCC_Salomatina.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/n_AT_Matiatou.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/n_HY_Matiatou.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/n_and_k_DE_Ding.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/n_and_k_EP_Ding.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/n_and_k_wat_Hale.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/n_and_k_wat_Segelstein.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/optical_properties/oxy_and_deo_Bosschaart.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/spectra/Xiao2016/skindatabaseSpectra/readmeSpectra.docx +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics/datasets/spectra/Xiao2016/skindatabaseSpectra/skin spectra data.xlsx +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics.egg-info/dependency_links.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics.egg-info/requires.txt +0 -0
- {skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/skinoptics.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: skinoptics
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.1b8
|
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
|
Binary file
|
{skinoptics-0.0.1b6 → skinoptics-0.0.1b8}/docs/build/doctrees/03_absorption_coefficient.doctree
RENAMED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
1
|
# Sphinx build info version 1
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
3
|
-
config:
|
3
|
+
config: df8efbebfe1e3475eb28c8de0e818d1b
|
4
4
|
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="skinoptics.dataframes module" href="02_dataframes.html" /><link rel="prev" title="skinoptics" href="modules.html" />
|
7
7
|
|
8
8
|
<link rel="shortcut icon" href="_static/openmoji_1F506.svg"/><!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
|
9
|
-
<title>skinoptics.utils module - SkinOptics documentation - version 0.0.
|
9
|
+
<title>skinoptics.utils module - SkinOptics documentation - version 0.0.1b6</title>
|
10
10
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
|
11
11
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
|
12
12
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
|
@@ -166,7 +166,7 @@
|
|
166
166
|
</label>
|
167
167
|
</div>
|
168
168
|
<div class="header-center">
|
169
|
-
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.
|
169
|
+
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.1b6</div></a>
|
170
170
|
</div>
|
171
171
|
<div class="header-right">
|
172
172
|
<div class="theme-toggle-container theme-toggle-header">
|
@@ -190,7 +190,7 @@
|
|
190
190
|
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
|
191
191
|
|
192
192
|
|
193
|
-
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.
|
193
|
+
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.1b6</span>
|
194
194
|
|
195
195
|
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
|
196
196
|
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
@@ -685,7 +685,7 @@ y = r \sin \theta + y_c
|
|
685
685
|
<div class="bottom-of-page">
|
686
686
|
<div class="left-details">
|
687
687
|
<div class="copyright">
|
688
|
-
Copyright © 2024, Victor Lima
|
688
|
+
Copyright © 2024-2025, Victor Lima
|
689
689
|
</div>
|
690
690
|
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
691
691
|
|
@@ -738,7 +738,7 @@ y = r \sin \theta + y_c
|
|
738
738
|
|
739
739
|
</aside>
|
740
740
|
</div>
|
741
|
-
</div><script src="_static/documentation_options.js?v=
|
741
|
+
</div><script src="_static/documentation_options.js?v=a3c972a6"></script>
|
742
742
|
<script src="_static/doctools.js?v=9a2dae69"></script>
|
743
743
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
744
744
|
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="skinoptics.absorption_coefficient module" href="03_absorption_coefficient.html" /><link rel="prev" title="skinoptics.utils module" href="01_utils.html" />
|
7
7
|
|
8
8
|
<link rel="shortcut icon" href="_static/openmoji_1F506.svg"/><!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
|
9
|
-
<title>skinoptics.dataframes module - SkinOptics documentation - version 0.0.
|
9
|
+
<title>skinoptics.dataframes module - SkinOptics documentation - version 0.0.1b6</title>
|
10
10
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
|
11
11
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
|
12
12
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
|
@@ -166,7 +166,7 @@
|
|
166
166
|
</label>
|
167
167
|
</div>
|
168
168
|
<div class="header-center">
|
169
|
-
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.
|
169
|
+
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.1b6</div></a>
|
170
170
|
</div>
|
171
171
|
<div class="header-right">
|
172
172
|
<div class="theme-toggle-container theme-toggle-header">
|
@@ -190,7 +190,7 @@
|
|
190
190
|
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
|
191
191
|
|
192
192
|
|
193
|
-
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.
|
193
|
+
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.1b6</span>
|
194
194
|
|
195
195
|
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
|
196
196
|
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
@@ -282,82 +282,71 @@
|
|
282
282
|
<div class="line">Release Date:</div>
|
283
283
|
<div class="line">October 2024</div>
|
284
284
|
<div class="line">Last Modification:</div>
|
285
|
-
<div class="line">
|
285
|
+
<div class="line">March 2025</div>
|
286
286
|
</div>
|
287
287
|
<div class="line-block">
|
288
288
|
<div class="line">Example:</div>
|
289
|
-
<div class="line">
|
289
|
+
<div class="line">Lab_Alaluf2002_dataframe (respective to datasets/colors/Lab_Alaluf2002.txt)</div>
|
290
290
|
</div>
|
291
291
|
<div class="table-wrapper docutils container">
|
292
292
|
<table class="docutils align-default">
|
293
293
|
<thead>
|
294
|
-
<tr class="row-odd"><th class="head"><p>
|
295
|
-
<th class="head"><p>
|
296
|
-
<th class="head"><p>
|
297
|
-
<th class="head"><p>
|
298
|
-
<th class="head"><p>Zn[-]</p></th>
|
294
|
+
<tr class="row-odd"><th class="head"><p>group(body_location)</p></th>
|
295
|
+
<th class="head"><p>L*(D65,10o)[-]</p></th>
|
296
|
+
<th class="head"><p>a*(D65,10o)[-]</p></th>
|
297
|
+
<th class="head"><p>b*(D65,10o)[-]</p></th>
|
299
298
|
</tr>
|
300
299
|
</thead>
|
301
300
|
<tbody>
|
302
|
-
<tr class="row-even"><td><p>
|
303
|
-
<td><p>
|
304
|
-
<td><p>1
|
305
|
-
<td><p>
|
306
|
-
<td><p>0.3558</p></td>
|
301
|
+
<tr class="row-even"><td><p>european(photoprotected_volar_upper_arm)</p></td>
|
302
|
+
<td><p>65</p></td>
|
303
|
+
<td><p>7.1</p></td>
|
304
|
+
<td><p>13.3</p></td>
|
307
305
|
</tr>
|
308
|
-
<tr class="row-odd"><td><p>
|
309
|
-
<td><p>
|
310
|
-
<td><p>
|
311
|
-
<td><p>
|
312
|
-
<td><p>0.8250</p></td>
|
306
|
+
<tr class="row-odd"><td><p>chinese(photoprotected_volar_upper_arm)</p></td>
|
307
|
+
<td><p>62.1</p></td>
|
308
|
+
<td><p>8.4</p></td>
|
309
|
+
<td><p>16.3</p></td>
|
313
310
|
</tr>
|
314
|
-
<tr class="row-even"><td><p>
|
315
|
-
<td><p>
|
316
|
-
<td><p>
|
317
|
-
<td><p>
|
318
|
-
<td><p>0.9214</p></td>
|
311
|
+
<tr class="row-even"><td><p>mexican(photoprotected_volar_upper_arm)</p></td>
|
312
|
+
<td><p>61.9</p></td>
|
313
|
+
<td><p>8.3</p></td>
|
314
|
+
<td><p>15.3</p></td>
|
319
315
|
</tr>
|
320
|
-
<tr class="row-odd"><td><p>
|
321
|
-
<td><p>
|
322
|
-
<td><p>
|
323
|
-
<td><p>
|
324
|
-
<td><p>1.0888</p></td>
|
316
|
+
<tr class="row-odd"><td><p>indian(photoprotected_volar_upper_arm)</p></td>
|
317
|
+
<td><p>53.7</p></td>
|
318
|
+
<td><p>10.3</p></td>
|
319
|
+
<td><p>17.9</p></td>
|
325
320
|
</tr>
|
326
|
-
<tr class="row-even"><td><p>
|
327
|
-
<td><p>
|
328
|
-
<td><p>
|
329
|
-
<td><p>
|
330
|
-
<td><p>1.2257</p></td>
|
321
|
+
<tr class="row-even"><td><p>african(photoprotected_volar_upper_arm)</p></td>
|
322
|
+
<td><p>49.2</p></td>
|
323
|
+
<td><p>10.2</p></td>
|
324
|
+
<td><p>18.4</p></td>
|
331
325
|
</tr>
|
332
|
-
<tr class="row-odd"><td><p>
|
333
|
-
<td><p>
|
334
|
-
<td><p>
|
335
|
-
<td><p>
|
336
|
-
<td><p>0.3520</p></td>
|
326
|
+
<tr class="row-odd"><td><p>european(photoexposed_dorsal_forearm)</p></td>
|
327
|
+
<td><p>53.94</p></td>
|
328
|
+
<td><p>12.57</p></td>
|
329
|
+
<td><p>19.23</p></td>
|
337
330
|
</tr>
|
338
|
-
<tr class="row-even"><td><p>
|
339
|
-
<td><p>
|
340
|
-
<td><p>
|
341
|
-
<td><p>
|
342
|
-
<td><p>0.8141</p></td>
|
331
|
+
<tr class="row-even"><td><p>chinese(photoexposed_dorsal_forearm)</p></td>
|
332
|
+
<td><p>51.38</p></td>
|
333
|
+
<td><p>12.69</p></td>
|
334
|
+
<td><p>19.18</p></td>
|
343
335
|
</tr>
|
344
|
-
<tr class="row-odd"><td><p>
|
345
|
-
<td><p>
|
346
|
-
<td><p>
|
347
|
-
<td><p>
|
348
|
-
<td><p>0.9093</p></td>
|
336
|
+
<tr class="row-odd"><td><p>mexican(photoexposed_dorsal_forearm)</p></td>
|
337
|
+
<td><p>50.42</p></td>
|
338
|
+
<td><p>12.69</p></td>
|
339
|
+
<td><p>19.58</p></td>
|
349
340
|
</tr>
|
350
|
-
<tr class="row-even"><td><p>
|
351
|
-
<td><p>
|
352
|
-
<td><p>
|
353
|
-
<td><p>
|
354
|
-
<td><p>1.0733</p></td>
|
341
|
+
<tr class="row-even"><td><p>indian(photoexposed_dorsal_forearm)</p></td>
|
342
|
+
<td><p>43.71</p></td>
|
343
|
+
<td><p>12.89</p></td>
|
344
|
+
<td><p>17.15</p></td>
|
355
345
|
</tr>
|
356
|
-
<tr class="row-odd"><td><p>
|
357
|
-
<td><p>
|
358
|
-
<td><p>
|
359
|
-
<td><p>
|
360
|
-
<td><p>1.2060</p></td>
|
346
|
+
<tr class="row-odd"><td><p>african(photoexposed_dorsal_forearm)</p></td>
|
347
|
+
<td><p>38.14</p></td>
|
348
|
+
<td><p>12.66</p></td>
|
349
|
+
<td><p>15.04</p></td>
|
361
350
|
</tr>
|
362
351
|
</tbody>
|
363
352
|
</table>
|
@@ -393,7 +382,7 @@
|
|
393
382
|
<div class="bottom-of-page">
|
394
383
|
<div class="left-details">
|
395
384
|
<div class="copyright">
|
396
|
-
Copyright © 2024, Victor Lima
|
385
|
+
Copyright © 2024-2025, Victor Lima
|
397
386
|
</div>
|
398
387
|
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
399
388
|
|
@@ -413,7 +402,7 @@
|
|
413
402
|
|
414
403
|
</aside>
|
415
404
|
</div>
|
416
|
-
</div><script src="_static/documentation_options.js?v=
|
405
|
+
</div><script src="_static/documentation_options.js?v=a3c972a6"></script>
|
417
406
|
<script src="_static/doctools.js?v=9a2dae69"></script>
|
418
407
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
419
408
|
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="skinoptics.scattering_coefficient module" href="04_scattering_coefficient.html" /><link rel="prev" title="skinoptics.dataframes module" href="02_dataframes.html" />
|
7
7
|
|
8
8
|
<link rel="shortcut icon" href="_static/openmoji_1F506.svg"/><!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
|
9
|
-
<title>skinoptics.absorption_coefficient module - SkinOptics documentation - version 0.0.
|
9
|
+
<title>skinoptics.absorption_coefficient module - SkinOptics documentation - version 0.0.1b6</title>
|
10
10
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
|
11
11
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
|
12
12
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
|
@@ -166,7 +166,7 @@
|
|
166
166
|
</label>
|
167
167
|
</div>
|
168
168
|
<div class="header-center">
|
169
|
-
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.
|
169
|
+
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.1b6</div></a>
|
170
170
|
</div>
|
171
171
|
<div class="header-right">
|
172
172
|
<div class="theme-toggle-container theme-toggle-header">
|
@@ -190,7 +190,7 @@
|
|
190
190
|
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
|
191
191
|
|
192
192
|
|
193
|
-
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.
|
193
|
+
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.1b6</span>
|
194
194
|
|
195
195
|
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
|
196
196
|
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
@@ -602,8 +602,8 @@
|
|
602
602
|
<dd><div class="line-block">
|
603
603
|
<div class="line">The molar extinction coefficient of BILIRUBIN in chloroform as a function of wavelength.</div>
|
604
604
|
<div class="line">Linear interpolation of experimental data obtained with a Cary 3 by J. Li on 1997,</div>
|
605
|
-
<div class="line">scaled to match 55,000 cm^-1 M^-1 at 450.8 nm [AF90] and publicly available by S.
|
606
|
-
<div class="line">
|
605
|
+
<div class="line">scaled to match 55,000 cm^-1 M^-1 at 450.8 nm [AF90] and publicly available by S. Prahl</div>
|
606
|
+
<div class="line">at <<a class="reference external" href="https://omlc.org/spectra/PhotochemCAD/html/119.html">https://omlc.org/spectra/PhotochemCAD/html/119.html</a>>.</div>
|
607
607
|
<div class="line">The data is also available at PhotochemCAD [TL23]</div>
|
608
608
|
<div class="line"><<a class="reference external" href="https://www.photochemcad.com/databases/common-compounds/oligopyrroles/bilirubin">https://www.photochemcad.com/databases/common-compounds/oligopyrroles/bilirubin</a>>.</div>
|
609
609
|
</div>
|
@@ -1245,8 +1245,7 @@
|
|
1245
1245
|
<dd><div class="line-block">
|
1246
1246
|
<div class="line">The absorption coefficient of WATER as a function of wavelength.</div>
|
1247
1247
|
<div class="line">Linear interpolation of data from Hale & Querry 1973 [HQ73] collected and processed </div>
|
1248
|
-
<div class="line">by S.
|
1249
|
-
<div class="line"><<a class="reference external" href="https://omlc.org/spectra/water/abs/index.html">https://omlc.org/spectra/water/abs/index.html</a>>.</div>
|
1248
|
+
<div class="line">by S. Prahl and publicly available at <<a class="reference external" href="https://omlc.org/spectra/water/abs/index.html">https://omlc.org/spectra/water/abs/index.html</a>>.</div>
|
1250
1249
|
</div>
|
1251
1250
|
<p>wavelength range: [200 nm, 200 μm]</p>
|
1252
1251
|
<dl class="field-list simple">
|
@@ -1268,8 +1267,7 @@
|
|
1268
1267
|
<dd><div class="line-block">
|
1269
1268
|
<div class="line">The absorption coefficient of WATER as a function of wavelength.</div>
|
1270
1269
|
<div class="line">Linear interpolation of data from D. J. Segelstein’s M.S. Thesis 1981 [S81],</div>
|
1271
|
-
<div class="line">collected by S.
|
1272
|
-
<div class="line"><<a class="reference external" href="https://omlc.org/spectra/water/abs/index.html">https://omlc.org/spectra/water/abs/index.html</a>>.</div>
|
1270
|
+
<div class="line">collected by S. Prahl and publicly available at <<a class="reference external" href="https://omlc.org/spectra/water/abs/index.html">https://omlc.org/spectra/water/abs/index.html</a>>.</div>
|
1273
1271
|
</div>
|
1274
1272
|
<div class="line-block">
|
1275
1273
|
<div class="line">wavelength range: [10 nm, 10 m].</div>
|
@@ -1390,7 +1388,7 @@
|
|
1390
1388
|
<div class="bottom-of-page">
|
1391
1389
|
<div class="left-details">
|
1392
1390
|
<div class="copyright">
|
1393
|
-
Copyright © 2024, Victor Lima
|
1391
|
+
Copyright © 2024-2025, Victor Lima
|
1394
1392
|
</div>
|
1395
1393
|
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
1396
1394
|
|
@@ -1469,7 +1467,7 @@
|
|
1469
1467
|
|
1470
1468
|
</aside>
|
1471
1469
|
</div>
|
1472
|
-
</div><script src="_static/documentation_options.js?v=
|
1470
|
+
</div><script src="_static/documentation_options.js?v=a3c972a6"></script>
|
1473
1471
|
<script src="_static/doctools.js?v=9a2dae69"></script>
|
1474
1472
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
1475
1473
|
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="skinoptics.anisotropy_factor module" href="05_anisotropy_factor.html" /><link rel="prev" title="skinoptics.absorption_coefficient module" href="03_absorption_coefficient.html" />
|
7
7
|
|
8
8
|
<link rel="shortcut icon" href="_static/openmoji_1F506.svg"/><!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
|
9
|
-
<title>skinoptics.scattering_coefficient module - SkinOptics documentation - version 0.0.
|
9
|
+
<title>skinoptics.scattering_coefficient module - SkinOptics documentation - version 0.0.1b6</title>
|
10
10
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
|
11
11
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
|
12
12
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
|
@@ -166,7 +166,7 @@
|
|
166
166
|
</label>
|
167
167
|
</div>
|
168
168
|
<div class="header-center">
|
169
|
-
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.
|
169
|
+
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.1b6</div></a>
|
170
170
|
</div>
|
171
171
|
<div class="header-right">
|
172
172
|
<div class="theme-toggle-container theme-toggle-header">
|
@@ -190,7 +190,7 @@
|
|
190
190
|
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
|
191
191
|
|
192
192
|
|
193
|
-
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.
|
193
|
+
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.1b6</span>
|
194
194
|
|
195
195
|
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
|
196
196
|
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
@@ -734,7 +734,7 @@
|
|
734
734
|
<div class="bottom-of-page">
|
735
735
|
<div class="left-details">
|
736
736
|
<div class="copyright">
|
737
|
-
Copyright © 2024, Victor Lima
|
737
|
+
Copyright © 2024-2025, Victor Lima
|
738
738
|
</div>
|
739
739
|
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
740
740
|
|
@@ -788,7 +788,7 @@
|
|
788
788
|
|
789
789
|
</aside>
|
790
790
|
</div>
|
791
|
-
</div><script src="_static/documentation_options.js?v=
|
791
|
+
</div><script src="_static/documentation_options.js?v=a3c972a6"></script>
|
792
792
|
<script src="_static/doctools.js?v=9a2dae69"></script>
|
793
793
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
794
794
|
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="skinoptics.refractive_index" href="06_refractive_index.html" /><link rel="prev" title="skinoptics.scattering_coefficient module" href="04_scattering_coefficient.html" />
|
7
7
|
|
8
8
|
<link rel="shortcut icon" href="_static/openmoji_1F506.svg"/><!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
|
9
|
-
<title>skinoptics.anisotropy_factor module - SkinOptics documentation - version 0.0.
|
9
|
+
<title>skinoptics.anisotropy_factor module - SkinOptics documentation - version 0.0.1b6</title>
|
10
10
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
|
11
11
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
|
12
12
|
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
|
@@ -166,7 +166,7 @@
|
|
166
166
|
</label>
|
167
167
|
</div>
|
168
168
|
<div class="header-center">
|
169
|
-
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.
|
169
|
+
<a href="index.html"><div class="brand">SkinOptics documentation - version 0.0.1b6</div></a>
|
170
170
|
</div>
|
171
171
|
<div class="header-right">
|
172
172
|
<div class="theme-toggle-container theme-toggle-header">
|
@@ -190,7 +190,7 @@
|
|
190
190
|
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
|
191
191
|
|
192
192
|
|
193
|
-
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.
|
193
|
+
<span class="sidebar-brand-text">SkinOptics documentation - version 0.0.1b6</span>
|
194
194
|
|
195
195
|
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
|
196
196
|
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
@@ -282,7 +282,7 @@
|
|
282
282
|
<div class="line">Release Date:</div>
|
283
283
|
<div class="line">October 2024</div>
|
284
284
|
<div class="line">Last Modification:</div>
|
285
|
-
<div class="line">October
|
285
|
+
<div class="line">October 2025</div>
|
286
286
|
</div>
|
287
287
|
<div class="line-block">
|
288
288
|
<div class="line">References:</div>
|
@@ -330,7 +330,7 @@
|
|
330
330
|
<div class="line-block">
|
331
331
|
<div class="line">[D03] Draine 2003.</div>
|
332
332
|
<div class="line">Scattering by Interstellar Dust Grains. I. Optical and Ultraviolet.</div>
|
333
|
-
<div class="line"><a class="reference external" href="https://doi.org/10.
|
333
|
+
<div class="line"><a class="reference external" href="https://doi.org/10.1086/379118">https://doi.org/10.1086/379118</a></div>
|
334
334
|
</div>
|
335
335
|
<div class="line-block">
|
336
336
|
<div class="line">[F11] Frisvad 2011.</div>
|
@@ -361,7 +361,7 @@
|
|
361
361
|
<div class="line">scattering phase function.</div>
|
362
362
|
<div class="line">For details please check Cornette & Shanks 1992 [CS92].</div>
|
363
363
|
</div>
|
364
|
-
<p><span class="math notranslate nohighlight">\(\langle \cos\theta \rangle_{CS}(g) =
|
364
|
+
<p><span class="math notranslate nohighlight">\(\langle \cos\theta \rangle_{CS}(g) = \frac{3(4 + g^2)}{5(2 + g^2)} \mbox{ } g\)</span></p>
|
365
365
|
<dl class="field-list simple">
|
366
366
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
367
367
|
<dd class="field-odd"><p><strong>g</strong> (<em>float</em>) – parameter <span class="math notranslate nohighlight">\(g\)</span> [-] (must be in the range [-1, 1])</p>
|
@@ -383,7 +383,7 @@
|
|
383
383
|
<div class="line">scattering phase function.</div>
|
384
384
|
<div class="line">For details please check Draine 2003 [D03].</div>
|
385
385
|
</div>
|
386
|
-
<p><span class="math notranslate nohighlight">\(\langle \cos\theta \rangle_{D}(g, \alpha) =
|
386
|
+
<p><span class="math notranslate nohighlight">\(\langle \cos\theta \rangle_{D}(g, \alpha) = \frac{1 + \alpha(3 + 2g^2)/5}{1 + \alpha(1 + 2g^2)/3} \mbox{ } g\)</span></p>
|
387
387
|
<dl class="field-list simple">
|
388
388
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
389
389
|
<dd class="field-odd"><ul class="simple">
|
@@ -469,8 +469,8 @@
|
|
469
469
|
<div class="line">For details please check Baes, Camps & Kapoor 2022 [BCK22].</div>
|
470
470
|
</div>
|
471
471
|
<p><span class="math notranslate nohighlight">\(\langle \cos\theta \rangle_{TTHG}(g_1, g_2, \gamma) = \gamma \mbox{ } g_1 + (1 - \gamma) \mbox { } g_2\)</span></p>
|
472
|
-
<p><span class="math notranslate nohighlight">\(g_1\)</span>
|
473
|
-
<p><span class="math notranslate nohighlight">\(g_2\)</span>
|
472
|
+
<p><span class="math notranslate nohighlight">\(g_1\)</span> characterizes the shape and the strength of the forward scattering peak</p>
|
473
|
+
<p><span class="math notranslate nohighlight">\(g_2\)</span> characterizes the shape and the strength of the backward scattering peak</p>
|
474
474
|
<dl class="field-list simple">
|
475
475
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
476
476
|
<dd class="field-odd"><ul class="simple">
|
@@ -497,8 +497,8 @@
|
|
497
497
|
<div class="line">For details please check Reynolds & McCormick 1980 [RM80] and Jacques & McCormick 2023 [JM23].</div>
|
498
498
|
</div>
|
499
499
|
<p><span class="math notranslate nohighlight">\(\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)\)</span></p>
|
500
|
-
<p><span class="math notranslate nohighlight">\(g_1\)</span>
|
501
|
-
<p><span class="math notranslate nohighlight">\(g_2\)</span>
|
500
|
+
<p><span class="math notranslate nohighlight">\(g_1\)</span> characterizes the shape and the strength of the forward scattering peak</p>
|
501
|
+
<p><span class="math notranslate nohighlight">\(g_2\)</span> characterizes the shape and the strength of the backward scattering peak</p>
|
502
502
|
<dl class="field-list simple">
|
503
503
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
504
504
|
<dd class="field-odd"><ul class="simple">
|
@@ -527,8 +527,8 @@
|
|
527
527
|
<div class="line">For details please check Baes, Camps & Kapoor 2022 [BCK22].</div>
|
528
528
|
</div>
|
529
529
|
<p><span class="math notranslate nohighlight">\(\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)\)</span></p>
|
530
|
-
<p><span class="math notranslate nohighlight">\(g_1\)</span>
|
531
|
-
<p><span class="math notranslate nohighlight">\(g_2\)</span>
|
530
|
+
<p><span class="math notranslate nohighlight">\(g_1\)</span> characterizes the shape and the strength of the forward scattering peak</p>
|
531
|
+
<p><span class="math notranslate nohighlight">\(g_2\)</span> characterizes the shape and the strength of the backward scattering peak</p>
|
532
532
|
<dl class="field-list simple">
|
533
533
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
534
534
|
<dd class="field-odd"><ul class="simple">
|
@@ -651,7 +651,7 @@
|
|
651
651
|
</div>
|
652
652
|
<p><span class="math notranslate nohighlight">\(p_{D}(\theta, g, \alpha) = 3\frac{1 + \alpha \cos^2\theta}{3 + \alpha (1 + 2g^2)} \mbox{ } p_{HG}(\theta, g)\)</span></p>
|
653
653
|
<div class="line-block">
|
654
|
-
<div class="line">For <span class="math notranslate nohighlight">\(\alpha = 1\)</span> and <span class="math notranslate nohighlight">\(g = 0\)</span> it reduces to the Rayleigh phase function.</div>
|
654
|
+
<div class="line">For <span class="math notranslate nohighlight">\(\alpha = 1\)</span> and <span class="math notranslate nohighlight">\(g = 0\)</span> it reduces to the Rayleigh scattering phase function.</div>
|
655
655
|
<div class="line">For <span class="math notranslate nohighlight">\(\alpha = 0\)</span> it reduces to the Henyey-Greenstein scattering phase function.</div>
|
656
656
|
<div class="line">For <span class="math notranslate nohighlight">\(\alpha = 1\)</span> it reduces to the Cornette-Shanks scattering phase function</div>
|
657
657
|
</div>
|
@@ -787,8 +787,8 @@
|
|
787
787
|
<div class="line">For details please check Baes, Camps & Kapoor 2022 [BCK22].</div>
|
788
788
|
</div>
|
789
789
|
<p><span class="math notranslate nohighlight">\(p_{TTHG}(\theta, g_1, g_2, \gamma) = \gamma \mbox{ } p_{HG}(\theta, g_1) + (1 - \gamma) \mbox{ } p_{HG}(\theta, g_2)\)</span></p>
|
790
|
-
<p><span class="math notranslate nohighlight">\(g_1\)</span>
|
791
|
-
<p><span class="math notranslate nohighlight">\(g_2\)</span>
|
790
|
+
<p><span class="math notranslate nohighlight">\(g_1\)</span> characterizes the shape and the strength of the forward scattering peak</p>
|
791
|
+
<p><span class="math notranslate nohighlight">\(g_2\)</span> characterizes the shape and the strength of the backward scattering peak</p>
|
792
792
|
<dl class="field-list simple">
|
793
793
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
794
794
|
<dd class="field-odd"><ul class="simple">
|
@@ -815,8 +815,8 @@
|
|
815
815
|
<div class="line">For details please check Reynolds & McCormick 1980 [RM80] and Jacques & McCormick 2023 [JM23].</div>
|
816
816
|
</div>
|
817
817
|
<p><span class="math notranslate nohighlight">\(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)\)</span></p>
|
818
|
-
<p><span class="math notranslate nohighlight">\(g_1\)</span>
|
819
|
-
<p><span class="math notranslate nohighlight">\(g_2\)</span>
|
818
|
+
<p><span class="math notranslate nohighlight">\(g_1\)</span> characterizes the shape and the strength of the forward scattering peak</p>
|
819
|
+
<p><span class="math notranslate nohighlight">\(g_2\)</span> characterizes the shape and the strength of the backward scattering peak</p>
|
820
820
|
<dl class="field-list simple">
|
821
821
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
822
822
|
<dd class="field-odd"><ul class="simple">
|
@@ -845,8 +845,8 @@
|
|
845
845
|
<div class="line">For details please check Baes, Camps & Kapoor 2022 [BCK22].</div>
|
846
846
|
</div>
|
847
847
|
<p><span class="math notranslate nohighlight">\(p_{TTU2}(\theta, g_1, g_2, \gamma) = \gamma \mbox{ } p_{U2}(\theta, g_1) + (1 - \gamma) \mbox{ } p_{U2}(\theta, g_2)\)</span></p>
|
848
|
-
<p><span class="math notranslate nohighlight">\(g_1\)</span>
|
849
|
-
<p><span class="math notranslate nohighlight">\(g_2\)</span>
|
848
|
+
<p><span class="math notranslate nohighlight">\(g_1\)</span> characterizes the shape and the strength of the forward scattering peak</p>
|
849
|
+
<p><span class="math notranslate nohighlight">\(g_2\)</span> characterizes the shape and the strength of the backward scattering peak</p>
|
850
850
|
<dl class="field-list simple">
|
851
851
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
852
852
|
<dd class="field-odd"><ul class="simple">
|
@@ -903,10 +903,10 @@
|
|
903
903
|
</div>
|
904
904
|
<p><span class="math notranslate nohighlight">\(\theta_{HG} =
|
905
905
|
\left \{ \begin{matrix}
|
906
|
-
\mbox{arccos}(2 \
|
907
|
-
\mbox{arccos}\left\{\frac{1}{2g} \left[1 + g^2 - \left(\frac{1 - g^2}{1 - g + 2g \
|
906
|
+
\mbox{arccos}(2 \xi - 1) , & \mbox{if } g = 0 \\
|
907
|
+
\mbox{arccos}\left\{\frac{1}{2g} \left[1 + g^2 - \left(\frac{1 - g^2}{1 - g + 2g \xi}\right)^2\right]\right\}, & \mbox{if } g \ne 0
|
908
908
|
\end{matrix} \right.\)</span></p>
|
909
|
-
<p>in which <span class="math notranslate nohighlight">\(\
|
909
|
+
<p>in which <span class="math notranslate nohighlight">\(\xi\)</span> is a random number in the interval [0, 1)</p>
|
910
910
|
<p>In this particular model <span class="math notranslate nohighlight">\(g\)</span> is the anisotropy factor.</p>
|
911
911
|
<dl class="field-list simple">
|
912
912
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
@@ -935,9 +935,9 @@
|
|
935
935
|
<div class="line-block">
|
936
936
|
<div class="line"><span class="math notranslate nohighlight">\(\theta_{R} = \mbox{arccos}(\sqrt[3]{u + v} + \sqrt[3]{u - v})\)</span></div>
|
937
937
|
<div class="line">with</div>
|
938
|
-
<div class="line"><span class="math notranslate nohighlight">\(u = -2(2 \
|
939
|
-
<div class="line"><span class="math notranslate nohighlight">\(v = \sqrt{4(2 \
|
940
|
-
<div class="line">in which <span class="math notranslate nohighlight">\(\
|
938
|
+
<div class="line"><span class="math notranslate nohighlight">\(u = -2(2 \xi - 1)\)</span></div>
|
939
|
+
<div class="line"><span class="math notranslate nohighlight">\(v = \sqrt{4(2 \xi - 1)^2 + 1}\)</span></div>
|
940
|
+
<div class="line">in which <span class="math notranslate nohighlight">\(\xi\)</span> is a random number in the interval [0, 1)</div>
|
941
941
|
</div>
|
942
942
|
<dl class="field-list simple">
|
943
943
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
@@ -961,8 +961,8 @@
|
|
961
961
|
<div class="line">scattering phase function.</div>
|
962
962
|
<div class="line">For details please check section 4.4.2 from Baes, Camps & Kapoor 2022 [BCK22].</div>
|
963
963
|
</div>
|
964
|
-
<p><span class="math notranslate nohighlight">\(\theta_{U2} = arccos\left[\frac{(1 + g)^2 - 2 \
|
965
|
-
<p>in which <span class="math notranslate nohighlight">\(\
|
964
|
+
<p><span class="math notranslate nohighlight">\(\theta_{U2} = arccos\left[\frac{(1 + g)^2 - 2 \xi (1 + g^2)}{(1 + g)^2 - 4g \xi}\right]\)</span></p>
|
965
|
+
<p>in which <span class="math notranslate nohighlight">\(\xi\)</span> is a random number in the interval [0, 1)</p>
|
966
966
|
<div class="line-block">
|
967
967
|
<div class="line">In this model <span class="math notranslate nohighlight">\(g\)</span> is NOT the anisotropy factor.</div>
|
968
968
|
</div>
|
@@ -1013,7 +1013,7 @@
|
|
1013
1013
|
<div class="bottom-of-page">
|
1014
1014
|
<div class="left-details">
|
1015
1015
|
<div class="copyright">
|
1016
|
-
Copyright © 2024, Victor Lima
|
1016
|
+
Copyright © 2024-2025, Victor Lima
|
1017
1017
|
</div>
|
1018
1018
|
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
1019
1019
|
|
@@ -1074,7 +1074,7 @@
|
|
1074
1074
|
|
1075
1075
|
</aside>
|
1076
1076
|
</div>
|
1077
|
-
</div><script src="_static/documentation_options.js?v=
|
1077
|
+
</div><script src="_static/documentation_options.js?v=a3c972a6"></script>
|
1078
1078
|
<script src="_static/doctools.js?v=9a2dae69"></script>
|
1079
1079
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
1080
1080
|
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
|