Skip to content
Discussion options

You must be logged in to vote

I tried it with a reduced number of sensors to save time, but changed a few things. You set a mesh, set region properties, but then you again pass a mesh to the invert() call. If you avoid this, it should work:

TT = tt.TravelTimeManager(ttData, verbose=True)
TT.setMesh(pMesh)
TT.inv.setRegularization('*', background=False)
TT.inv.setRegularization(1, fix=4000)
velInv = TT.invert(lam=10000, useGradient=0, zWeight=1.0, verbose=True)

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@carmsignes
Comment options

Answer selected by carmsignes
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@carmsignes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants