Finish script to extract 2D model from 3D mesh and write DCIP files

Compare SimPEG vs DCIP2D vs DCIP3D on Mt Isa synthetic model
Invert Mt Isa synthetic 2D line. Dipole-Dipole sucks... need another setup/
This commit is contained in:
D Fournier
2015-12-08 17:31:19 -08:00
parent 20585bad09
commit b3ceccf303
49 changed files with 8783 additions and 35739 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def writeUBC_DC3Dobs(fileName,Tx,Rx,d,wd):
"""
fid = open(fileName,'w')
fid.write('GENERAL FORMAT\n')
fid.write('! GENERAL FORMAT\n')
for ii in range(len(Tx)):