Skip to content
Snippets Groups Projects
Commit a4b3198e authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Make all examples have a sensible shebang

parent 6cd93370
No related branches found
No related tags found
1 merge request!226Resolve "issues at first running gaussian_example.py"
Pipeline #33189 passed
Showing
with 19 additions and 17 deletions
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate running parameter estimation on a reduced parameter space for an injected signal.
......
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate running parameter estimation on a binary neutron star
system taking into account tidal deformabilities.
......
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate running parameter estimation with calibration
uncertainties included.
......
#!/bin/python
#!/usr/bin/env python
"""
A script to demonstrate how to use your own source model
"""
......
#!/usr/bin/env python
"""
A script to show how to create your own time domain source model.
A simple damped Gaussian signal is defined in the time domain, injected into noise in
......
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate running parameter estimation on a reduced parameter space
for an injected eccentric binary black hole signal with masses & distnace similar
......
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate how to specify the prior distributions used for parameter estimation.
"""
......
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate how to improve the speed and efficiency of parameter estimation on an injected signal using
phase and distance marginalisation.
......
#!/bin/python
#!/usr/bin/env python
"""
"""
from __future__ import division, print_function
......
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate running parameter estimation on a sine gaussian injected signal.
......
#!/bin/python
#!/usr/bin/env python
"""
An example of how to use bilby with `gwin` (https://github.com/gwastro/gwin) to
perform CBC parameter estimation.
......
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate running parameter estimation on GW150914 using open
data.
......
#!/bin/python
#!/usr/bin/env python
"""
Tutorial to demonstrate the minimum number of steps required to run parameter
stimation on GW150914 using open data.
......
#!/bin/python
#!/usr/bin/env python
"""
An example of running two sets of posterior sample estimations and adding them
"""
......
#!/bin/python
#!/usr/bin/env python
"""
An example of how to use bilby to perform paramater estimation for
non-gravitational wave data consisting of a Gaussian with a mean and variance
......
#!/usr/bin/env python
""" Helper script to faciliate downloading data from LOSC
Usage: To download the GW150914 data from https://losc.ligo.org/events/
......
#!/bin/python
#!/usr/bin/env python
"""
An example of how to use bilby to perform paramater estimation for
non-gravitational wave data. In this case, fitting a linear function to
......
#!/bin/python
#!/usr/bin/env python
"""
An example of how to use bilby to perform paramater estimation for
non-gravitational wave data. In this case, fitting a linear function to
......
#!/bin/python
#!/usr/bin/env python
"""
As part of the :code:`bilby.result.Result` object, we provide a method to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment