Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mperrin/poppy
Physical Optics Propagation in Python
https://github.com/mperrin/poppy
astronomy diffraction optics python
Last synced: 13 days ago
JSON representation
Physical Optics Propagation in Python
- Host: GitHub
- URL: https://github.com/mperrin/poppy
- Owner: mperrin
- License: bsd-3-clause
- Created: 2012-05-02T19:09:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T21:41:17.000Z (over 3 years ago)
- Last Synced: 2024-10-13T09:48:53.332Z (27 days ago)
- Topics: astronomy, diffraction, optics, python
- Language: Jupyter Notebook
- Size: 42.5 MB
- Stars: 173
- Watchers: 17
- Forks: 40
- Open Issues: 31
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-physics - poppy - Physical Optics Propagation in Python (Optics / Sound)
README
============================================
POPPY: Physical Optics Propagation in Python
============================================.. image:: docs/figures/readme_fig.png
.. image:: https://img.shields.io/pypi/v/poppy.svg
:target: https://pypi.python.org/pypi/poppy
:alt: Badge showing current released PyPI version.. image:: https://travis-ci.org/spacetelescope/poppy.svg?branch=master
:target: https://travis-ci.org/spacetelescope/poppy
:alt: Badge showing continuous integration test status.. image:: https://coveralls.io/repos/spacetelescope/poppy/badge.svg
:target: https://coveralls.io/r/spacetelescope/poppy
:alt: Badge showing testing code coverage percentage.. image:: https://img.shields.io/badge/ascl-1602.018-blue.svg?colorB=262255
:target: http://ascl.net/1602.018POPPY (**P**\ hysical **O**\ ptics **P**\ ropagation in **Py**\ thon) is a Python package that simulates physical optical propagation including diffraction. It implements a flexible framework for modeling Fraunhofer and Fresnel diffraction and point spread function formation, particularly in the context of astronomical telescopes.
POPPY was developed as part of a simulation package for the James Webb Space Telescope, but is more broadly applicable to many kinds of imaging simulations. It is not, however, a substitute for high fidelity optical design software such as Zemax or Code V, but rather is intended as a lightweight alternative for cases for which diffractive rather than geometric optics is the topic of interest, and which require portability between platforms or ease of scripting.
For documentation, see http://poppy-optics.readthedocs.io/
Code by Marshall Perrin, Joseph Long, Ewan Douglas, Neil Zimmerman, Anand Sivaramakrishnan, Shannon Osborne, Kyle Douglass, Maciek Grochowicz, Phillip Springer, & Ted Corcovilos, with additional contributions from Remi Soummer, Kyle Van Gorkom, Jonathan Fraine, Christine Slocum, Roman Yurchak, and others on the Astropy team.
Projects using POPPY
--------------------POPPY provides the optical modeling framework used in:
* WebbPSF, a PSF simulator for NASA's JWST and WFIRST space telescopes. See https://pypi.python.org/pypi/webbpsf
* ``gpipsfs``, a PSF simulator for the Gemini Planet Imager coronagraph. See https://github.com/geminiplanetimager/gpipsfs