-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 75972ad
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Inference of gravitational-wave signals | ||
|
||
A Bayesian analysis of a gravitational-wave signal which is not accompanied by electromagnetic signals can be performed within nmma following two main steps: | ||
|
||
1) setting up a `config.ini` file and running the command | ||
|
||
nmma_gw_generation config.ini | ||
|
||
3) perform the analysis or parameter estimation using: | ||
|
||
nmma_gw_analysis <name_of_analysis>_data_dump.pickle | ||
|
||
Below, we provide an example of a gravitational-wave inference setup using observational data of GW170817 and another example for an injection based analysis. |