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... | |
| LIGOTimeGPS * | tGPS |
| An array containing the GPS times of the first datum from each SFT. More... | |
| REAL8 * | skyPos |
| The array containing the sky patch coordinates. More... | |
| BarycenterInput * | baryinput |
| A switch which turns modulation on/off. More... | |
| EmissionTime * | emit |
| TO BE DOCUMENTED. More... | |
| EarthState * | earth |
| TO BE DOCUMENTED. More... | |
| const EphemerisData * | edat |
| ephemeris data More... | |
| INT8 CSParams::spinDwnOrder |
The maximal number of spindown parameters per spindown parameter set.
Definition at line 132 of file ComputeSky.h.
| INT8 CSParams::mObsSFT |
The number of SFTs in the observation time.
Definition at line 133 of file ComputeSky.h.
| REAL8 CSParams::tSFT |
The timescale of one SFT.
Definition at line 134 of file ComputeSky.h.
| LIGOTimeGPS* CSParams::tGPS |
An array containing the GPS times of the first datum from each SFT.
Definition at line 135 of file ComputeSky.h.
| REAL8* CSParams::skyPos |
The array containing the sky patch coordinates.
Definition at line 136 of file ComputeSky.h.
| BarycenterInput* CSParams::baryinput |
A switch which turns modulation on/off.
Definition at line 137 of file ComputeSky.h.
| EmissionTime* CSParams::emit |
TO BE DOCUMENTED.
Definition at line 138 of file ComputeSky.h.
| EarthState* CSParams::earth |
TO BE DOCUMENTED.
Definition at line 139 of file ComputeSky.h.
| const EphemerisData* CSParams::edat |
ephemeris data
Definition at line 140 of file ComputeSky.h.