LALPulsar  6.1.0.1-b72065a
CSParams Struct Reference

Detailed Description

This structure contains the parameters for the LALComputeSky() routine.

Definition at line 131 of file ComputeSky.h.

Data Fields

INT8 spinDwnOrder
 The maximal number of spindown parameters per spindown parameter set. More...
 
INT8 mObsSFT
 The number of SFTs in the observation time. More...
 
REAL8 tSFT
 The timescale of one SFT. More...
 
LIGOTimeGPStGPS
 An array containing the GPS times of the first datum from each SFT. More...
 
REAL8skyPos
 The array containing the sky patch coordinates. More...
 
BarycenterInputbaryinput
 A switch which turns modulation on/off. More...
 
EmissionTimeemit
 TO BE DOCUMENTED. More...
 
EarthStateearth
 TO BE DOCUMENTED. More...
 
const EphemerisDataedat
 ephemeris data More...
 

Field Documentation

◆ spinDwnOrder

INT8 CSParams::spinDwnOrder

The maximal number of spindown parameters per spindown parameter set.

Definition at line 132 of file ComputeSky.h.

◆ mObsSFT

INT8 CSParams::mObsSFT

The number of SFTs in the observation time.

Definition at line 133 of file ComputeSky.h.

◆ tSFT

REAL8 CSParams::tSFT

The timescale of one SFT.

Definition at line 134 of file ComputeSky.h.

◆ tGPS

LIGOTimeGPS* CSParams::tGPS

An array containing the GPS times of the first datum from each SFT.

Definition at line 135 of file ComputeSky.h.

◆ skyPos

REAL8* CSParams::skyPos

The array containing the sky patch coordinates.

Definition at line 136 of file ComputeSky.h.

◆ baryinput

BarycenterInput* CSParams::baryinput

A switch which turns modulation on/off.

Definition at line 137 of file ComputeSky.h.

◆ emit

EmissionTime* CSParams::emit

TO BE DOCUMENTED.

Definition at line 138 of file ComputeSky.h.

◆ earth

EarthState* CSParams::earth

TO BE DOCUMENTED.

Definition at line 139 of file ComputeSky.h.

◆ edat

const EphemerisData* CSParams::edat

ephemeris data

Definition at line 140 of file ComputeSky.h.