1 '''
2 This is the optics sub-package of theia.
3
4 It provides the necessary classes and functions in order to calculate the
5 gaussian beams of the setup.
6
7 '''
8
9 __author__ = u"Rapha\u00EBl Duque"
10 __copyright__ = u"Copyright 2017, Rapha\u00EBl Duque"
11 __credits__ = [u"Rapha\u00EBl Duque"]
12 __license__ = "GNU GPLv3+"
13 __version__ = "0.1.3"
14 __status__ = "stable"
15 __maintainer__ = u"Rapha\u00EBl Duque"
16 __email__ = "raphael.duque@polytechnique.edu"
17
18 __all__ = ['beam', 'beamdump', 'component', 'lens', 'mirror', 'optic',
19 'thicklens', 'thinlens']
20