-
Notifications
You must be signed in to change notification settings - Fork 7
/
elastix-napari.json
105 lines (105 loc) · 5.76 KB
/
elastix-napari.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "elastix-napari",
"display_name": "elastix-napari",
"visibility": "public",
"icon": "",
"categories": [],
"schema_version": "0.2.0",
"on_activate": null,
"on_deactivate": null,
"contributions": {
"commands": [
{
"id": "elastix-napari.elastix_registration",
"title": "Create elastix_registration",
"python_name": "elastix_napari.elastix_registration:elastix_registration",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
},
{
"id": "elastix-napari.create_transformix_widget",
"title": "Create transformix widget",
"python_name": "elastix_napari.transformix_widget:create_transformix_widget",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
}
],
"readers": null,
"writers": null,
"widgets": [
{
"command": "elastix-napari.elastix_registration",
"display_name": "elastix_registration",
"autogenerate": false
},
{
"command": "elastix-napari.create_transformix_widget",
"display_name": "transformix",
"autogenerate": false
}
],
"sample_data": null,
"themes": null,
"menus": {},
"submenus": null,
"keybindings": null,
"configuration": []
},
"package_metadata": {
"metadata_version": "2.1",
"name": "elastix-napari",
"version": "0.2.1",
"dynamic": null,
"platform": null,
"supported_platform": null,
"summary": "A toolbox for rigid and nonrigid registration of images.",
"description": "# elastix-napari\n\n[![License](https://img.shields.io/pypi/l/elastix-napari.svg?color=green)](https://github.com/SuperElastix/elastix-napari/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/elastix-napari.svg?color=green)](https://pypi.org/project/elastix-napari)\n[![Python Version](https://img.shields.io/pypi/pyversions/elastix-napari.svg?color=green)](https://python.org)\n[![tests](https://github.com/SuperElastix/elastix-napari/workflows/tests/badge.svg)](https://github.com/SuperElastix/elastix-napari/actions)\n[![codecov](https://codecov.io/gh/SuperElastix/elastix-napari/branch/main/graph/badge.svg)](https://codecov.io/gh/SuperElastix/elastix-napari)\n[![Youtube](https://img.shields.io/badge/YouTube-Demo-red)](https://www.youtube.com/watch?v=GzbP-qUR034)\n\nThe [napari] plugin for [elastix], a toolbox for rigid and nonrigid registration of images, based on [itk-elastix].\n\nFor a demo video see [youtube] channel.\nFor tutorials on how to use elastix, see our [Jupyter notebooks].\n\nTo find parameters that work well with specific datasets, see the [elastix Model Zoo].\n\n<img width=\"1438\" alt=\"Screenshot 2021-05-12 at 15 07 24\" src=\"https://user-images.githubusercontent.com/33719474/117980045-d6009b00-b333-11eb-9976-f64d34f4f7cc.png\">\n\n## Installation\n\nYou can install `elastix-napari` via [pip]:\n\n pip install elastix-napari\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [Apache Software License 2.0] license,\n\"elastix-napari\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[file an issue]: https://github.com/SuperElastix/elastix-napari/issues\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n[elastix]: https://elastix.lumc.nl/\n[itk-elastix]: https://github.com/InsightSoftwareConsortium/ITKElastix\n[elastix Model Zoo]: https://elastix.lumc.nl/modelzoo/\n[Jupyter notebooks]: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKElastix/master?urlpath=lab/tree/examples%2FITK_Example01_SimpleRegistration.ipynb\n[youtube]: https://www.youtube.com/watch?v=GzbP-qUR034\n",
"description_content_type": "text/markdown",
"keywords": null,
"home_page": "https://github.com/SuperElastix/elastix-napari",
"download_url": null,
"author": "Viktor van der Valk",
"author_email": "[email protected]",
"maintainer": null,
"maintainer_email": null,
"license": "Apache Software License 2.0",
"classifier": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Framework :: napari",
"Topic :: Software Development :: Testing",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"License :: OSI Approved :: Apache Software License"
],
"requires_dist": [
"itk-elastix (>=0.11.1)",
"numpy (>=1.19.0)",
"napari[all] (>=0.4.6)",
"napari-plugin-engine (>=0.1.4)",
"magicgui (>=0.4.0)",
"itk-napari-conversion (>=0.3.1)",
"napari-itk-io (>=0.1.0)"
],
"requires_python": ">=3.8",
"requires_external": null,
"project_url": [
"Project Site, https://elastix.lumc.nl/",
"Bug Tracker, https://github.com/SuperElastix/elastix-napari/issues",
"Source Code, https://github.com/SuperElastix/elastix-napari",
"User Support, https://groups.google.com/g/elastix-imageregistration"
],
"provides_extra": null,
"provides_dist": null,
"obsoletes_dist": null
},
"npe1_shim": false
}