Metadata-Version: 2.1
Name: MicroscPSF-Py
Version: 0.1
Summary: Gibson-Lanni PSF calculation code.
Home-page: https://github.com/MicroscPSF/MicroscPSF-Py
Author: Kyle Douglass, Hazen Babcock
Author-email: hbabcock@mac.com
License: MIT
Keywords: PSF,microscopy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown

## MicroscPSF-Py ##

This is a Python implementation of the fast microscope PSF generation tool (using the Gibson-Lanni model).
Technical details can be found [here](http://www.ee.cuhk.edu.hk/~jzli/MicroscPSF/).

[![Linux Build Status](https://travis-ci.org/MicroscPSF/MicroscPSF-Py.svg?branch=master)](https://travis-ci.org/MicroscPSF/MicroscPSF-Py)

### Install ###

```
$ git clone https://github.com/MicroscPSF/MicroscPSF-Py.git
$ cd MicroscPSF-Py
$ python setup.py install
```

### Usage ###

Please see the [examples.ipynb](https://github.com/MicroscPSF/MicroscPSF-Py/blob/master/examples.ipynb) Jupyter notebook.

### Acknowledgements ###

- Original algorithm Li, J., Xue, F., & Blu, T. (2017). Fast and accurate three-dimensional point spread function computation for fluorescence microscopy. JOSA A, 34(6), 1029-1034. [link](https://doi.org/10.1364/JOSAA.34.001029).

- Python implementation by Kyle Douglass and Hazen Babcock.


