paudetseis / PyRaysum

Teleseismic body wave modeling through stacks of (dipping/anisotropic) layers
https://paudetseis.github.io/PyRaysum/
MIT License
42 stars 14 forks source link

Quick question #22

Closed rafa0110 closed 9 months ago

rafa0110 commented 9 months ago

Hi! I just have two question. How to change the position of the sensor in the program?

  1. In the attached picture it is at 0 km. Would it be possible to change to order coordinate? For example -60?
  2. In this Class --- >pyraysum.prs.Geometry(baz, slow, dn=0, de=0, maxtr=500). We have dn and de. What does it mean exactly dn and de? the North and East epicentral distance from source to receiver?

question

Thanks for this amazing package!

paudetseis commented 9 months ago

Hi!

The answer is here: https://paudetseis.github.io/PyRaysum/api.html#pyraysum.prs.Geometry

dn and de are offset positions of a seismic station relative to a position at 0. These can be used to simulate waveforms for an array of stations (although one at a time).