Dear Thomas,
I think, I did a mistake. Thank you for pointing it out.
arun
----- Original Message -----
From: "Dr. Arun Singh" <arun(a)gg.iitkgp.ac.in>
To: "msnoise" <msnoise(a)mailman-as.oma.be>
Sent: Tuesday, April 20, 2021 6:44:42 PM
Subject: Re: [MSNoise] Issue-regarding Grid.dat
Hi Thomas,
Yes I think they are correct? Can you help from where is it taking these values? I can
cross check them. If it is
----- Original Message -----
From: "Thomas Lecocq" <Thomas.Lecocq(a)seismology.be>
To: "msnoise" <msnoise(a)mailman-as.oma.be>
Sent: Tuesday, April 20, 2021 4:25:04 PM
Subject: Re: [MSNoise] Issue-regarding Grid.dat
Hi,
Are you sure your X & Y values are OK in the database ? The code
https://github.com/ThomasLecocq/msnoise-tomo/blob/master/msnoise_tomo/prepa…
is correct: element 2 is Latitude (Y) and element 3 is Longitude (X)
Thomas
Le 20/04/2021 à 12:04, Dr. Arun Singh a écrit :
Dear All,
Can any one of you help me out.
prepare_tomo.py is writing "Grid.dat", However, it seems it is writing wrong
minlat and minlon. In place of longitude it seems it is writing latitude. Station
coordinates are correct in STACoord.dat. How X and
minlon = df[3].min() - xstep*1.5
maxlon = df[3].max() + xstep*1.5
minlat = df[2].min() - ystep*1.5
maxlat = df[2].max() + ystep*1.5
f.write("%f %f\n"%(minlon, maxlon)) # It is writing
latitude
f.write("%f %f\n"%(minlat, maxlat)) # It is writing
longitude
f.write("%f %f\n"%(xstep, ystep))
f.close
Somehow in the final tomographic plots (result_*), I am getting a a mirror image of
expected image. (Latitude in x-axis and Longitude in Y-axis). If I change Grid.dat
manually (by changing lat and lon) before running ANSWT.py, it is not working well.
Regards,
arun
_______________________________________________
MSNoise mailing list
MSNoise(a)mailman-as.oma.be
http://mailman-as.oma.be/mailman/listinfo/msnoise
_______________________________________________
MSNoise mailing list
MSNoise(a)mailman-as.oma.be
http://mailman-as.oma.be/mailman/listinfo/msnoise