LALSimulation 6.2.0.1-eeff03c
lalsimulation.gwsignal.core.gw.GravitationalWaveModes Class Reference

Detailed Description

Class for gravitational wave modes which returns the waveform recomposed with -2 spin weighted spherical harmonics given a (theta, phi) value.

Definition at line 165 of file gw.py.

Inherits Dict, lalsimulation.gwsignal.core.gw.SpinWeightedSphericalHarmonicMode, Union, TimeSeries, and FrequencySeries.

Public Member Functions

def __call__ (self, theta, phi)
 Return plus and cross polarizations from the gravitational wave modes. More...
 
- Public Member Functions inherited from lalsimulation.gwsignal.core.gw.SpinWeightedSphericalHarmonicMode
def __new__ (cls, s, l, m)
 
def __call__ (self, theta, phi)
 

Member Function Documentation

◆ __call__()

def lalsimulation.gwsignal.core.gw.GravitationalWaveModes.__call__ (   self,
  theta,
  phi 
)

Return plus and cross polarizations from the gravitational wave modes.

Parameters

theta : ~astropy.units.Quantity Theta angle (inclination, theta_jn) in units of rad. phi : ~astropy.units.Quantity Phi angle (inclination, theta_jn) in units of rad.

Reimplemented from lalsimulation.gwsignal.core.gw.SpinWeightedSphericalHarmonicMode.

Definition at line 176 of file gw.py.