htrdrPy 1.1.5__tar.gz → 1.1.7__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 (190) hide show
  1. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/.gitlab-ci.yml +2 -2
  2. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/PKG-INFO +1 -1
  3. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/doctrees/Examples.doctree +0 -0
  4. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/doctrees/environment.pickle +0 -0
  5. htrdrpy-1.1.7/docs/build/doctrees/example_comparison_PP_sphere.doctree +0 -0
  6. htrdrpy-1.1.7/docs/build/doctrees/htrdrPy.data.doctree +0 -0
  7. htrdrpy-1.1.7/docs/build/doctrees/htrdrPy.geometry.doctree +0 -0
  8. htrdrpy-1.1.7/docs/build/doctrees/htrdrPy.postprocess.doctree +0 -0
  9. htrdrpy-1.1.7/docs/build/doctrees/htrdrPy.script.doctree +0 -0
  10. htrdrpy-1.1.7/docs/build/doctrees/loadScript.doctree +0 -0
  11. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/Examples.html +22 -4
  12. htrdrpy-1.1.7/docs/build/html/_images/spectrum.png +0 -0
  13. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_modules/htrdrPy/data.html +352 -508
  14. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_modules/htrdrPy/geometry.html +251 -69
  15. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_modules/htrdrPy/postprocess.html +111 -35
  16. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_modules/htrdrPy/script.html +66 -60
  17. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_sources/Examples.md.txt +3 -0
  18. htrdrpy-1.1.7/docs/build/html/_sources/Examples.rst.txt +11 -0
  19. htrdrpy-1.1.7/docs/build/html/_sources/example_comparison_PP_sphere.md.txt +162 -0
  20. htrdrpy-1.1.7/docs/build/html/_sources/example_comparison_PP_sphere.rst.txt +276 -0
  21. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_sources/htrdrPy.data.rst.txt +2 -0
  22. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_sources/htrdrPy.script.rst.txt +2 -0
  23. htrdrpy-1.1.7/docs/build/html/_sources/loadScript.rst.txt +23 -0
  24. htrdrpy-1.1.7/docs/build/html/example_comparison_PP_sphere.html +392 -0
  25. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/genindex.html +13 -4
  26. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/htrdrPy.data.html +343 -407
  27. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/htrdrPy.geometry.html +33 -21
  28. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/htrdrPy.html +5 -4
  29. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/htrdrPy.postprocess.html +22 -21
  30. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/htrdrPy.script.html +20 -20
  31. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/index.html +16 -3
  32. htrdrpy-1.1.7/docs/build/html/loadScript.html +135 -0
  33. htrdrpy-1.1.7/docs/build/html/objects.inv +0 -0
  34. htrdrpy-1.1.7/docs/build/html/searchindex.js +1 -0
  35. htrdrpy-1.1.7/docs/source/Examples.rst +11 -0
  36. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/source/conf.py +1 -1
  37. htrdrpy-1.1.7/docs/source/example_comparison_PP_sphere.rst +276 -0
  38. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/source/htrdrPy.data.rst +2 -0
  39. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/source/htrdrPy.script.rst +2 -0
  40. htrdrpy-1.1.7/docs/source/loadScript.rst +23 -0
  41. htrdrpy-1.1.7/docs/source/plot_examples/spectrum.png +0 -0
  42. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/pyproject.toml +1 -1
  43. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/data.py +15 -93
  44. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/geometry.py +37 -19
  45. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/postprocess.py +137 -29
  46. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/script.py +27 -27
  47. htrdrpy-1.1.5/docs/build/doctrees/htrdrPy.data.doctree +0 -0
  48. htrdrpy-1.1.5/docs/build/doctrees/htrdrPy.geometry.doctree +0 -0
  49. htrdrpy-1.1.5/docs/build/doctrees/htrdrPy.postprocess.doctree +0 -0
  50. htrdrpy-1.1.5/docs/build/doctrees/htrdrPy.script.doctree +0 -0
  51. htrdrpy-1.1.5/docs/build/html/objects.inv +0 -0
  52. htrdrpy-1.1.5/docs/build/html/searchindex.js +0 -1
  53. htrdrpy-1.1.5/docs/source/Examples.md +0 -4
  54. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/.gitignore +0 -0
  55. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/LICENSE +0 -0
  56. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/README.md +0 -0
  57. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/Makefile +0 -0
  58. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/doctrees/htrdrPy.doctree +0 -0
  59. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/doctrees/htrdrPy.helperFunctions.doctree +0 -0
  60. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/doctrees/index.doctree +0 -0
  61. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/.buildinfo +0 -0
  62. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_modules/htrdrPy/helperFunctions.html +0 -0
  63. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_modules/index.html +0 -0
  64. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_sources/htrdrPy.geometry.rst.txt +0 -0
  65. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_sources/htrdrPy.helperFunctions.rst.txt +0 -0
  66. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_sources/htrdrPy.postprocess.rst.txt +0 -0
  67. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_sources/htrdrPy.rst.txt +0 -0
  68. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_sources/index.rst.txt +0 -0
  69. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  70. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/basic.css +0 -0
  71. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/badge_only.css +0 -0
  72. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  73. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  74. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  75. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  76. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
  77. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
  78. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  79. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
  80. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  81. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
  82. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  83. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
  84. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
  85. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
  86. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  87. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
  88. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
  89. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/css/theme.css +0 -0
  90. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/doctools.js +0 -0
  91. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/documentation_options.js +0 -0
  92. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/file.png +0 -0
  93. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-bold.eot +0 -0
  94. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
  95. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-bold.woff +0 -0
  96. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
  97. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
  98. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
  99. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
  100. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
  101. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-italic.eot +0 -0
  102. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
  103. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-italic.woff +0 -0
  104. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
  105. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-regular.eot +0 -0
  106. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
  107. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-regular.woff +0 -0
  108. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
  109. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
  110. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
  111. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
  112. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
  113. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
  114. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
  115. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
  116. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
  117. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/jquery.js +0 -0
  118. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/js/badge_only.js +0 -0
  119. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/js/theme.js +0 -0
  120. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/js/versions.js +0 -0
  121. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/language_data.js +0 -0
  122. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/minus.png +0 -0
  123. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/plus.png +0 -0
  124. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/pygments.css +0 -0
  125. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/searchtools.js +0 -0
  126. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/_static/sphinx_highlight.js +0 -0
  127. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/htrdrPy.helperFunctions.html +0 -0
  128. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/py-modindex.html +0 -0
  129. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/html/search.html +0 -0
  130. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/LICRcyr2utf8.xdy +0 -0
  131. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/LICRlatin2utf8.xdy +0 -0
  132. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/LatinRules.xdy +0 -0
  133. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/Makefile +0 -0
  134. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  135. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/_static/jquery.js +0 -0
  136. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.aux +0 -0
  137. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.fdb_latexmk +0 -0
  138. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.fls +0 -0
  139. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.idx +0 -0
  140. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.ilg +0 -0
  141. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.ind +0 -0
  142. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.log +0 -0
  143. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.out +0 -0
  144. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.pdf +0 -0
  145. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.tex +0 -0
  146. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/htrdrpy.toc +0 -0
  147. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/latexmkjarc +0 -0
  148. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/latexmkrc +0 -0
  149. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/make.bat +0 -0
  150. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/python.ist +0 -0
  151. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinx.sty +0 -0
  152. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinx.xdy +0 -0
  153. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxhighlight.sty +0 -0
  154. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxhowto.cls +0 -0
  155. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexadmonitions.sty +0 -0
  156. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexcontainers.sty +0 -0
  157. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexgraphics.sty +0 -0
  158. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexindbibtoc.sty +0 -0
  159. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexlists.sty +0 -0
  160. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexliterals.sty +0 -0
  161. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexnumfig.sty +0 -0
  162. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexobjects.sty +0 -0
  163. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexshadowbox.sty +0 -0
  164. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexstyleheadings.sty +0 -0
  165. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexstylepage.sty +0 -0
  166. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatexstyletext.sty +0 -0
  167. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxlatextables.sty +0 -0
  168. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxmanual.cls +0 -0
  169. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxmessages.sty +0 -0
  170. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxoptionsgeometry.sty +0 -0
  171. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxoptionshyperref.sty +0 -0
  172. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxpackageboxes.sty +0 -0
  173. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxpackagecyrillic.sty +0 -0
  174. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxpackagefootnote.sty +0 -0
  175. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/build/latex/sphinxpackagesubstitutefont.sty +0 -0
  176. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/make.bat +0 -0
  177. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/source/htrdrPy.geometry.rst +0 -0
  178. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/source/htrdrPy.helperFunctions.rst +0 -0
  179. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/source/htrdrPy.postprocess.rst +0 -0
  180. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/source/htrdrPy.rst +0 -0
  181. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/docs/source/index.rst +0 -0
  182. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/__init__.py +0 -0
  183. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/helperFunctions.py +0 -0
  184. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/include/interpolate.py +0 -0
  185. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/include/meshgen.py +0 -0
  186. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/include/meshvisual.py +0 -0
  187. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/include/read.py +0 -0
  188. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/include/write.py +0 -0
  189. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/src/htrdrPy/particles.py +0 -0
  190. {htrdrpy-1.1.5 → htrdrpy-1.1.7}/tags +0 -0
@@ -27,9 +27,9 @@ pages:
27
27
  - python3 -m venv venv
28
28
  - source venv/bin/activate
29
29
  - pip install -e .
30
- - python3 -m pip install sphinx furo myst-parser sphinx_rtd_theme numpy matplotlib scipy tqdm netCDF4 vtk pyvista
30
+ - python3 -m pip install sphinx furo myst-parser sphinx_rtd_theme numpy matplotlib scipy tqdm netCDF4 vtk pyvista xarray
31
31
  script:
32
- - d docs && python -c "import htrdPy; print('Module imported successfully')" && cd ..
32
+ - cd docs && python -c "import htrdrPy; print('Module imported successfully')" && cd ..
33
33
  - cd docs && make html
34
34
  after_script:
35
35
  - mv docs/build/html/ ./public/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: htrdrPy
3
- Version: 1.1.5
3
+ Version: 1.1.7
4
4
  Summary: htrdrPy is a library that aims to wrap the radiative transfer code htrdr-planets, aiming to make the use of htrdr-planets more user-friendly.
5
5
  Project-URL: Homepage, https://gitlab.obspm.fr/aarfaux/htrdr-wrapper.git
6
6
  Project-URL: Documentation, https://htrdr-wrapper-ebbb17.pages.obspm.fr
@@ -19,7 +19,7 @@
19
19
  <script src="_static/js/theme.js"></script>
20
20
  <link rel="index" title="Index" href="genindex.html" />
21
21
  <link rel="search" title="Search" href="search.html" />
22
- <link rel="next" title="htrdrPy documentation" href="htrdrPy.html" />
22
+ <link rel="next" title="Spectra: comparison between plan-parallel and spherical" href="example_comparison_PP_sphere.html" />
23
23
  <link rel="prev" title="htrdrPy" href="index.html" />
24
24
  </head>
25
25
 
@@ -43,7 +43,11 @@
43
43
  </div>
44
44
  </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
45
45
  <ul class="current">
46
- <li class="toctree-l1 current"><a class="current reference internal" href="#">Examples</a></li>
46
+ <li class="toctree-l1 current"><a class="current reference internal" href="#">Examples</a><ul>
47
+ <li class="toctree-l2"><a class="reference internal" href="example_comparison_PP_sphere.html">Spectra: comparison between plan-parallel and spherical</a></li>
48
+ <li class="toctree-l2"><a class="reference internal" href="loadScript.html">Recover a Script</a></li>
49
+ </ul>
50
+ </li>
47
51
  <li class="toctree-l1"><a class="reference internal" href="htrdrPy.html">htrdrPy documentation</a></li>
48
52
  </ul>
49
53
 
@@ -63,7 +67,7 @@
63
67
  <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
64
68
  <li class="breadcrumb-item active">Examples</li>
65
69
  <li class="wy-breadcrumbs-aside">
66
- <a href="_sources/Examples.md.txt" rel="nofollow"> View page source</a>
70
+ <a href="_sources/Examples.rst.txt" rel="nofollow"> View page source</a>
67
71
  </li>
68
72
  </ul>
69
73
  <hr/>
@@ -74,6 +78,20 @@
74
78
  <section id="examples">
75
79
  <h1>Examples<a class="headerlink" href="#examples" title="Link to this heading"></a></h1>
76
80
  <p>This is an example of use of the htrdrPy package</p>
81
+ <div class="toctree-wrapper compound">
82
+ <ul>
83
+ <li class="toctree-l1"><a class="reference internal" href="example_comparison_PP_sphere.html">Spectra: comparison between plan-parallel and spherical</a><ul>
84
+ <li class="toctree-l2"><a class="reference internal" href="example_comparison_PP_sphere.html#imports">Imports</a></li>
85
+ <li class="toctree-l2"><a class="reference internal" href="example_comparison_PP_sphere.html#data">Data</a></li>
86
+ <li class="toctree-l2"><a class="reference internal" href="example_comparison_PP_sphere.html#generating-input-files">Generating input files</a></li>
87
+ <li class="toctree-l2"><a class="reference internal" href="example_comparison_PP_sphere.html#observation-geometry">Observation geometry</a></li>
88
+ <li class="toctree-l2"><a class="reference internal" href="example_comparison_PP_sphere.html#scripts">Scripts</a></li>
89
+ <li class="toctree-l2"><a class="reference internal" href="example_comparison_PP_sphere.html#post-process">Post-process</a></li>
90
+ </ul>
91
+ </li>
92
+ <li class="toctree-l1"><a class="reference internal" href="loadScript.html">Recover a Script</a></li>
93
+ </ul>
94
+ </div>
77
95
  </section>
78
96
 
79
97
 
@@ -81,7 +99,7 @@
81
99
  </div>
82
100
  <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
83
101
  <a href="index.html" class="btn btn-neutral float-left" title="htrdrPy" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
84
- <a href="htrdrPy.html" class="btn btn-neutral float-right" title="htrdrPy documentation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
102
+ <a href="example_comparison_PP_sphere.html" class="btn btn-neutral float-right" title="Spectra: comparison between plan-parallel and spherical" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
85
103
  </div>
86
104
 
87
105
  <hr/>