diff --git a/code/Mock7tones_Generate-0001_t_10M_wandt.py b/code/Mock7tones_Generate-0001_t_10M_wandt.py old mode 100644 new mode 100755 index 4a19c2eb7703fe7d6271a03b1ac11add5ac833f8..8aef20d74312057dc544c2e279558f9231cf35d1 --- a/code/Mock7tones_Generate-0001_t_10M_wandt.py +++ b/code/Mock7tones_Generate-0001_t_10M_wandt.py @@ -41,12 +41,12 @@ tshift=10 #vary_fund = True #sampler parameters -npoints = 10 -nwalkers = 24 +npoints = 1370 +nwalkers = 300 ntemps=12 dim = nmax+1 ndim = 4*dim -burnin = 5 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit. +burnin = 680 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit. #This is trivial but often forgotten: this cannot be more than npoints! I usually use half the points. numbins = 32 #corner plot parameter - how many bins you want datacolor = '#105670' #'#4fa3a7' @@ -337,4 +337,4 @@ plt.xlabel("t") plt.ylabel("h") figband.savefig(rootpath + '/plotsmc/0001_10M_mock7tonegenerated_waveform_wandt_'+'nmax'+str(nmax)+'_tshift'+str(tshift)+'_'+str(nwalkers)+'walkers_'+str(npoints)+'pts.png', format = 'png', dpi = 384, bbox_inches = 'tight') -""" \ No newline at end of file +""" diff --git a/code/condor_submit_Mock7tonesGenerate0001_t_10M_wandt.sub b/code/condor_submit_Mock7tonesGenerate0001_t_10M_wandt.sub old mode 100644 new mode 100755