pygwb.orfs.Vplus

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

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

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

See also

scipy.special.spherical_jn

More information here.