Skip to content

Commit

Permalink
nth image; doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
SSingh087 committed Jun 27, 2021
1 parent f805c7f commit 9232090
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lensGW/waveform/waveform_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ def eval_param(self, source_ra, source_dec, lens_ra, lens_dec,
:type source_ra: float
:param source_dec: Declination of the source of GW (in radians)
:type source_dec: float
:param lens_ra: Right accession of the source of GW (in radians)
:param lens_ra: Right accession of the lens (in radians)
:type lens_ra: array
:param lens_dec: Declination of the source of GW (in radians)
:param lens_dec: Declination of the lens (in radians)
:type lens_dec: array
:param mL: lens mass
:type mL: float
:param zL: lens redshift
:type zL: float
:param zS: source redshift
Expand Down

0 comments on commit 9232090

Please sign in to comment.