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)
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.1.0.tar.gz
(9.3 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.1.0-py3-none-any.whl
(13.5 kB
view details)
File details
Details for the file hypmix-0.1.0.tar.gz.
File metadata
- Download URL: hypmix-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c207258f9b198c001043a71635b15859ff8ac805b37411eee38a1bd2a0e3ec1
|
|
| MD5 |
c6572ca5f4cb6073c3b14fd2fed0d9ee
|
|
| BLAKE2b-256 |
b93b983046dba3bb3664de7ae6a13607a60bdcbd1ebe71cccc061535e26034e2
|
File details
Details for the file hypmix-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hypmix-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.5 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 |
b0c31cef422994fcc50d0d967ef83821a14e68e86d694b8eaa576baabc64be7c
|
|
| MD5 |
fdbde60d4befa8be851286a1dd7a165a
|
|
| BLAKE2b-256 |
31c4abce04209da43103f572fe8940cdd2295d7bb0835abb9294489b5f1d9bc4
|