.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/examples/first_steps/create_dc.rst
docs/source/examples/first_steps/plot_dc.rst
docs/source/examples/first_steps/read_write.rst
docs/source/examples/methods/remove_background.rst
docs/source/examples/methods/resize.rst
docs/source/examples/process/cluster.rst
docs/source/examples/templates/create_use.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/helper.py
examples/00_first_steps/00_array_to_dc.py
examples/00_first_steps/01_read_write_dc_csv.py
examples/00_first_steps/01_read_write_dc_xlsx.py
examples/00_first_steps/02_plot_dc.py
examples/01_dc_methods/00_resize.py
examples/01_dc_methods/01_remove_background.py
examples/02_process/00_smooth_kmeans.py
examples/03_templates/00_create_template.py
examples/03_templates/01_use_template.py
examples/03_templates/template.yml
examples/05_read_write/05_csv_example.py
examples/05_read_write/05_custom_example.py
examples/05_read_write/05_envi_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/create_template.png
resources/imgs/hsi_wizard_logo.png
resources/imgs/hsi_wizard_logo.svg
resources/imgs/plot_dc.png
resources/imgs/plotter_example.png
resources/imgs/remove_background.png
resources/imgs/resize.png
resources/imgs/smooth_kmeans.png
resources/imgs/surface_example.png
resources/imgs/use_template.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/example.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/hdr.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