htrdrPy 1.1.5__tar.gz → 1.1.6__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.
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/PKG-INFO +1 -1
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/doctrees/Examples.doctree +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/doctrees/environment.pickle +0 -0
- htrdrpy-1.1.6/docs/build/doctrees/example_comparison_PP_sphere.doctree +0 -0
- htrdrpy-1.1.6/docs/build/doctrees/htrdrPy.data.doctree +0 -0
- htrdrpy-1.1.6/docs/build/doctrees/htrdrPy.geometry.doctree +0 -0
- htrdrpy-1.1.6/docs/build/doctrees/htrdrPy.postprocess.doctree +0 -0
- htrdrpy-1.1.6/docs/build/doctrees/htrdrPy.script.doctree +0 -0
- htrdrpy-1.1.6/docs/build/doctrees/loadScript.doctree +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/Examples.html +22 -4
- htrdrpy-1.1.6/docs/build/html/_images/spectrum.png +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_modules/htrdrPy/data.html +345 -508
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_modules/htrdrPy/geometry.html +237 -68
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_modules/htrdrPy/postprocess.html +33 -28
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_modules/htrdrPy/script.html +66 -60
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_sources/Examples.md.txt +3 -0
- htrdrpy-1.1.6/docs/build/html/_sources/Examples.rst.txt +11 -0
- htrdrpy-1.1.6/docs/build/html/_sources/example_comparison_PP_sphere.md.txt +162 -0
- htrdrpy-1.1.6/docs/build/html/_sources/example_comparison_PP_sphere.rst.txt +276 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_sources/htrdrPy.data.rst.txt +2 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_sources/htrdrPy.script.rst.txt +2 -0
- htrdrpy-1.1.6/docs/build/html/_sources/loadScript.rst.txt +23 -0
- htrdrpy-1.1.6/docs/build/html/example_comparison_PP_sphere.html +392 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/genindex.html +13 -4
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/htrdrPy.data.html +330 -407
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/htrdrPy.geometry.html +26 -21
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/htrdrPy.html +5 -4
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/htrdrPy.postprocess.html +20 -19
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/htrdrPy.script.html +20 -20
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/index.html +16 -3
- htrdrpy-1.1.6/docs/build/html/loadScript.html +135 -0
- htrdrpy-1.1.6/docs/build/html/objects.inv +0 -0
- htrdrpy-1.1.6/docs/build/html/searchindex.js +1 -0
- htrdrpy-1.1.6/docs/source/Examples.rst +11 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/source/conf.py +1 -1
- htrdrpy-1.1.6/docs/source/example_comparison_PP_sphere.rst +276 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/source/htrdrPy.data.rst +2 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/source/htrdrPy.script.rst +2 -0
- htrdrpy-1.1.6/docs/source/loadScript.rst +23 -0
- htrdrpy-1.1.6/docs/source/plot_examples/spectrum.png +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/pyproject.toml +1 -1
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/data.py +11 -91
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/geometry.py +29 -15
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/postprocess.py +99 -27
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/script.py +27 -27
- htrdrpy-1.1.5/docs/build/doctrees/htrdrPy.data.doctree +0 -0
- htrdrpy-1.1.5/docs/build/doctrees/htrdrPy.geometry.doctree +0 -0
- htrdrpy-1.1.5/docs/build/doctrees/htrdrPy.postprocess.doctree +0 -0
- htrdrpy-1.1.5/docs/build/doctrees/htrdrPy.script.doctree +0 -0
- htrdrpy-1.1.5/docs/build/html/objects.inv +0 -0
- htrdrpy-1.1.5/docs/build/html/searchindex.js +0 -1
- htrdrpy-1.1.5/docs/source/Examples.md +0 -4
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/.gitignore +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/.gitlab-ci.yml +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/LICENSE +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/README.md +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/Makefile +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/doctrees/htrdrPy.doctree +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/doctrees/htrdrPy.helperFunctions.doctree +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/doctrees/index.doctree +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/.buildinfo +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_modules/htrdrPy/helperFunctions.html +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_modules/index.html +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_sources/htrdrPy.geometry.rst.txt +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_sources/htrdrPy.helperFunctions.rst.txt +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_sources/htrdrPy.postprocess.rst.txt +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_sources/htrdrPy.rst.txt +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_sources/index.rst.txt +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/basic.css +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/badge_only.css +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/css/theme.css +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/doctools.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/documentation_options.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/file.png +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-bold.eot +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-bold.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-italic.eot +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-italic.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-regular.eot +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-regular.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/jquery.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/js/badge_only.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/js/theme.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/js/versions.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/language_data.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/minus.png +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/plus.png +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/pygments.css +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/searchtools.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/htrdrPy.helperFunctions.html +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/py-modindex.html +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/html/search.html +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/LICRcyr2utf8.xdy +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/LICRlatin2utf8.xdy +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/LatinRules.xdy +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/Makefile +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/_static/jquery.js +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.aux +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.fdb_latexmk +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.fls +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.idx +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.ilg +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.ind +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.log +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.out +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.pdf +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.tex +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/htrdrpy.toc +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/latexmkjarc +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/latexmkrc +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/make.bat +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/python.ist +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinx.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinx.xdy +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxhighlight.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxhowto.cls +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexadmonitions.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexcontainers.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexgraphics.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexindbibtoc.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexlists.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexliterals.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexnumfig.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexobjects.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexshadowbox.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexstyleheadings.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexstylepage.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatexstyletext.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxlatextables.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxmanual.cls +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxmessages.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxoptionsgeometry.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxoptionshyperref.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxpackageboxes.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxpackagecyrillic.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxpackagefootnote.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/build/latex/sphinxpackagesubstitutefont.sty +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/make.bat +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/source/htrdrPy.geometry.rst +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/source/htrdrPy.helperFunctions.rst +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/source/htrdrPy.postprocess.rst +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/source/htrdrPy.rst +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/docs/source/index.rst +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/__init__.py +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/helperFunctions.py +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/include/interpolate.py +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/include/meshgen.py +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/include/meshvisual.py +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/include/read.py +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/include/write.py +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/src/htrdrPy/particles.py +0 -0
- {htrdrpy-1.1.5 → htrdrpy-1.1.6}/tags +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: htrdrPy
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.6
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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="
|
|
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
|
|
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.
|
|
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="
|
|
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/>
|
|
Binary file
|