LALPulsar  6.1.0.1-b72065a
PulsarDetectorResponse Struct Reference

Detailed Description

This structure contains information required to determine the response of a detector to a gravitational waveform.

Definition at line 286 of file PulsarSimulateCoherentGW.h.

Data Fields

const COMPLEX8FrequencySeriestransfer
 The frequency-dependent transfer function of the interferometer, in ADC counts per unit strain amplitude at any given frequency; if absent, the response will be given in raw strain rather than ADC output. More...
 
const LALDetectorsite
 A structure storing site and polarization information, used to compute the polarization response and the propagation delay; if absent, the response will be computed to the plus mode waveform with no time delay. More...
 
const EphemerisDataephemerides
 A structure storing the positions, velocities, and accelerations of the Earth and Sun centres of mass, used to compute the propagation delay to the solar system barycentre; if absent, the propagation delay will be computed to the Earth centre (rather than a true barycentre) More...
 
LIGOTimeGPS heterodyneEpoch
 A reference time for heterodyned detector output time series, where the phase of the mixing signal is zero. More...
 

Field Documentation

◆ transfer

const COMPLEX8FrequencySeries* PulsarDetectorResponse::transfer

The frequency-dependent transfer function of the interferometer, in ADC counts per unit strain amplitude at any given frequency; if absent, the response will be given in raw strain rather than ADC output.

Definition at line 287 of file PulsarSimulateCoherentGW.h.

◆ site

const LALDetector* PulsarDetectorResponse::site

A structure storing site and polarization information, used to compute the polarization response and the propagation delay; if absent, the response will be computed to the plus mode waveform with no time delay.

Definition at line 289 of file PulsarSimulateCoherentGW.h.

◆ ephemerides

const EphemerisData* PulsarDetectorResponse::ephemerides

A structure storing the positions, velocities, and accelerations of the Earth and Sun centres of mass, used to compute the propagation delay to the solar system barycentre; if absent, the propagation delay will be computed to the Earth centre (rather than a true barycentre)

Definition at line 291 of file PulsarSimulateCoherentGW.h.

◆ heterodyneEpoch

LIGOTimeGPS PulsarDetectorResponse::heterodyneEpoch

A reference time for heterodyned detector output time series, where the phase of the mixing signal is zero.

This parameter is only used when generating detector output time series with nonzero heterodyne frequency f0. (Note: This should really be a parameter stored in the TimeSeries structure along with f0, but it isnt, so we have to add it here.)

Definition at line 294 of file PulsarSimulateCoherentGW.h.