Fix merge conflicts and add read GOCAD triangulated surface file

This commit is contained in:
D Fournier
2016-01-15 12:38:08 -08:00
parent dc7b8607eb
commit 44b7dd184f
4 changed files with 1609 additions and 39 deletions
+3
View File
@@ -46,6 +46,9 @@ rxLoc = dobs[:,0:3]
#rxLoc[:,2] += 5 # Temporary change for test
ndata = rxLoc.shape[0]
# Load GOCAD surf
tsfile = 'SphereA.ts'
vrtx = PF.BaseMag.read_GOCAD_ts(tsfile)
#%% Run forward modeling
# Compute forward model using integral equation
d = PF.Magnetics.Intgrl_Fwr_Data(mesh,B,M,rxLoc,model,actv,'tmi')