obspy.clients.syngine.client.Client.get_model_info
- Client.get_model_info(model_name)[source]
Get some information about a particular model.
Example
>>> from obspy.clients.syngine import Client >>> c = Client() >>> db_info = c.get_model_info(model_name="ak135f_5s") >>> print(db_info.period) 5.125
- Parameters:
model_name (str) – The name of the model. Case insensitive.
- Returns:
A dictionary with more information about any model.
- Return type: