paudetseis / PyRaysum

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

Things to do for PyRaysum #1

Open paudetseis opened 3 years ago

paudetseis commented 3 years ago
wasjabloch commented 2 years ago

With respect to: Remove un-necessary Fortran IO - deep clean up

When fraysum builds are stable (I think they are), run_frs() could be renamed run_prs(). The only problem is, that run_frs() at the moment requires a Geometry object, that also comes handy when reshaping the fortran arrays.

Either, run_frs() could get the exact same API as run_prs() and then eventually replace it.

Or, run_prs() accepts the Geometry object, instead of baz and slow, but this would require modifying scripts that rely on the current API.