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
3835b619
Commit
3835b619
authored
Sep 29, 2016
by
Gregory Ashton
Browse files
Fixes values for BSGL
parent
1aa85fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat.py
View file @
3835b619
...
...
@@ -266,9 +266,9 @@ class ComputeFstat(object):
logging
.
info
(
'Initialising BSGL: this will fail if numDet < 2'
)
# Tuning parameters - to be reviewed
numDetectors
=
2
Fstar0sc
=
40
.
Fstar0sc
=
15
.
oLGX
=
np
.
zeros
(
10
)
oLGX
[:
numDetectors
]
=
0.5
oLGX
[:
numDetectors
]
=
1.
/
numDetectors
self
.
BSGLSetup
=
lalpulsar
.
CreateBSGLSetup
(
numDetectors
,
Fstar0sc
,
oLGX
,
...
...
Write
Preview
Markdown
is supported
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