Metadata-Version: 2.0
Name: py-pol
Version: 0.1.3
Summary: Jones and Mueller polarization - Optics
Home-page: https://bitbucket.org/optbrea/py_pol/src/master/
Author: Luis Miguel Sanchez Brea / Jesus del Hoyo Munoz
Author-email: optbrea@ucm.es
License: MIT license
Keywords: py_pol
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)

===================
Python polarization
===================


.. image:: https://img.shields.io/pypi/v/py_pol.svg
        :target: https://pypi.org/project/py-pol/

.. image:: https://img.shields.io/travis/optbrea/py_pol.svg
        :target: https://bitbucket.org/optbrea/py_pol/src/master/

.. image:: https://readthedocs.org/projects/py-pol/badge/?version=latest
        :target: https://py-pol.readthedocs.io/en/latest/
        :alt: Documentation Status




Jones and Mueller polarization - Optics


* Free software: MIT license
* Documentation: https://py-pol.readthedocs.io/en/latest/


Features
--------

* Jones matrices and vectors, Stokes vectors and Mueller matrices.
* Each one has its own class, with multiple methods for generation, operation and parameters extraction.


References
------------
* D. Goldstein "Polarized light" 2nd edition, Marcel Dekker (1993) ISBN: 0-8247-4053-X.

* J. J. Gil, R. Ossikovsky "Polarized light and the Mueller Matrix approach", CRC Press (2016) ISBN 978-1-4822-5156-2 and 978-1-4822-5155-5.

* R. Martinez-Herrero, P.M. Mejias, G.Piquero "Characterization of partially polarized light fields" Springer series in Optical sciences (2009) ISBN 978-3-642-01326-3.

* C. Brosseau "Fundamentals of Polarized Light" Wiley (1998).

* J.M. Bennet "Handbook of Optics 1" Cap 5 'Polarization'.

* R.A. Chipman "Handbook of Optics 2" Cap 2 'Polarimetry'.

* S.Y. Lu and R.A. Chipman, "Homogeneous and inhomogeneous Jones matrices",  J. Opt. Soc. Am. A/Vol. 11, No. 2 pp. 766 (1994).


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.1 (2018-12-22)
------------------

* First release on PyPI in pre-alpha state.


0.1.3 (2019-01-22)
------------------

* Jones_vector, Jones_matrix, Stokes works.
* Mueller is in progress.
* Functions = 9/10, Documentation = 9/10 Tutorial = 7/10. Examples = 6/10.
* Drawing = 0/10.


