Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Ashton
PyFstat
Commits
8f94300f
Commit
8f94300f
authored
Nov 23, 2017
by
Gregory Ashton
Browse files
Update timing coefficients
parent
70e59ff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
8f94300f
...
...
@@ -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.2
e-
8
tau0LD
=
1.3
e-
7
tau0T
=
1.5e-8
tau0S
=
5.0
e-5
tau0C
=
5.
6
e-6
tau0S
=
9.1
e-5
tau0C
=
5.
5
e-6
Nsfts
=
(
self
.
maxStartTime
-
self
.
minStartTime
)
/
1800.
if
hasattr
(
self
,
'run_setup'
):
ts
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment