Metadata-Version: 2.1
Name: orsaytrace
Version: 1.1.3.7
Summary: Flexible ray tracing for optics
Home-page: https://github.com/yvesauad/OrsayTrace
Author: Yves Auad
Author-email: yves.maia-auad@universite-paris-saclay.fr
License: MIT
Download-URL: https://github.com/yvesauad/OrsayTrace/archive/v1.1.3.tar.gz
Project-URL: Documentation, https://orsaytrace.readthedocs.io/en/latest/index.html
Project-URL: Source Code, https://github.com/yvesauad/orsaytrace
Keywords: optics,ray,tracing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: matplotlib

.. -*- mode: rst -*-

|python_version|_ |pypi_version|_ |rtd|_

.. |pypi_version| image:: http://img.shields.io/pypi/v/orsaytrace.svg?style=flat
.. _pypi_version: https://pypi.python.org/pypi/orsaytrace

.. |python_version| image:: https://img.shields.io/pypi/pyversions/orsaytrace.svg?style=flat
.. _python_version: https://pypi.python.org/pypi/orsaytrace

.. |rtd| image:: https://readthedocs.org/projects/orsaytrace/badge/?version=latest
.. _rtd: https://readthedocs.org/projects/orsaytrace/?badge=latest

OrsayTrace
----------

Orsaytrace is an open source python library for flexible optical simulations in 3D dimensions.

Orsaytrace makes it easy to add elements or transformations sequentially. Multiple shapes can be created using
building blocks such as spheres, prisms, parabolas and spatial transformations like rotations or translations.

Data analysis are done by the means of plans, which save photons that cross them during simulation run. Plans
are powerful objects and can be instantiated as conditional plans, which guarantees that appended photons
possesses a given attribute in a certain range. A plethora of pre build functions are already implemented
for photons subset, but users can build their own
using all available photon objects.

Contributing 
************

Contributing is encouraged for everyone. Please be in touch if you wish to help.


