Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
DetResponseTimeLookupTable Struct Reference

Detailed Description

Pulsar signal-generation routines for heterodyned data.

Author
Matthew Pitkin
Date
2018

Definition at line 56 of file HeterodynedPulsarModel.h.

Data Fields

LIGOTimeGPS t0
 GPS time epoch for the look-up table. More...
 
UINT4 ntimebins
 number of time bins in the look-up table More...
 
LALDetectordet
 detector More...
 
REAL8 alpha
 the source right ascension in radians More...
 
REAL8 delta
 the source declination in radians More...
 
REAL8 psi
 the polarisation angle in radians More...
 
REAL8Vectorfplus
 tensor plus polarisation response More...
 
REAL8Vectorfcross
 tensor cross polarisation response More...
 
REAL8Vectorfx
 vector "x" polarisation response More...
 
REAL8Vectorfy
 vector "y" polarisation response More...
 
REAL8Vectorfb
 scalar breathing mode polarisation response More...
 
REAL8Vectorfl
 scalar longitudinal mode polarisation response More...
 

Field Documentation

◆ t0

LIGOTimeGPS DetResponseTimeLookupTable::t0

GPS time epoch for the look-up table.

Definition at line 57 of file HeterodynedPulsarModel.h.

◆ ntimebins

UINT4 DetResponseTimeLookupTable::ntimebins

number of time bins in the look-up table

Definition at line 58 of file HeterodynedPulsarModel.h.

◆ det

LALDetector* DetResponseTimeLookupTable::det

detector

Definition at line 59 of file HeterodynedPulsarModel.h.

◆ alpha

REAL8 DetResponseTimeLookupTable::alpha

the source right ascension in radians

Definition at line 60 of file HeterodynedPulsarModel.h.

◆ delta

REAL8 DetResponseTimeLookupTable::delta

the source declination in radians

Definition at line 61 of file HeterodynedPulsarModel.h.

◆ psi

REAL8 DetResponseTimeLookupTable::psi

the polarisation angle in radians

Definition at line 62 of file HeterodynedPulsarModel.h.

◆ fplus

REAL8Vector* DetResponseTimeLookupTable::fplus

tensor plus polarisation response

Definition at line 63 of file HeterodynedPulsarModel.h.

◆ fcross

REAL8Vector* DetResponseTimeLookupTable::fcross

tensor cross polarisation response

Definition at line 64 of file HeterodynedPulsarModel.h.

◆ fx

REAL8Vector* DetResponseTimeLookupTable::fx

vector "x" polarisation response

Definition at line 65 of file HeterodynedPulsarModel.h.

◆ fy

REAL8Vector* DetResponseTimeLookupTable::fy

vector "y" polarisation response

Definition at line 66 of file HeterodynedPulsarModel.h.

◆ fb

REAL8Vector* DetResponseTimeLookupTable::fb

scalar breathing mode polarisation response

Definition at line 67 of file HeterodynedPulsarModel.h.

◆ fl

REAL8Vector* DetResponseTimeLookupTable::fl

scalar longitudinal mode polarisation response

Definition at line 68 of file HeterodynedPulsarModel.h.