{"id":41638124,"url":"https://github.com/z-vig/hypmix","last_synced_at":"2026-01-24T15:02:49.115Z","repository":{"id":327283342,"uuid":"1108681748","full_name":"z-vig/hypmix","owner":"z-vig","description":"Hyperspectral Unmixing Library for Python","archived":false,"fork":false,"pushed_at":"2025-12-19T21:23:56.000Z","size":413,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T07:38:57.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/z-vig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-02T19:18:31.000Z","updated_at":"2025-12-19T21:23:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/z-vig/hypmix","commit_stats":null,"previous_names":["z-vig/hypmix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/z-vig/hypmix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-vig%2Fhypmix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-vig%2Fhypmix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-vig%2Fhypmix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-vig%2Fhypmix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z-vig","download_url":"https://codeload.github.com/z-vig/hypmix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-vig%2Fhypmix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28730304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T15:02:45.965Z","updated_at":"2026-01-24T15:02:49.108Z","avatar_url":"https://github.com/z-vig.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hypmix\nHyperspectral Unmixing Library for Python\n\n## Installation\n\n```bash\npip install hypmix\n```\n\n## Usage\n```python\nimport hypmix\n\nem_list = []\nfor data, wvl in zip(spectrum_list, wvl_list):\n    spec=hypmix.Spectrum(data, wvl)\n    em_list.append(hypmix.EndMember(\"endmember1\", spec))\n\nmodel = hypmix.MixtureModel(em_list, data_cube)\nmodel.add_virtual_shade()\n\nres = model.run(\"save/path/results.hdf5\", \"model_name\")\nhypmix.save_model_result(res)\n```\n\n## MixView GUI\n![Image of a Graphical User Interface](https://github.com/z-vig/hypmix/blob/main/src/hypmix/resources/images/gui_example.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz-vig%2Fhypmix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz-vig%2Fhypmix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz-vig%2Fhypmix/lists"}