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.1.tar.gz
(11.4 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.1-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file hypmix-0.2.1.tar.gz.
File metadata
- Download URL: hypmix-0.2.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac24f2f92931fb9a6852b0e8b838fdc61bb4d6ab0a2ad86bebb0a34a385abea5
|
|
| MD5 |
547f04f8fda4aea3b7ed0094c9486a30
|
|
| BLAKE2b-256 |
4630ab6070b6dad22e39f7bdc0455cfc684bb26a90b68981cfb95d0f3c4b77ee
|
File details
Details for the file hypmix-0.2.1-py3-none-any.whl.
File metadata
- Download URL: hypmix-0.2.1-py3-none-any.whl
- Upload date:
- Size: 16.7 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 |
a16b00ef9063965a6f4c6fa9caa9e04cb21f5381746e8db59ced5a1c6c8fa323
|
|
| MD5 |
92a334c9a64879832fe525d5bf52b566
|
|
| BLAKE2b-256 |
af433fba9ef0f0ed9f8e34a258e4f0320ea9a91e8d8f14c0b0f900ab977d7ee9
|