.coveragerc
.flake8
.gitignore
.pydocstyle
LICENSE
README.md
pyproject.toml
run_checks.sh
.github/workflows/draft-pdf.yml
.github/workflows/main-branch.yml
.github/workflows/non-main.yml
docs/.readthedocs.yaml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/examples/index.rst
docs/source/modules/index.rst
docs/source/modules/core/datacube.rst
docs/source/modules/core/datacube_ops.rst
docs/source/modules/exploration/plotter.rst
docs/source/modules/exploration/surface.rst
docs/source/modules/processing/cluster.rst
docs/source/modules/processing/spectral.rst
docs/source/modules/utils/decorators.rst
docs/source/modules/utils/helper.rst
docs/source/modules/utils/loader.rst
docs/source/wizard/index.rst
examples/00_creating_a_DataCube/00_example.py
examples/01_plot_DataCube/01_example.py
examples/02_use_DataCube_methods/02_example.py
examples/03_create_Templates/03_example.py
examples/04_use_Templates/04_example.py
examples/04_use_Templates/04_example.yml
examples/05_read_write/05_csv_example.py
examples/05_read_write/05_custom_example.py
examples/05_read_write/05_xlsx_example.py
examples/06_plot_surface/06_example.py
examples/07_cluster/07_kmeans.py
examples/08_merge_data/08_merge.py
hsi_wizard.egg-info/PKG-INFO
hsi_wizard.egg-info/SOURCES.txt
hsi_wizard.egg-info/dependency_links.txt
hsi_wizard.egg-info/requires.txt
hsi_wizard.egg-info/top_level.txt
resources/imgs/hsi_wizard_logo.png
resources/imgs/hsi_wizard_logo.svg
resources/imgs/plotter_example.png
resources/imgs/surface_example.png
resources/imgs/logo/facebook_cover_photo_1.png
resources/imgs/logo/facebook_cover_photo_2.png
resources/imgs/logo/facebook_profile_image.png
resources/imgs/logo/favicon.png
resources/imgs/logo/instagram_profile_image.png
resources/imgs/logo/linkedin_banner_image_1.png
resources/imgs/logo/linkedin_banner_image_2.png
resources/imgs/logo/linkedin_profile_image.png
resources/imgs/logo/logo.png
resources/imgs/logo/logo_transparent.png
resources/imgs/logo/pinterest_board_photo.png
resources/imgs/logo/pinterest_profile_image.png
resources/imgs/logo/twitter_header_photo_1.png
resources/imgs/logo/twitter_header_photo_2.png
resources/imgs/logo/twitter_profile_image.png
resources/imgs/logo/youtube_profile_image.png
tests/__init__.py
tests/test_core.py
tests/test_exploration.py
tests/test_processing.py
tests/test_utils.py
wizard/__init__.py
wizard/_core/__init__.py
wizard/_core/datacube.py
wizard/_core/datacube_ops.py
wizard/_exploration/__init__.py
wizard/_exploration/faces.py
wizard/_exploration/plotter.py
wizard/_exploration/surface.py
wizard/_processing/__init__.py
wizard/_processing/cluster.py
wizard/_processing/spectral.py
wizard/_utils/__init__.py
wizard/_utils/decorators.py
wizard/_utils/helper.py
wizard/_utils/tracker.py
wizard/_utils/_loader/__init__.py
wizard/_utils/_loader/_helper.py
wizard/_utils/_loader/csv.py
wizard/_utils/_loader/folder.py
wizard/_utils/_loader/fsm.py
wizard/_utils/_loader/image.py
wizard/_utils/_loader/nrrd.py
wizard/_utils/_loader/pickle.py
wizard/_utils/_loader/tdms.py
wizard/_utils/_loader/xlsx.py