Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
bilby
Commits
45c79998
Commit
45c79998
authored
May 01, 2018
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-mass-degeneracy'
parents
021666b7
a23a2794
Pipeline
#17453
passed with stages
in 4 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
peyote/source.py
peyote/source.py
+2
-0
No files found.
peyote/source.py
View file @
45c79998
...
...
@@ -18,6 +18,8 @@ def lal_binary_black_hole(
geocent_time
,
psi
):
""" A Binary Black Hole waveform model using lalsimulation """
luminosity_distance
=
luminosity_distance
*
1e6
*
lal
.
PC_SI
if
mass_2
>
mass_1
:
return
{
'plus'
:
0
,
'cross'
:
0
}
mass_1
=
mass_1
*
lal
.
MSUN_SI
mass_2
=
mass_2
*
lal
.
MSUN_SI
...
...
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