LALPulsar  6.1.0.1-c9a8ef6
ExtrapolatePulsarSpins.h File Reference

Prototypes

int XLALInitPulsarSpinRangeFromSpins (PulsarSpinRange *range, const LIGOTimeGPS *refTime, const PulsarSpins fkdot1, const PulsarSpins fkdot2)
 Initialise a PulsarSpinRange struct from two PulsarSpins structs. More...
 
int XLALExtrapolatePulsarSpinRange (PulsarSpinRange *range1, const PulsarSpinRange *range0, const REAL8 dtau)
 General pulsar-spin extrapolation function: given a "spin-range" (ie spins + spin-bands) range0 at time \( \tau_0 \) , propagate the whole spin-range to time \( \tau_1 \) . More...
 
int XLALExtrapolatePulsarSpins (PulsarSpins fkdot1, const PulsarSpins fkdot0, REAL8 dtau)
 Extrapolate the Pulsar spin-parameters \( \{f, \dot{f},\ddot{f},...\} \) (fkdot0) from the initial reference-epoch \( \tau_0 \) to the new reference-epoch \( \tau_1 \) . More...
 
int XLALExtrapolatePulsarPhase (REAL8 *phi1, const PulsarSpins fkdot1, const REAL8 phi0, const REAL8 dtau)
 Extrapolate phase \( \phi_0 \) from \( \tau_0 \) to \( \tau_1 \) , given the spins fkdot1 at \( \tau_1 \) . More...
 
int XLALCWSignalCoveringBand (REAL8 *minCoverFreq, REAL8 *maxCoverFreq, const LIGOTimeGPS *time1, const LIGOTimeGPS *time2, const PulsarSpinRange *spinRange, const REAL8 binaryMaxAsini, const REAL8 binaryMinPeriod, const REAL8 binaryMaxEcc)
 Determines a frequency band which covers the frequency evolution of a band of CW signals between two GPS times. More...
 
int XLALCWSignalBand (REAL8 *minFreq, REAL8 *maxFreq, const DetectorStateSeries *detStates, const PulsarDopplerParams *doppler)
 Determines the frequency band occupied by the frequency evolution of a given CW signal between two GPS times. More...
 
DetectorStateSeriesXLALPrepareCWSignalBand (SkyPosition *skypos_maxdoppler, const LIGOTimeGPS tStart, const REAL8 Tspan, const REAL8 dT, const LALDetector *detector, const EphemerisData *edat)
 (Optional) Helper function for using XLALCWSignalBand(): compute DetectorStateSeries for given time-span and detector, and optionally also the sky-position with maximal Doppler band-width. More...
 

Go to the source code of this file.