dttrugman / GrowClust3D.jl

Julia-based implementation of GrowClust relative earthquake relocation.
GNU General Public License v3.0
45 stars 8 forks source link

How to use both dt.ct and dt.cc to relocate earthquakes in the one running? #7

Open Damin1909 opened 1 day ago

Damin1909 commented 1 day ago

Hi @dttrugman , In the use of GrowClust3D, how can we use both dt.ct and dt.cc to relocate the earthquakes, which maybe be similar with the use of the program, hypoDD? For example, the selection of weight of dt.ct and dt.cc, etc. I have done a try that if we have no enough dt.cc data, I will get large uncertainty of hypocenter location by the bootstrap method. However, if I only give dt.ct as the input of GrowClust3D, I don't improve the precision of hypocenter location into that hundred of meters.

dttrugman commented 1 day ago

Hi @Damin1909

At present their is no way to use explicitly use dt.ct and dt.cc, though it is possible to combine them into a single file and weight dt.cc and dt.ct observations differently, or run GrowClust3D.jl sequentially with dt.ct then dt.cc data. If you think of a clever way to do this and want to make a pull request, by all means do so.

Daniel

Damin1909 commented 1 day ago

Thanks