LALPulsar  6.1.0.1-b72065a
SkyConstAndZeroPsiAMResponse Struct Reference

Detailed Description

Sky Constants and beam pattern response functions used by LALFastGeneratePulsarSFTs().

These are output from LALComputeSkyAndZeroPsiAMResponse().

Definition at line 349 of file GeneratePulsarSignal.h.

Data Fields

REAL8skyConst
 vector of A and B sky constants More...
 
REAL4fPlusZeroPsi
 vector of Fplus values for psi = 0 at midpoint of each SFT More...
 
REAL4fCrossZeroPsi
 vector of Fcross values for psi = 0 at midpoint of each SFT More...
 

Field Documentation

◆ skyConst

REAL8* SkyConstAndZeroPsiAMResponse::skyConst

vector of A and B sky constants

Definition at line 350 of file GeneratePulsarSignal.h.

◆ fPlusZeroPsi

REAL4* SkyConstAndZeroPsiAMResponse::fPlusZeroPsi

vector of Fplus values for psi = 0 at midpoint of each SFT

Definition at line 351 of file GeneratePulsarSignal.h.

◆ fCrossZeroPsi

REAL4* SkyConstAndZeroPsiAMResponse::fCrossZeroPsi

vector of Fcross values for psi = 0 at midpoint of each SFT

Definition at line 352 of file GeneratePulsarSignal.h.