From c3c55c47b2f8abea7433f985e3f66887cc5f9f0b Mon Sep 17 00:00:00 2001 From: Sia Ghelichkhan Date: Sat, 21 Dec 2024 23:14:30 +1100 Subject: [PATCH] adjusting for math doc string --- gdrift/anelasticity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdrift/anelasticity.py b/gdrift/anelasticity.py index 51bab3d..df5710a 100644 --- a/gdrift/anelasticity.py +++ b/gdrift/anelasticity.py @@ -105,7 +105,7 @@ def compute_Q_bulk(self, depths, temperatures): def apply_anelastic_correction(thermo_model, anelastic_model): - """ + r""" Apply anelastic corrections to seismic velocity data using the provided "anelastic_model" within the low attenuation limit. The corrections are based on the equation: $1 - \frac{V(anelastic)}{V(elastic)} = \frac{1}{2} \cot(\frac{\alpha \pi}{2}) Q^{-1}$