LALPulsar  6.1.0.1-89842e6
PulsarDataTypes.h File Reference

Go to the source code of this file.

Data Structures

struct  MultiREAL4TimeSeries
 A collection of (multi-IFO) REAL4 time-series. More...
 
struct  MultiREAL8TimeSeries
 A collection of (multi-IFO) REAL8 time-series. More...
 
struct  COMPLEX8FrequencySeriesVector
 A vector of COMPLEX8FrequencySeries. More...
 
struct  COMPLEX16FrequencySeriesVector
 A vector of COMPLEX16FrequencySeries. More...
 
struct  REAL4FrequencySeriesVector
 A vector of REAL4FrequencySeries. More...
 
struct  REAL8FrequencySeriesVector
 A vector of REAL8FrequencySeries. More...
 
struct  PulsarAmplitudeParams
 Type containing the JKS 'amplitude parameters' {h0, cosi, phi0, psi}. More...
 
struct  PulsarSpinRange
 Contains a "spin-range", ie spins \( f^{(k)} \) and corresponding bands \( \Delta f^{(k)} \) at a given (SSB) reference GPS-time \( \tau \) . More...
 
struct  PulsarDopplerParams
 Type containing the 'Doppler-parameters' affecting the time-evolution of the phase. More...
 
struct  transientWindow_t
 Struct defining one transient window instance. More...
 
struct  PulsarParams
 Type defining the parameters of a pulsar-source of CW Gravitational waves. More...
 
struct  PulsarCandidate
 Type containing a "candidate": parameter-space point with estimated errors and Fstat-value/significance. More...
 

Macros

#define PULSAR_MAX_SPINS   7
 maximal number of spin-parameters (Freq + spindowns) we can handle More...
 
#define PULSAR_MAX_DETECTORS   10
 maximal number of detectors we can handle (for static arrays of detector quantities) More...
 

Typedefs

typedef REAL8 PulsarAmplitudeVect[4]
 Struct for 'canonical' coordinates in amplitude-params space A^mu = {A1, A2, A3, A4}. More...
 
typedef REAL8 PulsarSpins[PULSAR_MAX_SPINS]
 Typedef for fixed-size array holding GW frequency and derivatives fk = d^k Freq/dt^k|(tau_ref) More...
 

Enumerations

enum  transientWindowType_t { TRANSIENT_NONE = 0 , TRANSIENT_RECTANGULAR = 1 , TRANSIENT_EXPONENTIAL , TRANSIENT_LAST }
 Struct to define parameters of a 'transient window' to be applied to obtain transient signals. More...