LALPulsar  6.1.0.1-b72065a
BarycenterInput Struct Reference

Detailed Description

Basic input structure to LALBarycenter.c.

Definition at line 201 of file LALBarycenter.h.

Data Fields

LIGOTimeGPS tgps
 input GPS arrival time. More...
 
LALDetector site
 detector site info. More...
 
REAL8 alpha
 Source right ascension in ICRS J2000 coords (radians). More...
 
REAL8 delta
 Source declination in ICRS J2000 coords (radians) More...
 
REAL8 dInv
 1/(distance to source), in 1/sec. More...
 

Field Documentation

◆ tgps

LIGOTimeGPS BarycenterInput::tgps

input GPS arrival time.

I use tgps (lower case) to remind that here the LAL structure is a field in the larger structure BarycenterInput. I use tGPS as an input structure (by itself) to LALBarycenterEarth

Definition at line 202 of file LALBarycenter.h.

◆ site

LALDetector BarycenterInput::site

detector site info.

NOTE: the site.location field must be modified to give the detector location in units of seconds (i.e. divide the values normally stored in site.location by LAL_C_SI

Definition at line 208 of file LALBarycenter.h.

◆ alpha

REAL8 BarycenterInput::alpha

Source right ascension in ICRS J2000 coords (radians).

Definition at line 214 of file LALBarycenter.h.

◆ delta

REAL8 BarycenterInput::delta

Source declination in ICRS J2000 coords (radians)

Definition at line 215 of file LALBarycenter.h.

◆ dInv

REAL8 BarycenterInput::dInv

1/(distance to source), in 1/sec.

This is needed to correct Roemer delay for very nearby sources; correction is about 10 microsec for source at 100 pc

Definition at line 216 of file LALBarycenter.h.