{"id":21980182,"url":"https://github.com/innolitics/hdav","last_synced_at":"2025-03-23T01:13:43.952Z","repository":{"id":70507922,"uuid":"122257897","full_name":"innolitics/hdav","owner":"innolitics","description":"High Dimensionality Algorithm Viewer","archived":false,"fork":false,"pushed_at":"2018-04-06T17:50:30.000Z","size":13,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-01-28T04:25:36.745Z","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/innolitics.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}},"created_at":"2018-02-20T21:21:30.000Z","updated_at":"2018-04-06T17:50:31.000Z","dependencies_parsed_at":"2023-03-05T22:30:35.341Z","dependency_job_id":null,"html_url":"https://github.com/innolitics/hdav","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fhdav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fhdav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fhdav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fhdav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/innolitics","download_url":"https://codeload.github.com/innolitics/hdav/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040698,"owners_count":20551308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-29T17:09:52.407Z","updated_at":"2025-03-23T01:13:43.940Z","avatar_url":"https://github.com/innolitics.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# High Dimensional Algorithm Viewer (HDAV)\n\nHdav is a python library that facilitates viewing 2- and 3-D multi-layered image data.\n\n## Example Use Case\n\n```python\nimport hdav\nhdav.view(layers=[\n    {\n        'name': 'CT',\n        'data': ct_voxels_preop,\n        'visible': True,\n    },\n    {\n        'name': 'MRI',\n        'data': mri_voxels_preop,\n        'visible': True\n    }\n], interactive=True, window_id='pre operative')\nhdav.view(layers=[\n    {\n        'name': 'CT',\n        'data': ct_voxels_postop,\n        'visible': True,\n    },\n    {\n        'name': 'MRI',\n        'data': mri_voxels_postop,\n        'visible': True\n    }\n], interactive=True, window_id='post operative')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnolitics%2Fhdav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnolitics%2Fhdav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnolitics%2Fhdav/lists"}