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
e568a63c
Commit
e568a63c
authored
6 years ago
by
Ethan Payne
Browse files
Options
Downloads
Patches
Plain Diff
updated the documentation
parent
360df1c7
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
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/compact-binary-coalescence-parameter-estimation.txt
+10
-8
10 additions, 8 deletions
docs/compact-binary-coalescence-parameter-estimation.txt
docs/examples.txt
+4
-2
4 additions, 2 deletions
docs/examples.txt
with
14 additions
and
10 deletions
docs/compact-binary-coalescence-parameter-estimation.txt
+
10
−
8
View file @
e568a63c
===============================================
===============================================
=======
Compact binary coalescence parameter estimation
===============================================
===============================================
=======
In this example, which can be found `here
<https://git.ligo.org/lscsoft/bilby/blob/master/examples/injection_examples/
basi
c_tutorial.py>`_,
<https://git.ligo.org/lscsoft/bilby/blob/master/examples/injection_examples/
standard_15d_cb
c_tutorial.py>`_,
we demonstrate how to generate simulated data for a binary black hole
coalescence observed by the two LIGO interferometers at Hanford and Livingston.
coalescence observed by the two LIGO interferometers at Hanford and Livingston
for all parameters in the `IMRPhenomPv2` waveform model.
.. literalinclude:: /../examples/injection_examples/basic_tutorial.py
The code will take around 15 hours to run.
.. literalinclude:: /../examples/injection_examples/standard_15d_cbc_tutorial.py
:language: python
:linenos:
Running this script will generate data then perform parameter estimation for
the luminosity distance, masses and inclination angle :math:`\iota`. In doing
Running this script will generate data then perform parameter estimation. In doing
all of this, it prints information about the matched-filter SNRs in each
detector (saved to the log-file). Moreover, it generates a plot for each
detector showing the data, amplitude spectral density (ASD) and the signal;
...
...
@@ -22,6 +24,6 @@ here is an example for the Hanford detector:
Finally, after running the parameter estimation. It generates a corner plot:
.. image:: images/
basic_tutorial
_corner.png
.. image:: images/
full_15d_parameters
_corner.png
The solid lines indicate the injection parameters.
This diff is collapsed.
Click to expand it.
docs/examples.txt
+
4
−
2
View file @
e568a63c
...
...
@@ -10,8 +10,10 @@ Examples
2. `Examples of injecting and recovering
data <https://git.ligo.org/lscsoft/bilby/tree/master/examples/injection_examples>`__
- `A basic
tutorial <https://git.ligo.org/lscsoft/bilby/blob/master/examples/injection_examples/basic_tutorial.py>`__
- `4-parameter CBC
tutorial <https://git.ligo.org/lscsoft/bilby/blob/master/examples/injection_examples/fast_tutorial.py>`__
- `15-parameter CBC tutorial
<https://git.ligo.org/lscsoft/bilby/blob/master/examples/injection_examples/fast_tutorial.py>`__
- `Create your own source
model <https://git.ligo.org/lscsoft/bilby/blob/master/examples/injection_examples/create_your_own_source_model.py>`__
- `Create your own time-domain source
...
...
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