Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
f11b0029
Commit
f11b0029
authored
6 years ago
by
Ethan Payne
Browse files
Options
Downloads
Patches
Plain Diff
minor typos
parent
247a7527
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!296
created full 15 dimensional parameter space example
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/injection_examples/standard_15d_cbc_tutorial.py
+2
-2
2 additions, 2 deletions
examples/injection_examples/standard_15d_cbc_tutorial.py
with
2 additions
and
2 deletions
examples/injection_examples/standard_15d_cbc_tutorial.py
+
2
−
2
View file @
f11b0029
...
...
@@ -2,7 +2,7 @@
"""
Tutorial to demonstrate running parameter estimation on a full 15 parameter
space for an injected cbc signal. This is the standard injection analysis script
one can modify for the study of injeted CBC events.
one can modify for the study of inje
c
ted CBC events.
"""
from
__future__
import
division
,
print_function
import
numpy
as
np
...
...
@@ -27,7 +27,7 @@ np.random.seed(88170235)
# spins of both black holes (a, tilt, phi), etc.
injection_parameters
=
dict
(
mass_1
=
36.
,
mass_2
=
29.
,
a_1
=
0.4
,
a_2
=
0.3
,
tilt_1
=
0.5
,
tilt_2
=
1.0
,
phi_12
=
1.7
,
phi_jl
=
0.3
,
luminosity_distance
=
200.
,
iota
=
0.4
,
psi
=
2.659
,
phi_12
=
1.7
,
phi_jl
=
0.3
,
luminosity_distance
=
200
0
.
,
iota
=
0.4
,
psi
=
2.659
,
phase
=
1.3
,
geocent_time
=
1126259642.413
,
ra
=
1.375
,
dec
=-
1.2108
)
# Fixed arguments passed into the source model
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment