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
4698746e
Commit
4698746e
authored
2 years ago
by
Aditya Vijaykumar
Browse files
Options
Downloads
Patches
Plain Diff
added extra documentation
parent
7f62076a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1183
DOCUMENTATION: Extra Documentation for relative binning fiducial parameter
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bilby/gw/likelihood/relative.py
+4
-1
4 additions, 1 deletion
bilby/gw/likelihood/relative.py
examples/gw_examples/data_examples/GW190425.py
+4
-0
4 additions, 0 deletions
examples/gw_examples/data_examples/GW190425.py
with
8 additions
and
1 deletion
bilby/gw/likelihood/relative.py
+
4
−
1
View file @
4698746e
...
...
@@ -23,7 +23,10 @@ class RelativeBinningGravitationalWaveTransient(GravitationalWaveTransient):
given some set of parameters
fiducial_parameters: dict, optional
A starting guess for initial parameters of the event for finding the
maximum likelihood (fiducial) waveform.
maximum likelihood (fiducial) waveform. These should be specified in
the same parameter basis as the one that sampling is carried out in.
For example, if sampling in `mass_1` and `mass_2`, the fiducial
parameters should also be provided in `mass_1` and `mass_2.`
parameter_bounds: dict, optional
Dictionary of bounds (lists) for the initial parameters when finding
the initial maximum likelihood (fiducial) waveform.
...
...
This diff is collapsed.
Click to expand it.
examples/gw_examples/data_examples/GW190425.py
+
4
−
0
View file @
4698746e
...
...
@@ -32,6 +32,10 @@ start_time = end_time - duration
# The fiducial parameters are taken to me the max likelihood sample from the
# posterior sample release of LIGO-Virgo
# https://www.gw-openscience.org/eventapi/html/O3_Discovery_Papers/GW190425/
# The fiducial parameters should always be in provided in the same basis as
# the sampling basis. For example, if sampling in `mass_1` and `mass_2` instead of
# `chirp_mass` and `mass_ratio`, the fiducial parameters should also be provided in
# `mass_1` and `mass_2` below.
fiducial_parameters
=
{
"
a_1
"
:
0.018
,
...
...
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