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.3.tar.gz
(330.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.3-py3-none-any.whl
(333.8 kB
view details)
File details
Details for the file hypmix-0.2.3.tar.gz.
File metadata
- Download URL: hypmix-0.2.3.tar.gz
- Upload date:
- Size: 330.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 |
9ab501a522d94e52b484096a28bb20d3598609704f056e535d11524b4b7d045a
|
|
| MD5 |
8ee498e9b70a01debc6a6788b568b1cb
|
|
| BLAKE2b-256 |
59e3c0f2ae5b3a084c3e925b43bcb90aa3d75bb94bc0e899896ffe4500d02e3b
|
File details
Details for the file hypmix-0.2.3-py3-none-any.whl.
File metadata
- Download URL: hypmix-0.2.3-py3-none-any.whl
- Upload date:
- Size: 333.8 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 |
b59209442ca729ebfce585ca2f98ff1faeceeefef403a402c53db593b1397d28
|
|
| MD5 |
f6d95499e066ba3eaccf10c318713ce0
|
|
| BLAKE2b-256 |
2536356d7a1199b5d5efdb96870ee256cb9046a171760065db4be51a8e220875
|