pygwb.orfs.Tminus

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

Function used in the computation of the tensor ORF, as given by Eq. (35) 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:
Tminus: array_like

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

See also

scipy.special.spherical_jn

More information here.