SaeedSLTM

Results 11 comments of SaeedSLTM

Did you try with different models? It seems one model is suited for mid to large regional earthquakes while the other one is for small local events. BTW, I had...

Dear @calum-chamberlain Thanks for your response. So i think there might be a miss understanding since there two types of weights for each arrival. Regarding the example below which show...

Dear @megies OK, In this case, it probably works fine. Thank you.

Dear @smousavi05 Thanks for the suggestion, i will check it out.

Thanks, OK but when we use something like this "TRANS LAMBERT WGS-84 35.50 50.50 32.0 38.0 0.0" which is already WGS, then what would be gk2lonlat? In this case our...

I did it but here is the result! please find attachement On 1/12/18, Tobias Megies wrote: > OK, so currently, I guess you should just put > > ```python >...

sorry, by the way it did not work. i think the problem is i need to convert x/y from Cartesian coordinate system (source and station relative to map center in...

Finally i found a solution and here is the change list: 1- write new gk2lonlat function in util.py like: `def gk2lonlat(lon0,lat0,x,y): lon0*=ones_like(x) lat0*=ones_like(y) wgs84_geod = Geod(ellps='WGS84') new_lon, new_lat, _ =...

Yes, actually i made a change to use GEOGRAPHIC but it didn't resolve my problem because stations are also needed to change their positions. About the repos, they may need...

Yes you right. Only source and scatter points are using gk2lonlat function. On 1/15/18, Tobias Megies wrote: >> but it didn't resolve my problem because stations are also needed to...