renamed FDEM.py to ProblemFDEM.py, changed real_or_imag to component

This commit is contained in:
Lindsey Heagy
2016-05-10 17:26:16 -07:00
parent 73c219ff5c
commit 11e6b452c9
4 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ def run(plotIt=True):
rxOffset=10.
bzi = EM.FDEM.Rx.bField(np.array([[rxOffset, 0., 1e-3]]), orientation='z', real_or_imag='imag')
bzi = EM.FDEM.Rx.bField(np.array([[rxOffset, 0., 1e-3]]), orientation='z', component='imag')
freqs = np.logspace(1,3,10)
srcLoc = np.array([0., 0., 10.])