You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/refs.bib
+7
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,13 @@ @article{liu99
148
148
publisher={Seismological Society of America}
149
149
}
150
150
151
+
@article{seifried25,
152
+
title={To be determined},
153
+
author={Seifried, Andrew and Bahrampouri, Mahdi and Toro, Gabriel R and Kottke, Albert R},
154
+
journal={Bulletin of the Seismological Society of America},
155
+
year={2025}
156
+
}
157
+
151
158
@article{stafford22,
152
159
title={Host-region parameters for an adjustable model for crustal earthquakes to facilitate the implementation of the backbone approach to building ground-motion logic trees in probabilistic seismic hazard analysis},
153
160
author={Stafford, Peter J and Boore, David M and Youngs, Robert R and Bommer, Julian J},
In this example, `"BJ84"` refers to a specific peak calculator (Boore and Joyner).
31
+
You can choose other calculators, such as `"BT15"` or `"V75"`, as needed.
32
+
13
33
## Ground motion models
34
+
35
+
### Overview of Classes in motions.py
36
+
37
+
-**RvtMotion**
38
+
The base class that stores frequency arrays, Fourier amplitudes, and durations. It also provides methods for calculating oscillator accelerations and peaks.
39
+
40
+
-**SourceTheoryMotion**
41
+
Extends RvtMotion for source-theory-based ground motions. It handles magnitude, distance, and region-specific parameters.
42
+
43
+
-**StaffordEtAl22Motion**
44
+
Another RvtMotion subclass modeling motions via Stafford et al. (2022) relationships. It computes site amplification, duration, and Fourier amplitudes based on magnitude, distance, and other inputs.
45
+
46
+
-**CompatibleRvtMotion**
47
+
Creates an RVT-compatible target motion from a set of oscillator frequencies and corresponding spectral accelerations.
0 commit comments