Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Build QuakeMigrate travel-time lookup tables from 3-D velocity models #160

Open
hemmelig opened this issue Jul 17, 2023 · 0 comments

Comments

@hemmelig
Copy link
Member

hemmelig commented Jul 17, 2023

Is your feature request related to a problem? Please describe.
Since NonLinLoc is capable of converting 3-D velocity models (such as those created by SimulPS, Simul2000, and FDTomo) into 3-D grid files—which can consequently be fed into the NonLinLoc Grid2Time program—it should be possible to use these velocity models with QuakeMigrate.

Describe the solution you'd like
This Issue would be resolved by the following:

  1. Documentation of how to configure NonLinLoc to read each type of 3-D file
  2. A function in the quakemigrate.lut module that can build QM compatible travel-time lookup tables from a specified 3-D velocity model

Describe alternatives you've considered
We could alternatively just direct users to handle the conversion from SimulPS files to NonLinLoc outside QM, then use the quakemigrate.lut.create_lut.read_nlloc function to import NonLinLoc travel-time grids into the quakemigrate.lut.LUT class.

Additional context
Documentation from NonLinLoc can be found here: http://alomax.free.fr/nlloc/ (legacy) or http://alomax.free.fr/nlloc/docs (more recent, but incomplete)

Source code for NonLinLoc can be found here: https://github.com/alomax/NonLinLoc

Requested by: @fontiela

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant