Closed lpk-py closed 5 years ago
The second value is mu (shear modulus) at the source location
In AxiSEM, the receiver is moved to the next GLL point. In Instaseis, the receiver is always at the requested position, since we're doing an interpolation of the wavefield by evaluation of the Legendre polynomials (see the Instaseis paper, section 2.3 https://www.solid-earth.net/6/701/2015/)
Thanks for explanation, Simon.
Hi, I got two questions on
instaseis
and appreciate any clarification .db.get_seismograms(src, rec, components='Z', ..., return_obspy_stream=False)
returns a dict with Z seismogram and another keymu
. What is thismu
? In the doc, it just saysAxiSEM
, the real receiver locations can be different from those requested. For instance,[30.4N, 0E]
is requested, but[30.45, 0E]
is returned. What makes this shift?AxiSEM
provides both coordinates in output files. ButInstaseis
returns only the requested station locations. So I have no idea about the spatial shift. Is there any way to know this info?