LALPulsar  6.1.0.1-89842e6
PulsarParams Struct Reference

Detailed Description

Type defining the parameters of a pulsar-source of CW Gravitational waves.

Definition at line 177 of file PulsarDataTypes.h.

Data Fields

CHAR name [LALNameLength]
 'name' for this sources, can be an empty string More...
 
PulsarAmplitudeParams Amp
 'Amplitude-parameters': h0, cosi, phi0, psi More...
 
PulsarDopplerParams Doppler
 'Phase-evolution parameters': {skypos, fkdot, orbital params } More...
 
transientWindow_t Transient
 Transient window-parameters (start-time, duration, window-type) More...
 

Field Documentation

◆ name

CHAR PulsarParams::name[LALNameLength]

'name' for this sources, can be an empty string

Definition at line 178 of file PulsarDataTypes.h.

◆ Amp

PulsarAmplitudeParams PulsarParams::Amp

'Amplitude-parameters': h0, cosi, phi0, psi

Definition at line 179 of file PulsarDataTypes.h.

◆ Doppler

PulsarDopplerParams PulsarParams::Doppler

'Phase-evolution parameters': {skypos, fkdot, orbital params }

Definition at line 180 of file PulsarDataTypes.h.

◆ Transient

transientWindow_t PulsarParams::Transient

Transient window-parameters (start-time, duration, window-type)

Definition at line 181 of file PulsarDataTypes.h.