Skip to content

Commit

Permalink
Minor comments and cosmetic changres
Browse files Browse the repository at this point in the history
  • Loading branch information
Radhakrishnan Srinivasan committed Jul 17, 2024
1 parent 9134c90 commit 3dd3d64
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions clmm/theory/func_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ def compute_delta_sigma_4theta_triaxiality(
verbose=False,
validate_input=True,
):
r"""Compute the "4-theta"-quadrupole value
r"""Compute the "4-theta" component of quadrupole shear as given in Shin et al. 2018 (https://doi.org/10.1093/mnras/stx3366)
Parameters
----------
Expand Down Expand Up @@ -1351,7 +1351,7 @@ def compute_delta_sigma_4theta_triaxiality(
Returns
-------
ds4theta: array
Delta sigma 4-theta value at a position for the elliptical halo specified
Delta sigma 4-theta component value at a position for the elliptical halo specified
"""
### DEFINING INTEGRALS:
r_arr = np.linspace(0.01, 3*np.max(r_source), sample_N)
Expand Down Expand Up @@ -1390,7 +1390,7 @@ def compute_delta_sigma_const_triaxiality(
verbose=False,
validate_input=True,
):
r"""Compute the excess surface density lensing profile for "const"-quadrupole value
r"""Compute the "const" component of quadrupole shear as given in Shin et al. 2018 (https://doi.org/10.1093/mnras/stx3366)
Parameters
----------
Expand Down Expand Up @@ -1474,7 +1474,8 @@ def compute_delta_sigma_excess_triaxiality(
verbose=False,
validate_input=True,
):
r"""Compute the excess surface density lensing profile for the monopole component along with second order expansion term (e**2)
r"""Compute the excess surface density lensing profile for the monopole component along
with second order expansion term (e**2) as given in Shin et al. 2018 (https://doi.org/10.1093/mnras/stx3366)
Parameters
----------
Expand Down

0 comments on commit 3dd3d64

Please sign in to comment.