pygwb.orfs.Splus

pygwb.orfs.Splus(alpha, beta)[source]

Function used in the computation of the scalar ORF, as given by Eq. (40) of https://arxiv.org/pdf/0903.0528.pdf.

Parameters:
  • alpha (array_like) – Given below Eq. (32) of https://arxiv.org/pdf/0903.0528.pdf. Has same shape as frequencies used to compute the ORF.

  • beta (float) – Angle between detectors from center of the Earth.

Returns:
Splus: array_like

Splus parameter, as defined in Eq. (40) of https://arxiv.org/pdf/0903.0528.pdf.

See also

scipy.special.spherical_jn

More information here.