From 1ae5fb25085ce7a1b35eb3255f445a46062fe5f5 Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Tue, 3 Jul 2018 17:21:42 +1000 Subject: [PATCH] update example --- examples/injection_examples/change_sampled_parameters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/injection_examples/change_sampled_parameters.py b/examples/injection_examples/change_sampled_parameters.py index b81076f66..a563a3288 100644 --- a/examples/injection_examples/change_sampled_parameters.py +++ b/examples/injection_examples/change_sampled_parameters.py @@ -2,8 +2,8 @@ """ Tutorial to demonstrate running parameter estimation sampling in non-standard parameters for an injected signal. -This example estimates the masses using a uniform prior in chirp mass and mass ratio and distance using a uniform in -comoving volume prior on luminosity distance between luminosity distances of 100Mpc and 5Gpc, the cosmology is WMAP7. +This example estimates the masses using a uniform prior in chirp mass, mass ratio and redshift. +The cosmology is according to the Planck 2015 data release. """ from __future__ import division, print_function import tupak -- GitLab