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.
Files changed (162) hide show
  1. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/PKG-INFO +4 -3
  2. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/README.md +1 -1
  3. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/index.rst +7 -3
  4. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/pyproject.toml +2 -2
  5. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/__init__.py +3 -7
  6. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/absorption_coefficient.py +4 -6
  7. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/anisotropy_factor.py +17 -17
  8. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/dataframes.py +26 -27
  9. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/refractive_index.py +12 -12
  10. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/PKG-INFO +4 -3
  11. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/SOURCES.txt +0 -1
  12. skinoptics-0.0.1b5/skinoptics/datasets/colors/wps.txt +0 -11
  13. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/LICENSE.txt +0 -0
  14. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/Makefile +0 -0
  15. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/01_utils.doctree +0 -0
  16. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/02_dataframes.doctree +0 -0
  17. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/03_absorption_coefficient.doctree +0 -0
  18. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/04_scattering_coefficient.doctree +0 -0
  19. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/05_anisotropy_factor.doctree +0 -0
  20. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/06_refractive_index.doctree +0 -0
  21. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/07_colors.doctree +0 -0
  22. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/environment.pickle +0 -0
  23. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/index.doctree +0 -0
  24. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/doctrees/modules.doctree +0 -0
  25. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/.buildinfo +0 -0
  26. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/01_utils.html +0 -0
  27. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/02_dataframes.html +0 -0
  28. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/03_absorption_coefficient.html +0 -0
  29. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/04_scattering_coefficient.html +0 -0
  30. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/05_anisotropy_factor.html +0 -0
  31. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/06_refractive_index.html +0 -0
  32. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/07_colors.html +0 -0
  33. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/01_utils.rst.txt +0 -0
  34. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/02_dataframes.rst.txt +0 -0
  35. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/03_absorption_coefficient.rst.txt +0 -0
  36. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/04_scattering_coefficient.rst.txt +0 -0
  37. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/05_anisotropy_factor.rst.txt +0 -0
  38. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/06_refractive_index.rst.txt +0 -0
  39. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/07_colors.rst.txt +0 -0
  40. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/index.rst.txt +0 -0
  41. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_sources/modules.rst.txt +0 -0
  42. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/alabaster.css +0 -0
  43. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/basic.css +0 -0
  44. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/custom.css +0 -0
  45. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/debug.css +0 -0
  46. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/doctools.js +0 -0
  47. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/documentation_options.js +0 -0
  48. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/file.png +0 -0
  49. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/github-banner.svg +0 -0
  50. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/language_data.js +0 -0
  51. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/minus.png +0 -0
  52. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/openmoji_1F506.svg +0 -0
  53. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/openmoji_2728.svg +0 -0
  54. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/plus.png +0 -0
  55. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/pygments.css +0 -0
  56. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo-extensions.js +0 -0
  57. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo.js +0 -0
  58. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo.js.LICENSE.txt +0 -0
  59. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/scripts/furo.js.map +0 -0
  60. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/searchtools.js +0 -0
  61. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/skeleton.css +0 -0
  62. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/sphinx_highlight.js +0 -0
  63. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo-extensions.css +0 -0
  64. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo-extensions.css.map +0 -0
  65. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo.css +0 -0
  66. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/styles/furo.css.map +0 -0
  67. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/twemoji.css +0 -0
  68. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/_static/twemoji.js +0 -0
  69. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/genindex.html +0 -0
  70. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/index.html +0 -0
  71. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/modules.html +0 -0
  72. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/objects.inv +0 -0
  73. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/py-modindex.html +0 -0
  74. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/search.html +0 -0
  75. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/html/searchindex.js +0 -0
  76. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/LICRcyr2utf8.xdy +0 -0
  77. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/LICRlatin2utf8.xdy +0 -0
  78. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/LatinRules.xdy +0 -0
  79. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/Makefile +0 -0
  80. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/_static/twemoji.css +0 -0
  81. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/_static/twemoji.js +0 -0
  82. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/latexmkjarc +0 -0
  83. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/latexmkrc +0 -0
  84. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/make.bat +0 -0
  85. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/python.ist +0 -0
  86. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/skinoptics.tex +0 -0
  87. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinx.sty +0 -0
  88. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinx.xdy +0 -0
  89. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxhighlight.sty +0 -0
  90. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxhowto.cls +0 -0
  91. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexadmonitions.sty +0 -0
  92. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexcontainers.sty +0 -0
  93. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexgraphics.sty +0 -0
  94. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexindbibtoc.sty +0 -0
  95. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexlists.sty +0 -0
  96. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexliterals.sty +0 -0
  97. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexnumfig.sty +0 -0
  98. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexobjects.sty +0 -0
  99. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexshadowbox.sty +0 -0
  100. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexstyleheadings.sty +0 -0
  101. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexstylepage.sty +0 -0
  102. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatexstyletext.sty +0 -0
  103. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxlatextables.sty +0 -0
  104. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxmanual.cls +0 -0
  105. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxmessages.sty +0 -0
  106. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxoptionsgeometry.sty +0 -0
  107. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxoptionshyperref.sty +0 -0
  108. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxpackageboxes.sty +0 -0
  109. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxpackagecyrillic.sty +0 -0
  110. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxpackagefootnote.sty +0 -0
  111. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/build/latex/sphinxpackagesubstitutefont.sty +0 -0
  112. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/make.bat +0 -0
  113. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/01_utils.rst +0 -0
  114. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/02_dataframes.rst +0 -0
  115. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/03_absorption_coefficient.rst +0 -0
  116. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/04_scattering_coefficient.rst +0 -0
  117. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/05_anisotropy_factor.rst +0 -0
  118. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/06_refractive_index.rst +0 -0
  119. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/07_colors.rst +0 -0
  120. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/_static/openmoji_1F506.svg +0 -0
  121. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/_static/openmoji_2728.svg +0 -0
  122. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/conf.py +0 -0
  123. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/docs/source/modules.rst +0 -0
  124. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/readthedocs.yaml +0 -0
  125. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/setup.cfg +0 -0
  126. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/colors.py +0 -0
  127. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/Lab_Alaluf2002.txt +0 -0
  128. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/Lab_Xiao2017.txt +0 -0
  129. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/cmfs.txt +0 -0
  130. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/rspds_A_D50_D65.txt +0 -0
  131. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/colors/rspds_D55_D75.txt +0 -0
  132. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/DE_Salomatina.txt +0 -0
  133. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/DE_Shimojo.txt +0 -0
  134. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/EP_Salomatina.txt +0 -0
  135. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/EP_Shimojo.txt +0 -0
  136. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/HY_Salomatina.txt +0 -0
  137. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/HY_Shimojo.txt +0 -0
  138. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/SCC_Salomatina.txt +0 -0
  139. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/beta_oxy_Friebel.txt +0 -0
  140. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/ext_and_molarext_eum_Sarna.txt +0 -0
  141. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/ext_and_molarext_oxy_and_deo_Prahl.txt +0 -0
  142. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/ext_and_molarext_phe_Sarna.txt +0 -0
  143. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/iBCC_Salomatina.txt +0 -0
  144. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/molarext_bil_Li.txt +0 -0
  145. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/mua_fat_vanVeen.txt +0 -0
  146. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/mua_wat_Hale.txt +0 -0
  147. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/mua_wat_Segelstein.txt +0 -0
  148. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/nBCC_Salomatina.txt +0 -0
  149. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_AT_Matiatou.txt +0 -0
  150. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_HY_Matiatou.txt +0 -0
  151. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_DE_Ding.txt +0 -0
  152. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_EP_Ding.txt +0 -0
  153. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_wat_Hale.txt +0 -0
  154. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/n_and_k_wat_Segelstein.txt +0 -0
  155. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/optical_properties/oxy_and_deo_Bosschaart.txt +0 -0
  156. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/spectra/Xiao2016/skindatabaseSpectra/readmeSpectra.docx +0 -0
  157. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/datasets/spectra/Xiao2016/skindatabaseSpectra/skin spectra data.xlsx +0 -0
  158. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/scattering_coefficient.py +0 -0
  159. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics/utils.py +0 -0
  160. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/dependency_links.txt +0 -0
  161. {skinoptics-0.0.1b5 → skinoptics-0.0.1b6}/skinoptics.egg-info/requires.txt +0 -0
  162. {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
1
+ Metadata-Version: 2.4
2
2
  Name: skinoptics
3
- Version: 0.0.1b5
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 continuos development.
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 continuos development.
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 continuos development.
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 in a `GitHub repository <https://github.com/victorportog/skinoptics>`_.
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., Lima. SkinOptics documentation,” (2024).
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.1b5"
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
- | 0.0.1b1 - release date: 2024 October 10
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 = 'b5'
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. Jacques and
486
- | S. Prahl at <https://omlc.org/spectra/PhotochemCAD/html/119.html>.
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. Jacques and S. Prahl and publicly available at
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. Jacques and S. Prahl and publicly available at
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 2024
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.48550/arXiv.astro-ph/0304060
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` characterises the shape and the strength of the forward scattering peak
165
+ :math:`g_1` characterizes the shape and the strength of the forward scattering peak
166
166
 
167
- :math:`g_2` characterises the shape and the strength of the backward scattering peak
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` characterises the shape and the strength of the forward scattering peak
237
+ :math:`g_1` characterizes the shape and the strength of the forward scattering peak
238
238
 
239
- :math:`g_2` characterises the shape and the strength of the backward scattering peak
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` characterises the shape and the strength of the forward scattering peak
366
+ :math:`g_1` characterizes the shape and the strength of the forward scattering peak
367
367
 
368
- :math:`g_2` characterises the shape and the strength of the backward scattering peak
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` characterises the shape and the strength of the forward scattering peak
538
+ :math:`g_1` characterizes the shape and the strength of the forward scattering peak
539
539
 
540
- :math:`g_2` characterises the shape and the strength of the backward scattering peak
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` characterises the shape and the strength of the forward scattering peak
673
+ :math:`g_1` characterizes the shape and the strength of the forward scattering peak
674
674
 
675
- :math:`g_2` characterises the shape and the strength of the backward scattering peak
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) = g\frac{3(4 + g^2)}{5(2 + g^2)}`
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) = g\frac{1 + \alpha(3 + 2g^2)/5}{1 + \alpha(1 + 2g^2)/3}`
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` characterises the shape and the strength of the forward scattering peak
852
+ :math:`g_1` characterizes the shape and the strength of the forward scattering peak
853
853
 
854
- :math:`g_2` characterises the shape and the strength of the backward scattering peak
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
- | October 2024
25
+ | March 2025
26
26
 
27
27
  | Example:
28
- | wps_dataframe (respective to datasets/colors/wps.txt)
29
-
30
- +--------------+------------+---------+---------+---------+
31
- | illuminant | observer | Xn[-] | Yn[-] | Zn[-] |
32
- +==============+============+=========+=========+=========+
33
- | A | 2o | 1.0985 | 1 | 0.3558 |
34
- +--------------+------------+---------+---------+---------+
35
- | D50 | 2o | 0.9641 | 1 | 0.8250 |
36
- +--------------+------------+---------+---------+---------+
37
- | D55 | 2o | 0.9568 | 1 | 0.9214 |
38
- +--------------+------------+---------+---------+---------+
39
- | D65 | 2o | 0.9504 | 1 | 1.0888 |
40
- +--------------+------------+---------+---------+---------+
41
- | D75 | 2o | 0.9497 | 1 | 1.2257 |
42
- +--------------+------------+---------+---------+---------+
43
- | A | 10o | 1.1114 | 1 | 0.3520 |
44
- +--------------+------------+---------+---------+---------+
45
- | D50 | 10o | 0.9671 | 1 | 0.8141 |
46
- +--------------+------------+---------+---------+---------+
47
- | D55 | 10o | 0.9580 | 1 | 0.9093 |
48
- +--------------+------------+---------+---------+---------+
49
- | D65 | 10o | 0.9481 | 1 | 1.0733 |
50
- +--------------+------------+---------+---------+---------+
51
- | D75 | 10o | 0.9442 | 1 | 1.2060 |
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
- | October 2024
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, A0, A1, A2, A3):
67
+ def n_Cauchy(lambda0, A, B, C, D):
68
68
  r'''
69
69
  The Cauchy's equation.
70
70
 
71
- :math:`n(\lambda) = A_0 + \frac{A_1}{\lambda^2} + \frac{A_2}{\lambda^4} + \frac{A_3}{\lambda^6}`
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 A0: coefficient :math:`A_0` [-]
77
- :type A0: float
76
+ :param A: coefficient :math:`A` [-]
77
+ :type A: float
78
78
 
79
- :param A1: coefficient :math:`A_1` [nm^2]
80
- :type A1: float
79
+ :param B: coefficient :math:`B` [nm^2]
80
+ :type B: float
81
81
 
82
- :param A2: coefficient :math:`A_2` [nm^4]
83
- :type A2: float
82
+ :param C: coefficient :math:`C` [nm^4]
83
+ :type C: float
84
84
 
85
- :param A3: coefficient :math:`A_3` [nm^6]
86
- :type A3: float
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 A0 + A1/np.power(lambda0, 2., dtype = 'float64') + A2/np.power(lambda0, 4., dtype = 'float64') + A3/np.power(lambda0, 6., dtype = 'float64')
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
1
+ Metadata-Version: 2.4
2
2
  Name: skinoptics
3
- Version: 0.0.1b5
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 continuos development.
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