From 31d7bd1464197fee60589c34605b40b37cf57511 Mon Sep 17 00:00:00 2001 From: Rayne Liu <rayne.liu@atlas1> Date: Tue, 20 Oct 2020 00:20:04 +0000 Subject: [PATCH] Updates from atlas --- code/Mock7tones_Generate-0001_t_10M_wandt.py | 8 ++++---- code/condor_submit_Mock7tonesGenerate0001_t_10M_wandt.sub | 0 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 code/Mock7tones_Generate-0001_t_10M_wandt.py mode change 100644 => 100755 code/condor_submit_Mock7tonesGenerate0001_t_10M_wandt.sub 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 4a19c2e..8aef20d --- 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 -- GitLab