mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-06 13:30:16 +08:00
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:
@@ -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)):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user