Skip to content
Snippets Groups Projects
Commit f1217692 authored by Evan Hall's avatar Evan Hall
Browse files

Rayleigh wave docstring

parent 51a213d5
No related branches found
No related tags found
1 merge request!55Body-wave and infrasound Newtonian noise functions
......@@ -72,6 +72,10 @@ def gravg(f, ifo):
def gravg_rayleigh(f, ifo):
"""Gravity gradient noise for seismic Rayleigh waves
Following Harms LRR: https://doi.org/10.1007/lrr-2015-3
"""
fk = ifo.Seismic.KneeFrequency
a = ifo.Seismic.LowFrequencyLevel
L = ifo.Infrastructure.Length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment