Skip to content
Snippets Groups Projects
Commit 9c82e28c authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Remove injection_parameters passing

The injectino parameters do not correspond to the recovered parameters
(two different models).
parent 5053fbc1
No related branches found
No related tags found
1 merge request!52Burst
Pipeline #
......@@ -76,11 +76,11 @@ priors['dec'] = tupak.prior.create_default_prior(name='dec')
likelihood = tupak.likelihood.GravitationalWaveTransient(interferometers=IFOs, waveform_generator=waveform_generator)
# Run sampler. In this case we're going to use the `dynesty` sampler
result = tupak.sampler.run_sampler(likelihood=likelihood, priors=priors, sampler='dynesty', npoints=1000,
injection_parameters=injection_parameters, outdir=outdir, label=label)
result = tupak.sampler.run_sampler(likelihood=likelihood, priors=priors, sampler='dynesty', npoints=100,
outdir=outdir, label=label)
# make some plots of the outputs
#result.plot_corner()
result.plot_corner()
print(result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment