-
Notifications
You must be signed in to change notification settings - Fork 3
/
__init__.py
34 lines (25 loc) · 896 Bytes
/
__init__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
"""
PyOFTK : Python Optical Fiber ToolKit
Copyright (C) 2007-2009 Martin Laprise
PyOFTK is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991.
PyOFTK is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANDABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with PyOFTK. If not, see <http://www.gnu.org/licenses/>.
"""
__version__ = "0.11"
__date__ = "2009-05-21"
__author__ ="Martin Laprise"
from frog import *
from core import *
from ssf import *
from pulse import *
from utilities import *
from nlfbg import *
from amplifier import *
from cavity import *
import freespace