Skip to content
Snippets Groups Projects
Commit 820882a6 authored by Francisco Jimenez Forteza's avatar Francisco Jimenez Forteza
Browse files

correcting rd_model_wq_m_a

parent c0ac2463
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment