-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__init__.py
26 lines (24 loc) · 846 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
# -*- coding: utf-8 -*-
"""
Initialization file for the C1py package
Author: Brendan Carrick Lyons
Date created: Tue Jan 5 12:04:44 2016
Date edited:
"""
from C1py.load_Bmns import load_Bmns
from C1py.load_Bwall import load_Bwall
from C1py.load_Bres import load_Bres
from C1py.multi_Bres import multi_Bres
from C1py.plot_Bmns import plot_Bmns, plot_Bmn
from C1py.plot_Bwall import plot_Bwall
from C1py.calc_puc import calc_puc
from C1py.calc_puc_multi import calc_puc_multi
from C1py.calc_puc_3 import calc_puc_3
from C1py.calc_puc_3_multi import calc_puc_3_multi
from C1py.plot_omegas import plot_omegas
from C1py.calc_ExB import calc_ExB
from C1py.read_field import read_field
from C1py.plot_field import plot_field
from C1py.plot_shape import plot_shape
from C1py.plot_contour import plot_contour
from C1py.vary_sfp import vary_sfp