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.2.0.tar.gz
(11.2 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.0-py3-none-any.whl
(16.5 kB
view details)
File details
Details for the file hypmix-0.2.0.tar.gz.
File metadata
- Download URL: hypmix-0.2.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa82a84dc106f9b83ed17d486c38d53a476a1fcef09b3019989e0d46c30d2738
|
|
| MD5 |
f9061c2ff6167de6dcb946157bd7fdd5
|
|
| BLAKE2b-256 |
1589cbf1ea1bc08fbd2e0c8f849e98dab7723ad1aefb42aec824a07517027ea8
|
File details
Details for the file hypmix-0.2.0-py3-none-any.whl.
File metadata
- Download URL: hypmix-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.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 |
92aa925562a0113d1326fc8b3734673b4039755f70d15d1891454f64579a9a31
|
|
| MD5 |
daf3c268fc7b154bec244322420cfabe
|
|
| BLAKE2b-256 |
b64b4c55bd54eeab663af3b4ef2bd4ad3d4709ee0f5d431fc8df617ee8665748
|