A Hyperspectral Linear Mixture anlysis code for python.
Project description
hypmix
Hyperspectral Unmixing Library for Python
Installation
pip install hypmix
Usage
import hypmix
em_list = []
for data, wvl in zip(spectrum_list, wvl_list):
spec=hypmix.Spectrum(data, wvl)
em_list.append(hypmix.EndMember("endmember1", spec))
model = hypmix.MixtureModel(em_list, data_cube)
model.add_virtual_shade()
res = model.run("save/path/results.hdf5", "model_name")
hypmix.save_model_result(res)
MixView GUI
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hypmix-0.2.4.tar.gz
(331.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
hypmix-0.2.4-py3-none-any.whl
(336.1 kB
view details)
File details
Details for the file hypmix-0.2.4.tar.gz.
File metadata
- Download URL: hypmix-0.2.4.tar.gz
- Upload date:
- Size: 331.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaa549baf2dc3cf38dead8e101658a93731cd6ab2e1e61258994425b3fbcfaae
|
|
| MD5 |
b34199f56f2f3f1000d71fd896604fdc
|
|
| BLAKE2b-256 |
058df9f576078f697055945f94d614a3d543889067419cc9fa5a4b6de5f09d8d
|
File details
Details for the file hypmix-0.2.4-py3-none-any.whl.
File metadata
- Download URL: hypmix-0.2.4-py3-none-any.whl
- Upload date:
- Size: 336.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67acd5a6afc63f1b643469b36ec0a7eee9a30e6cce02072ec871f96d5d430444
|
|
| MD5 |
6978be41ca79216cd5ee10e38c44db9c
|
|
| BLAKE2b-256 |
a70e7bcf7f5dd873f927c18890ddb157d856fd1d445e7d7122483ddb4dd60cdd
|