mtuq.open_db¶
- mtuq.open_db(path_or_url='', format='', **kwargs)[source]¶
Opens database containing Green’s functions
Returns a client that can then be used to generate
GreensTensor
objects, as in the following exampleExample
db = open_db('axisem_database.nc', format='AxiSEM') greens = db.get_greens_tensors(stations, origin)