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... | |
| SkyPosition * | 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. More... | |
| LIGOTimeGPS * | 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). More... | |
| CoordinateSystem ConvertSkyParams::system |
The coordinate system to which one is transforming.
Definition at line 104 of file SkyCoordinates.h.
| 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.
| 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.