Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Tomofast support cross-gradient inversion using velocity model? #6

Open
WanZiXuan opened this issue Aug 9, 2024 · 2 comments

Comments

@WanZiXuan
Copy link

Hi,
Thanks for sharing the code! I'm tring to add structual similarity constaints into gravity anomaly inversion using velocity model, however, the program seem to only support cross-gradient inversion between grav and magnetic data. I'd like to konw if Tomofast support cross-gradient inversion using other type of geophysics model?

@vogarko
Copy link
Contributor

vogarko commented Aug 23, 2024

Yes, you can use the magnetic problem for velocity model, and set magnetic starting model to your velocity model. To achieve this use the following Parfile parameters:

inversion.startingModeling.type=2
inversion.startingModeling.magn.file= Your velocity model
inversion.startingModeling.grav.file= Model with zeros

Also use the following setting for the cross gradient constraint:
inversion.crossGradient.magn.keepModelConstant = 1

And set the low problem weight for the mag problem (to ignore its data term):
inversion.joint.grav.problemWeight = 1.d0
inversion.joint.magn.problemWeight = 1.d-30

@WanZiXuan
Copy link
Author

Thanks for your reply!I will try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants