start of Casing analytic and test

This commit is contained in:
Lindsey Heagy
2015-05-06 06:47:53 -07:00
parent 96b0d6a38c
commit 1e52c365bc
4 changed files with 152 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class FieldsTest(unittest.TestCase):
srcLoc = np.r_[0,0,0.]
rxList0 = EM.FDEM.RxFDEM(XYZ, 'exi')
Src0 = EM.FDEM.SrcFDEM_MagDipole(srcLoc, 3., [rxList0])
rxList1 = EM.FDEM.RxFDEM(XYZ, 'bxi')
rxList1 = EM.FDEM.RxFDEM(XYZ, 'bxi')
Src1 = EM.FDEM.SrcFDEM_MagDipole(srcLoc, 3., [rxList1])
rxList2 = EM.FDEM.RxFDEM(XYZ, 'bxi')
Src2 = EM.FDEM.SrcFDEM_MagDipole(srcLoc, 2., [rxList2])