Open vira12x opened 2 years ago
It should better be grouped time-reversal imaging method. RTM is more an active-source terminology. The grouped TRI method of this code is based on the same idea as RTM. Hope that is helpful.
-Y
vira12x @.***> 于2022年6月23日周四 12:48写道:
Does this code based on reverse time migration or time reversal imaging.How to call it while using in publication.
— Reply to this email directly, view it on GitHub https://github.com/chenyk1990/passive_imaging/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADHCWETQONQW73BS6GVAJSTVQSPPHANCNFSM5ZVFRC5A . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Dear Chen thank you so much for your response. I am using this package to locate the earthquake source with high resolution.It would be really helpful if you could clarify what values should be set for padding parameters beg1,beg2,beg3 etc. for earthquake source (not microseismic) so that source location would be more accurate.Please let me know
First of all, I have revised the code today to make it easier to use (regarding the padding and boundary conditions). So, please make sure you update the repository https://github.com/chenyk1990/passive_imaging.
Secondly, regarding your concern about the padding parameter. It is chosen based on the following line. nb=30 #size of ABC layers (Here we use 30 grids on each side, e.g., top/bottom,left/right, front/back)
Thirdly, the nb size depends on your actual model size, I recommend you use one-third of your model size. It is a tradeoff between performance (ABC) and computational cost.
Hope that helps. YC
vira12x @.***> 于2022年6月27日周一 13:55写道:
Dear Chen thank you so much for your response. I am using this package to locate the earthquake source with high resolution.It would be really helpful if you could clarify what values should be set for padding parameters beg1,beg2,beg3 etc. for earthquake source (not microseismic) so that source location would be more accurate.Please let me know
— Reply to this email directly, view it on GitHub https://github.com/chenyk1990/passive_imaging/issues/2#issuecomment-1167756396, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADHCWEXSYG3X7E7QPG5XVLLVRH2L3ANCNFSM5ZVFRC5A . You are receiving this because you commented.Message ID: @.***>
Good morning. Thank you so much Chenyk1990 for your valuable suggestions.Following your suggestions i made some changes to the large mod3d.c code in order to locate earthquake sources.During modification I encounter a lot of challenges and errors and now I think that 1d/2d version of the same code may be helpful for my case. It would be appreciated if you could suggest the open sourced 1d/2d version of the same location program(if available).
Best Viraj
Thanks for your feedback. I'll include it in my to-do list. It just takes some time, but I will. Please keep an eye on it.
Good luck! Yangkang Chen
vira12x @.***> 于2022年6月28日周二 13:09写道:
Good morning. Thank you so much Chenyk1990 for your valuable suggestions.Following your suggestions i made some changes to the large mod3d.c code in order to locate earthquake sources.During modification I encounter a lot of challenges and errors and now I think that 1d/2d version of the same code may be helpful for my case. It would be appreciated if you could suggest the open sourced 1d/2d version of the same location program(if available).
Best Viraj
— Reply to this email directly, view it on GitHub https://github.com/chenyk1990/passive_imaging/issues/2#issuecomment-1169059099, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADHCWESWAPC6XEWJI6QOCMDVRM5XDANCNFSM5ZVFRC5A . You are receiving this because you commented.Message ID: @.***>
Does this code based on reverse time migration or time reversal imaging.How to call it while using in publication.