Changes
Page history
Update VItamin and Bilby with Different Noises
authored
May 26, 2021
by
Wei Changfeng
Hide whitespace changes
Inline
Side-by-side
VItamin-and-Bilby-with-Different-Noises.md
View page @
63869c77
...
@@ -136,16 +136,16 @@ I'm not sure if this has an impact when Bilby runs, though they point to the sam
...
@@ -136,16 +136,16 @@ I'm not sure if this has an impact when Bilby runs, though they point to the sam
Tutorial:
Tutorial:
```
```
result = bilby.run_sampler(
result = bilby.run_sampler(
likelihood=likelihood, priors=priors, sampler='
dy
nest
y
', npoints=2
5
00,
likelihood=likelihood, priors=priors, sampler='
cp
nest', npoints=2
0
00,
outdir=outdir,
injection_parameters=injection_parameters,
outdir=outdir,
label=label, maxmcmc=
5
000,
label=label, maxmcmc=
2
000,
conversion_function=bilby.gw.conversion.generate_all_bbh_parameters)
conversion_function=bilby.gw.conversion.generate_all_bbh_parameters)
```
```
Mine:
Mine:
```
```
result = bilby.run_sampler(
result = bilby.run_sampler(
likelihood=likelihood, priors=priors, sampler='dynesty',
npoints=1000,
likelihood=likelihood, priors=priors,
label=label,outdir=outdir,
sampler='dynesty',
outdir=outdir, label=label)
nlive=1000, sample='rwalk',walks =100,nact=50,check_point_delta_t=1800,check_point_plot=True,maxmcmc=20000,rburn=15000)
```
```
> generate_all_bbh_parameters function: From either a single sample or a set of samples fill in all missing BBH parameters in place.
> generate_all_bbh_parameters function: From either a single sample or a set of samples fill in all missing BBH parameters in place.
...
...
...
...