From 820882a6b4d9ceba6ebc288d7c9198e30982b6c9 Mon Sep 17 00:00:00 2001
From: Francisco Jimenez Forteza <francisco.jimenez@condor1.atlas.local>
Date: Sat, 29 May 2021 12:42:14 +0000
Subject: [PATCH] correcting rd_model_wq_m_a

---
 code_new/Sumit/RD_Fits.py | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/code_new/Sumit/RD_Fits.py b/code_new/Sumit/RD_Fits.py
index 931f6a2..16b83dc 100755
--- a/code_new/Sumit/RD_Fits.py
+++ b/code_new/Sumit/RD_Fits.py
@@ -44,7 +44,7 @@ import read_data as rdata
 ## Loading and running data tested with Mock data
 
 
-# In[3]:
+# In[2]:
 
 
 # Cell that calls the arguments from your 'config.ini' file. 
@@ -234,6 +234,12 @@ rdown=rd.Ringdown_Spectrum(mf,af,2,2,n=nmax,s=-2,time=timesrd_final, rdowndata =
 rdown_pe = rd_pe.Ringdown_PE(rdown,datar_al,dim,priors,errors2=error_final,norm_factor=norm_factor,model=model,l_int=l_int)
 
 
+# In[12]:
+
+
+rdown.QNM_spectrum(mf, af)
+
+
 # In[13]:
 
 
@@ -329,7 +335,7 @@ if export:
 # In[56]:
 
 
-w, tau = rdown.QNM_spectrum()
+w, tau = rdown.QNM_spectrum(mf, af)
 pars = w, tau, mf, af, npamps 
 truths = rd_ut.get_truths(model,pars,fitnoise)
 
-- 
GitLab