LAL  7.5.0.1-08ee4f4

Detailed Description

This structure stores parameters for the function LALConvertSkyPosition().

Definition at line 103 of file SkyCoordinates.h.

Data Fields

CoordinateSystem system
 The coordinate system to which one is transforming. More...
 
SkyPositionzenith
 The position of the zenith of the horizon coordinate system; may be NULL if one is neither converting to nor from a horizon system. More...
 
LIGOTimeGPSgpsTime
 The GPS time for conversions between Earth-fixed and sky-fixed coordinates; may be NULL if no such conversion is required (or if one is transforming to or from horizon coordinates and *zenith is given in the sky-fixed equatorial system). More...
 

Field Documentation

◆ system

CoordinateSystem ConvertSkyParams::system

The coordinate system to which one is transforming.

Definition at line 104 of file SkyCoordinates.h.

◆ zenith

SkyPosition* ConvertSkyParams::zenith

The position of the zenith of the horizon coordinate system; may be NULL if one is neither converting to nor from a horizon system.

Definition at line 106 of file SkyCoordinates.h.

◆ gpsTime

LIGOTimeGPS* ConvertSkyParams::gpsTime

The GPS time for conversions between Earth-fixed and sky-fixed coordinates; may be NULL if no such conversion is required (or if one is transforming to or from horizon coordinates and *zenith is given in the sky-fixed equatorial system).

Definition at line 110 of file SkyCoordinates.h.