Home | Trees | Indices | Help |
|
---|
|
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
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 24 10:17:20 2017 | http://epydoc.sourceforge.net |