parse out SrcTDEM

This commit is contained in:
Lindsey Heagy
2016-03-20 22:41:40 -07:00
parent 2d8bbdce45
commit 1be4082ea3
7 changed files with 218 additions and 210 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ def setUp(prbtype='b', rxcomp='bz'):
rxOffset = 10.
rx = EM.TDEM.Rx(np.array([[rxOffset, 0., -1e-2]]), np.logspace(-4,-3, 20), rxcomp) #,]
src = EM.TDEM.SurveyTDEM.MagDipole([rx], loc=np.array([0., 0., 0.]))
src = EM.TDEM.Src.MagDipole([rx], loc=np.array([0., 0., 0.]))
survey = EM.TDEM.Survey([src])