Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
gwsample-generation [2022/05/19 09:44]
theoastro
gwsample-generation [2022/05/19 09:53] (current)
theoastro
Line 1: Line 1:
 ==== GW sample generation ==== ==== GW sample generation ====
 +In order to generate EOS samples, we need a posterior probability file computed for a certain EOS set. Here, we use the ''15nsat_cse_uniform_R14'' EOS folder (get tar.gz) and its respective probability file, which can be found [[https://zenodo.org/record/6106130#.YoYSi3VByV5|here]]. 
  
   import numpy as np   import numpy as np
Line 5: Line 6:
   import bilby   import bilby
   # load posterior file   # load posterior file
-  eos_post = np.loadtxt('/home/nina/15_nmma_tutorial/06_GWEM-  +  eos_post = np.loadtxt('./posterior_probability_files/Astro/15nsat_cse_uniform_R14/posterior_probability.txt')
- resampling/posterior_probability_files/Astro/15nsat_cse_uniform_R14/posterior_probability.txt')+
   npts = 150000    npts = 150000 
   Neos = 5000   Neos = 5000
Last modified: le 2022/05/19 09:44