From 8f94300f1734fa43e42ab65b5b0892ba66593f9a Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 23 Nov 2017 13:50:00 +0100 Subject: [PATCH] Update timing coefficients --- pyfstat/mcmc_based_searches.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pyfstat/mcmc_based_searches.py b/pyfstat/mcmc_based_searches.py index 3ba569c..86e04b1 100644 --- a/pyfstat/mcmc_based_searches.py +++ b/pyfstat/mcmc_based_searches.py @@ -413,13 +413,15 @@ class MCMCSearch(core.BaseSearchClass): # ~/.pyfstat.conf if (type(self.theta_prior['Alpha']) == dict or type(self.theta_prior['Delta']) == dict): - tau0S = 7.3e-5 - tau0LD = 4.2e-7 + tau0LD = 5.2e-7 + tau0T = 1.5e-8 + tau0S = 1.2e-4 + tau0C = 5.8e-6 else: - tau0LD = 6.2e-8 + tau0LD = 1.3e-7 tau0T = 1.5e-8 - tau0S = 5.0e-5 - tau0C = 5.6e-6 + tau0S = 9.1e-5 + tau0C = 5.5e-6 Nsfts = (self.maxStartTime - self.minStartTime) / 1800. if hasattr(self, 'run_setup'): ts = [] -- GitLab