simple field receivers are Point receivers

This commit is contained in:
Lindsey Heagy
2016-05-11 09:05:13 -07:00
parent c1b1c2467f
commit a690cab131
4 changed files with 11 additions and 11 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', component='imag')
bzi = EM.FDEM.Rx.Point_b(np.array([[rxOffset, 0., 1e-3]]), orientation='z', component='imag')
freqs = np.logspace(1,3,10)
srcLoc = np.array([0., 0., 10.])