Rx classes for FDEM

This commit is contained in:
Lindsey Heagy
2016-05-08 12:41:06 -07:00
parent 52747c0926
commit f7c46ed83b
6 changed files with 123 additions and 128 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ def run(plotIt=True):
rxOffset=10.
bzi = EM.FDEM.Rx(np.array([[rxOffset, 0., 1e-3]]), 'bzi')
bzi = EM.FDEM.Rx.bField(np.array([[rxOffset, 0., 1e-3]]), orientation='z', real_or_imag='imag')
freqs = np.logspace(1,3,10)
srcLoc = np.array([0., 0., 10.])