{"name":"napari-pdr","display_name":"napari-pdr","visibility":"public","icon":null,"categories":[],"schema_version":"0.2.1","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-pdr.read_pdr","title":"Read image files using PDR","python_name":"napari_pdr.read:get_reader","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"napari-pdr.read_pdr","filename_patterns":["*"],"accepts_directories":false}],"writers":null,"widgets":null,"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.4","name":"napari-pdr","version":"0.1.1","dynamic":["license-file"],"platform":null,"supported_platform":null,"summary":"Load image data understood by PDR into Napari","description":"# napari-pdr: Load image data into Napari using PDR\n\nThis [Napari][] plugin adds a loader that can load any type of image\ndata understood by the [Planetary Data Reader][PDR] (PDR).\n\n[Napari]: https://www.napari.org/\n[PDR]: https://github.com/MillionConcepts/pdr\n\n## Installation\n\nIt is necessary to install PDR and its dependencies as well as the\nplugin’s own code.  The easiest way to do this is to install the\nplugin package, `napari_pdr`, into the Python runtime context where\nNapari looks for its libraries.  For example, if Napari is installed\nvia `pipx`,\n\n```sh\npipx inject napari napari-pdr\n```\n\nwill do the job.  If you have installed Napari some other way, you\nwill need to use different commands (please suggest additional\nexamples for this section).\n\n## Usage\n\nEither give PDS labels on the command line to napari, or open them\nfrom inside the application (File -> Open File(s)…).  Because PDS\nlabels (and data files with embedded labels) can have a wide variety\nof extensions, the plugin accepts all files; you may be prompted to\ndecide whether you want the PDR plugin or some other loader.\nEach label will be inspected for data objects that appear to be\nimages, and all such data objects will be loaded into the napari\nsession, one layer per object.\n\nCurrently “appears to be an image” is defined by a very simple\nheuristic that may be wrong in both directions.  Also, we currently\nmake no attempt to load metadata, annotation layers, etc.\n\n## Comments, suggestions, bug reports, etc.\n\nWe are actively looking for feedback on the user experience of this\nplugin.  Please file all commentary, suggestions, etc. as GitHub\nissues: https://github.com/MillionConcepts/napari-pdr/issues\n\n## Licensing\n\nCopyright 2026, Million Concepts LLC.\n\nRedistribution and use are permitted under the terms of the 3-clause\nBSD license; see [`LICENSE.md`](./LICENSE.md) for exact terms.\n","description_content_type":"text/markdown","keywords":null,"home_page":null,"download_url":null,"author":null,"author_email":"Chase Million <chase@millionconcepts.com>, Zack Weinberg <zack@millionconcepts.com>","maintainer":null,"maintainer_email":null,"license":null,"classifier":["Development Status :: 3 - Alpha","Environment :: X11 Applications :: Qt","Framework :: napari","Operating System :: OS Independent","Programming Language :: Python :: 3","Intended Audience :: Science/Research","Topic :: Scientific/Engineering :: Astronomy","Topic :: Scientific/Engineering :: Visualization"],"requires_dist":["pdr[fits,pillow,pvl]>=1.4.4","napari"],"requires_python":">=3.11","requires_external":null,"project_url":["Repository, https://github.com/MillionConcepts/napari-pdr"],"provides_extra":null,"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}