LALPulsar  6.1.0.1-89842e6
TaylorCWParamStruc Struct Reference

Detailed Description

This structure stores the parameters for constructing a gravitational waveform with a Taylor-polynomial frequency and phase.

As with the PPNParamStruc type in GeneratePPNInspiral_h, we divide the fields into passed fields (which are supplied to the final PulsarCoherentGW structure but not used in any calculations), input fields (that are used by the waveform generator), and output fields (that are set by the waveform generator).

Definition at line 113 of file GenerateTaylorCW.h.

Data Fields

Passed parameters.
SkyPosition position
 The location of the source on the sky, normally in equatorial coordinates. More...
 
REAL4 psi
 The polarization angle of the source, in radians. More...
 
LIGOTimeGPS epoch
 The start time \( t_0 \) of the output series. More...
 
Input parameters.
REAL8 deltaT
 The requested sampling interval of the waveform, in s. More...
 
UINT4 length
 The number of samples in the generated waveform. More...
 
REAL4 aPlus
 
REAL4 aCross
 The polarization amplitudes \( A_+ \) , \( A_\times \) , in dimensionless strain units. More...
 
REAL8 phi0
 The wave phase at time \( t_0 \) , in radians. More...
 
REAL8 f0
 The wave frequency at time \( t_0 \) , in Hz. More...
 
REAL8Vectorf
 The spin-normalized Taylor parameters \( f_k \) , as defined in Eq. More...
 
Output parameters.
REAL4 dfdt
 The maximum value of \( \Delta f\Delta t \) encountered over any timestep \( \Delta t \) used in generating the waveform. More...
 

Field Documentation

◆ position

SkyPosition TaylorCWParamStruc::position

The location of the source on the sky, normally in equatorial coordinates.

Definition at line 116 of file GenerateTaylorCW.h.

◆ psi

REAL4 TaylorCWParamStruc::psi

The polarization angle of the source, in radians.

Definition at line 117 of file GenerateTaylorCW.h.

◆ epoch

LIGOTimeGPS TaylorCWParamStruc::epoch

The start time \( t_0 \) of the output series.

Definition at line 118 of file GenerateTaylorCW.h.

◆ deltaT

REAL8 TaylorCWParamStruc::deltaT

The requested sampling interval of the waveform, in s.

Definition at line 123 of file GenerateTaylorCW.h.

◆ length

UINT4 TaylorCWParamStruc::length

The number of samples in the generated waveform.

Definition at line 124 of file GenerateTaylorCW.h.

◆ aPlus

REAL4 TaylorCWParamStruc::aPlus

Definition at line 125 of file GenerateTaylorCW.h.

◆ aCross

REAL4 TaylorCWParamStruc::aCross

The polarization amplitudes \( A_+ \) , \( A_\times \) , in dimensionless strain units.

Definition at line 125 of file GenerateTaylorCW.h.

◆ phi0

REAL8 TaylorCWParamStruc::phi0

The wave phase at time \( t_0 \) , in radians.

Definition at line 126 of file GenerateTaylorCW.h.

◆ f0

REAL8 TaylorCWParamStruc::f0

The wave frequency at time \( t_0 \) , in Hz.

Definition at line 127 of file GenerateTaylorCW.h.

◆ f

REAL8Vector* TaylorCWParamStruc::f

The spin-normalized Taylor parameters \( f_k \) , as defined in Eq.

 \eqref{eq_taylorcw-freq}; If f=NULL, a monochromatic wave is generated

Definition at line 128 of file GenerateTaylorCW.h.

◆ dfdt

REAL4 TaylorCWParamStruc::dfdt

The maximum value of \( \Delta f\Delta t \) encountered over any timestep \( \Delta t \) used in generating the waveform.

Definition at line 133 of file GenerateTaylorCW.h.