From 3f46f036584e250de7513ee1f0c74267fda693e6 Mon Sep 17 00:00:00 2001 From: Mi! Date: Mon, 16 Sep 2024 17:17:14 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e07dd0e..ff73cdc 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,23 @@ *Earthquake Moment Magnitude Estimation from Peak Ground Motion* -![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/) *Chimer* is a framework for earthquake moment magnitude estimation from observed peak ground motions (PGM). It builds on top of `pyrocko.gf` Green's function data bases for forward modelling seismic sources and waveforms. +![image](https://github.com/user-attachments/assets/196406da-4127-4aef-8b85-125109567c8a) + Key features include: * Creation of synthetic ground motion databases * Caluclation of statistical peak acceleration, velocity and displacement * Forward modelling of PGM +![image](https://github.com/user-attachments/assets/f4998004-a0e8-4d76-942c-bf48baa67e81) + + ## Example ```python