Skip to content

soarskyfu/prysm

 
 

Repository files navigation

Prysm

Build Status Documentation Status Coverage Status DOI

A python3.6+ module for physical optics based modeling and processing of data from commerical and open source instrumentation.

Installation

prysm is on pypi:

pip install prysm

prysm requires only numpy, scipy, and astropy.

Optional Dependencies

Prysm uses numpy for array operations. To use an nVidia GPU, you must have cupy installed. Plotting uses matplotlib. Images are read and written with imageio. Some MTF utilities utilize pandas. Reading of Zygo datx files requires h5py.

Features

Prysm features robust tools for modeling and propagation of wavefronts to image planes and MTF. It also features object synthesis routines and a flexible convolution system in support of image simulation. Finally, it contains rich features for analysis of interferometric data.

For a complete list of features, see the docs.

Examples

Several examples are provided in the documentation.

User's Guide

A guide for using the library is provided in the documentation.

Contributing

If you find an issue with prysm, please open an issue or pull request. Prysm has some usage of f-strings, so any code contributed is only expected to work on python 3.6+, and is licensed under the MIT license. The library is most in need of contributions in the form of tests and documentation.

Packages

No packages published

Languages

  • Python 68.5%
  • Jupyter Notebook 30.9%
  • TeX 0.6%