Package theia
[hide private]
[frames] | no frames]

Source Code for Package theia

 1  ''' 
 2  This is theia, a Python package for Gaussian ray tracing in 3D optical setups. 
 3   
 4  ''' 
 5   
 6  __author__ = u"Rapha\u00EBl Duque" 
 7  __copyright__ = u"Copyright 2017, Rapha\u00EBl Duque" 
 8  __credits__ = [u"Rapha\u00EBl Duque"] 
 9  __license__ = "GNU GPLv3+" 
10  __version__ = "0.1.3" 
11  __status__ = "stable" 
12  __maintainer__ = u"Rapha\u00EBl Duque" 
13  __email__ = "raphael.duque@polytechnique.edu" 
14   
15  __all__ = ['main'] 
16