In [1]:
import vectorfield as vf

In [4]:
vf = vf.VectorField('')


---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-4-01249c9cf0e4> in <module>()
----> 1 vf = vf.VectorField()

TypeError: __init__() takes exactly 2 arguments (1 given)

In [ ]:


In [ ]:


In [23]:
%matplotlib inline
vf.plot_z_slice(25e-9)



In [16]:
vf.average()


Out[16]:
(797500.64796000009, -0.00031760000006761401, -0.00087140000004728795)