Skip to content

Commit

Permalink
Adds units to parameters in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberoiz committed Apr 28, 2023
1 parent c545053 commit c8244aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gwosc/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,19 +631,19 @@ def query_events(select, host=api.DEFAULT_URL):
Parameters:
- ``gps-time`,
- ``mass-1-source``,
- ``mass-2-source``,
- ``gps-time`` [s],
- ``mass-1-source`` [solar mass],
- ``mass-2-source`` [solar mass],
- ``network-matched-filter-snr``,
- ``luminosity-distance``,
- ``luminosity-distance`` [Mpc],
- ``chi-eff``,
- ``total-mass-source``,
- ``chirp-mass``,
- ``chirp-mass-source``,
- ``total-mass-source`` [solar mass],
- ``chirp-mass`` [solar mass],
- ``chirp-mass-source`` [solar mass],
- ``redshift``,
- ``far``,
- ``far`` [events/year],
- ``p-astro``,
- ``final-mass-source``
- ``final-mass-source`` [solar mass],
For a full description of all parameters see
https://www.gwosc.org/apidocs/#event5
Expand Down

0 comments on commit c8244aa

Please sign in to comment.