{"name":"napari-psf-simulator","display_name":"PSF simulator","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-psf-simulator.make_widget","title":"PSF simulator","python_name":"napari_psf_simulator._widget:Psf_widget","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-psf-simulator.make_calculator_widget","title":"PSF combiner","python_name":"napari_psf_simulator._calculator_widget:calculate","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-psf-simulator.make_contrast_widget","title":"Contrast setter","python_name":"napari_psf_simulator._contrast_widget:set_contrast","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-psf-simulator.make_widget","display_name":"PSF simulator widget","autogenerate":false},{"command":"napari-psf-simulator.make_calculator_widget","display_name":"PSF combiner widget","autogenerate":false},{"command":"napari-psf-simulator.make_contrast_widget","display_name":"Contrast setter widget","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-psf-simulator","version":"0.3.1","dynamic":null,"platform":null,"supported_platform":null,"summary":"A plugin for simulations of the Point Spread Function, with aberrations","description":"# napari-psf-simulator\n\n[![License](https://img.shields.io/pypi/l/napari-psf-simulator.svg?color=green)](https://github.com/andreabassi78/napari-psf-simulator/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-psf-simulator.svg?color=green)](https://pypi.org/project/napari-psf-simulator)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-psf-simulator.svg?color=green)](https://python.org)\n[![tests](https://github.com/andreabassi78/napari-psf-simulator/workflows/tests/badge.svg)](https://github.com/andreabassi78/napari-psf-simulator/actions)\n[![codecov](https://codecov.io/gh/andreabassi78/napari-psf-simulator/branch/main/graph/badge.svg)](https://codecov.io/gh/andreabassi78/napari-psf-simulator)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-psf-simulator)](https://napari-hub.org/plugins/napari-psf-simulator)\n\nA plugin for the simulation of the 3D Point Spread Function of an optical systen, particularly a microscope objective.\n \nCalculates the PSF using scalar and vectorial models. \nThe following aberrations are included:\n- phase aberration described by a Zernike polynomials with n-m coefficients.\n- aberration induced by a slab, with a refractive index different from the one at the object. \n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n\n\n## Installation\n\nYou can install `napari-psf-simulator` via [pip]:\n\n pip install napari-psf-simulator\n\n\nTo install latest development version :\n\n pip install git+https://github.com/andreabassi78/napari-psf-simulator.git\n\n\n## Usage\n\n1) Lauch the plugin and select the parameters of the microscope: `NA` (numerical aperture), `wavelenght`, `n` (refractive index at the object),\n `FOV xy` (field of view in the transverse direction), `FOV z` (field of view in the axial direction), `dxy` (pixel size, transverse sampling), `dz` (voxel depth, axial sampling), `lens radius` (physical aperture of the lens, used in vectorial model)\n\n2) Select a propagation model between `scalar` and `vectorial`. \n\n3) Select an aberration type (if needed).\n\n4) Press `Calculate PSF` to run the simulator. This will create a new image layer with the 3D PSF.\n \n The option `Show Airy disk` creates a circle with radius given by the diffraction limit (Rayleigh criterion).\n\n![raw](https://github.com/andreabassi78/napari-psf-simulator/raw/main/images/figure.png)\n**Napari viewer with the psf-simulator widget showing the in-focus plane of an aberrated PSF**\n\n![raw](https://github.com/andreabassi78/napari-psf-simulator/raw/main/images/animation.gif)\n**Slicing through a PSF aberrated with Zernike polynomials of order N=3, M=1 (coma)**\n\n3) Click on the `Plot PSF Profile in Console` checkbox to see the x and z profiles of the PSF.\n They will show up in the viewer console when `Calculate PSF` is executed.\n\n![raw](https://github.com/andreabassi78/napari-psf-simulator/raw/main/images/Plot.png)\n**Plot profile of the PSF, shown in the Console**\n\n## Detailed documentation\n\nAn exhaustive documentation of the use of the plugin on scalar and vectoral propagation models can be found in [this] presentation.\n\nA detailed explanation of the uses and advantages that simulating a PSF brings can be found [here].\n\nThe vectorial propagation model implements a secondary library: [pyfocus](https://github.com/fcaprile/PyFocus). The full documentation of this library can be found at [read the docs](https://pyfocus.readthedocs.io/en/latest/) and in the paper: \"PyFocus: A Python package for vectorial calculations of focused optical fields under realistic conditions. Application to toroidal foci.\" https://doi.org/10.1016/j.cpc.2022.108315\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. \nThe plugin has been concived to be modular allowing the insertion of new aberations and pupils. Please contact the developers on github for adding new propagations and aberrations types. \nAny suggestions or contributions are welcome.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-psf-simulator\" 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[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/andreabassi78/napari-psf-simulator/issues\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n\n[this]: https://github.com/andreabassi78/napari-psf-simulator/raw/main/docs/napari_psf_simullator_presentation.pdf\n\n[here]: https://github.com/andreabassi78/napari-psf-simulator/raw/main/docs/pyfocus_seminar.pptx\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/andreabassi78/napari-psf-simulator","download_url":null,"author":"Andrea Bassi","author_email":"andrea1.bassi@polimi.it","maintainer":null,"maintainer_email":null,"license":"BSD-3-Clause","classifier":["Development Status :: 2 - Pre-Alpha","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 :: BSD License"],"requires_dist":["numpy","magicgui","qtpy","PyCustomFocus >=3.3.6","matplotlib","scikit-image","scipy","tox ; extra == 'testing'","pytest ; extra == 'testing'","pytest-cov ; extra == 'testing'","qtpy ; extra == 'testing'","pytest-qt ; extra == 'testing'","napari ; extra == 'testing'","pyqt5 ; extra == 'testing'","PyCustomFocus >=3.3.6 ; extra == 'testing'","matplotlib ; extra == 'testing'","scikit-image ; extra == 'testing'","scipy ; extra == 'testing'"],"requires_python":">=3.8","requires_external":null,"project_url":["Bug Tracker, https://github.com/andreabassi78/napari-psf-simulator/issues","Documentation, https://github.com/andreabassi78/napari-psf-simulator#README.md","Source Code, https://github.com/andreabassi78/napari-psf-simulator","User Support, https://github.com/andreabassi78/napari-psf-simulator/issues"],"provides_extra":["testing"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}