Differences
This shows you the differences between two versions of the page.
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 '' | ||
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(' | + | eos_post = np.loadtxt(' |
npts = 150000 | npts = 150000 | ||
Neos = 5000 | Neos = 5000 |
Last modified: le 2022/05/19 09:44