Usage

This section documents the practical, script-based usage model of spectral-unmixing.

The package is designed to be driven from project-specific Python scripts that can be executed cell by cell in the VS Code interactive window or a similar notebook-like environment. The reusable package functions live in spectral_unmixing/, while the repository’s user_scripts/ folder shows how these functions are combined for real workflows.

How to read the tutorials

Each tutorial page is based on one interactive script from the repository’s user_scripts/ folder. The documentation follows the script cell by cell and explains:

  • what each cell does,

  • which parameters matter most,

  • what a user can modify for a new dataset,

  • and how those changes affect the unmixing result.