From 93d93eb06ec8e148cd5dc8de5698a4e586a25193 Mon Sep 17 00:00:00 2001 From: Moritz Huebner <email@moritz-huebner.de> Date: Wed, 13 Jun 2018 15:54:10 +1000 Subject: [PATCH] Added some docstrings --- tupak/gw/source.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tupak/gw/source.py b/tupak/gw/source.py index fab4d7496..81ab36beb 100644 --- a/tupak/gw/source.py +++ b/tupak/gw/source.py @@ -110,24 +110,6 @@ def lal_binary_black_hole( def sinegaussian(frequency_array, hrss, Q, frequency, ra, dec, geocent_time, psi): - """ - - Parameters - ---------- - frequency_array: array_like - The frequencies at which we want to calculate the strain - hrss - Q - frequency - ra - dec - geocent_time - psi - - Returns - ------- - - """ tau = Q / (np.sqrt(2.0)*np.pi*frequency) temp = Q / (4.0*np.sqrt(np.pi)*frequency) t = geocent_time -- GitLab